From eacd5bd3db42c1aa81979279b0c9b59e562546d4 Mon Sep 17 00:00:00 2001 From: Barukimang Date: Mon, 8 Jan 2024 15:15:03 +0300 Subject: [PATCH] add explicit screen size --- .github/workflows/e2e-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index c1707b42a..2186c04c3 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -56,6 +56,7 @@ jobs: run: | yarn dev & sleep 10 # Wait for the server to start; adjust the time as needed + xvfb-run --server-args="-screen 0, 1920x1080x24" npx synpress run --configFile synpress.config.js --record --key 0c4de406-82ab-48c2-94b1-6267578d2f33 # uses: cypress-io/github-action@v6 # with: