Skip to content

Commit

Permalink
infra: setup playwright
Browse files Browse the repository at this point in the history
The tests are more stable and even quicker. It is also easier to debug them.
  • Loading branch information
trusz authored Oct 21, 2024
1 parent 9094855 commit 0543988
Show file tree
Hide file tree
Showing 10 changed files with 364 additions and 43 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
run: |
npm i @nx/nx-linux-x64-gnu
npm clean-install
npx playwright install chromium --with-deps
npm run-script test
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
run: |
npm i @nx/nx-linux-x64-gnu
npm clean-install
npx playwright install chromium --with-deps
npm run-script test
292 changes: 289 additions & 3 deletions package-lock.json

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

Loading

0 comments on commit 0543988

Please sign in to comment.