We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d65ad7 commit 263360fCopy full SHA for 263360f
.github/workflows/e2-tests.yml
@@ -24,6 +24,6 @@ jobs:
24
- name: Install deps
25
run: npm i -g wait-for-localhost-cli && npm i
26
- name: Start app and run tests
27
- run: npm run serve & wait-for-localhost 8080; cd test/e2e; npm i && npm run test
+ run: npm run serve & wait-for-localhost 8080; cd test/e2e; npm i && npx playwright install chromium && npm run test
28
env:
29
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments