Skip to content

Commit

Permalink
Playwright update to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwoberts committed Dec 18, 2024
1 parent c4f375e commit 12b150f
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 50 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,7 @@ jobs:
-v "$PWD"/etc:/app/etc \
fider-image
- run: npm ci
- run: |
sudo apt-get update
sudo apt-get install -y libasound2t64
npx playwright install-deps $BROWSER
- run: npx playwright install --with-deps $BROWSER
env:
BROWSER: ${{ matrix.browser }}
- run: make test-e2e-ui
Expand Down Expand Up @@ -212,7 +209,7 @@ jobs:
-v "$PWD"/etc:/app/etc \
fider-image
- run: npm ci
- run: npx playwright install-deps chromium
- run: npx playwright install --with-deps chromium
env:
BROWSER: chromium
- run: make test-e2e-server
Expand Down
120 changes: 76 additions & 44 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@lingui/cli": "3.13.3",
"@lingui/loader": "3.13.3",
"@lingui/macro": "3.13.3",
"@playwright/test": "1.48",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "12.1.5",
"@types/debug": "4.1.7",
Expand Down Expand Up @@ -50,7 +51,6 @@
"jest": "28.1.0",
"jest-environment-jsdom": "28.1.0",
"mini-css-extract-plugin": "2.6.0",
"playwright": "1.29.2",
"prettier": "2.6.2",
"purgecss-webpack-plugin": "4.1.3",
"sass": "1.51.0",
Expand Down

0 comments on commit 12b150f

Please sign in to comment.