Skip to content

Commit

Permalink
add running local server
Browse files Browse the repository at this point in the history
  • Loading branch information
Barukimang committed Jan 12, 2024
1 parent 425d54e commit 63db443
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ jobs:
# run: npx cypress cache clear

- name: Start development server and Run E2E Tests
# run: |
# yarn dev &
# sleep 10 # Wait for the server to start; adjust the time as needed
# xvfb-run --server-args="-screen 0, 1920x1080x24"
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
# npx synpress run --configFile synpress.config.js --record --key 0c4de406-82ab-48c2-94b1-6267578d2f33
run: xvfb-run --server-args="-screen 0 1920x1080x24" npx synpress run --configFile synpress.config.js --record --key 0c4de406-82ab-48c2-94b1-6267578d2f33
# run: 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:
# # cache: false
Expand Down

0 comments on commit 63db443

Please sign in to comment.