Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/test-chapter5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
# push:
# branches: [ main, master ]
workflow_dispatch:


jobs:
e2e-tests:
Expand All @@ -30,10 +31,6 @@ jobs:
working-directory: tests-chapter5
run: npm ci

- name: Install Playwright browsers
working-directory: tests-chapter5
run: npx playwright install chromium --with-deps

- name: Run E2E tests
working-directory: tests-chapter5
run: npx playwright test
Expand Down
2 changes: 1 addition & 1 deletion tests-chapter5/playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = defineConfig({
projects: [
{
name: 'chromium',
use: { ...devices['Desktop Chrome'] },
use: { ...devices['Desktop Chrome'], channel: 'chrome'},
},
],
webServer: [
Expand Down