Skip to content

Commit 0543988

Browse files
authored
infra: setup playwright
The tests are more stable and even quicker. It is also easier to debug them.
1 parent 9094855 commit 0543988

File tree

10 files changed

+364
-43
lines changed

10 files changed

+364
-43
lines changed

.github/workflows/test-and-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ jobs:
1717
run: |
1818
npm i @nx/nx-linux-x64-gnu
1919
npm clean-install
20+
npx playwright install chromium --with-deps
2021
npm run-script test

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ jobs:
2222
run: |
2323
npm i @nx/nx-linux-x64-gnu
2424
npm clean-install
25+
npx playwright install chromium --with-deps
2526
npm run-script test

package-lock.json

Lines changed: 289 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)