We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d8f054 commit 4a42f63Copy full SHA for 4a42f63
1 file changed
.github/workflows/playwright.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install Playwright Browsers
19
run: npx playwright install --with-deps
20
- name: Run XServer for headed browser
21
- run: xvfb-run LOGINEXAMPLE
+ run: xvfb-run login.spec.ts
22
- name: Run Playwright tests
23
run: npx playwright test
24
- uses: actions/upload-artifact@v4
0 commit comments