We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da40f8e commit 6d8f054Copy full SHA for 6d8f054
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 Playwright tests
+ run: xvfb-run LOGINEXAMPLE
22
- name: Run Playwright tests
23
run: npx playwright test
24
- uses: actions/upload-artifact@v4
0 commit comments