Skip to content

Commit

Permalink
Updated to canary version
Browse files Browse the repository at this point in the history
  • Loading branch information
gr812b committed Nov 8, 2024
1 parent d09b8f1 commit e0691aa
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ jobs:
- name: Run Playwright tests with Xvfb
env:
DEBUG: pw:browser*,pw:api
run: xvfb-run --auto-servernum --server-args="-screen 0 1920x1080x24" npx playwright test
working-directory: ./e2e
run: npx playwright test # xvfb-run --auto-servernum --server-args="-screen 0 1920x1080x24"
working-directory: ./e2e

- name: Upload Playwright report
if: failure() || always()
Expand Down
24 changes: 12 additions & 12 deletions e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.48.2",
"@playwright/test": "^1.49.0-alpha-2024-11-08",
"@types/node": "^22.9.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion e2e/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default defineConfig({
name: 'firefox',
use: {
...devices['Desktop Firefox'],
headless: process.env.CI ? false : true, // Run headful on CI, crashes on form otherwise
//headless: process.env.CI ? false : true, // Run headful on CI, crashes on form otherwise
},
},

Expand Down

0 comments on commit e0691aa

Please sign in to comment.