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.
2 parents 907c52d + fd499e3 commit 0818afdCopy full SHA for 0818afd
.github/workflows/e2e-tests.yml
@@ -34,11 +34,11 @@ jobs:
34
# Start the dev environment in background
35
yarn dev &
36
# Wait for the server to be ready
37
- npx wait-on http://localhost:8080
+ npx wait-on http://localhost:5173
38
# Run Cypress tests
39
yarn cypress run
40
# Clean up
41
- kill $(lsof -t -i:8080)
+ kill $(lsof -t -i:5173)
42
yarn couchdb:stop
43
44
- name: Upload screenshots on failure
0 commit comments