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 14b305c commit 2e6b134Copy full SHA for 2e6b134
.github/workflows/rpe_test.yml
@@ -89,7 +89,7 @@ jobs:
89
90
- name: E2E Playwright tests
91
if: ${{ matrix.os == 'ubuntu-latest' }}
92
- run: npm run compile && npx playwright test
+ run: npm run compile && xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npx playwright test
93
94
- name: Run ESLint only on ubuntu-latest
95
0 commit comments