We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4387f03 commit 474bb59Copy full SHA for 474bb59
.github/workflows/main.yml
@@ -281,7 +281,8 @@ jobs:
281
/sbin/my_init &
282
cd ui-tests
283
npm install
284
- npm run cy:run:dashboard
+ xvfb-run --auto-servernum --server-args="-screen 0 1280x1024x24" \
285
+ npm run cy:run:dashboard -- --headless --no-sandbox --disable-gpu --disable-dev-shm-usage
286
287
- name: Upload UI tests artifacts
288
if: ${{ failure() }}
ui-tests/cypress.config.sample.js
@@ -7,7 +7,7 @@ module.exports = defineConfig({
7
defaultCommandTimeout: 30000,
8
viewportWidth: 2000,
9
viewportHeight: 1100,
10
- numTestsKeptInMemory: 0,
+ numTestsKeptInMemory: 1,
11
projectId: "000000",
12
chromeWebSecurity: false,
13
watchForFileChanges: true,
0 commit comments