Skip to content

Commit

Permalink
add explicit screen size
Browse files Browse the repository at this point in the history
  • Loading branch information
Barukimang committed Jan 8, 2024
1 parent 0915d5d commit eacd5bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit eacd5bd

Please sign in to comment.