Skip to content

Commit

Permalink
try to run on dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Juraci committed Jul 8, 2024
1 parent e06d439 commit 1ca0030
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
with:
# Starts web server for E2E tests - replace with your own server invocation
# https://docs.cypress.io/guides/continuous-integration/introduction#Boot-your-server
start: npm run build && npm run test:e2e
wait-on: 'http://localhost:4173' # Waits for above
start: npm run dev
wait-on: 'http://localhost:5173' # Waits for above
# Records to Cypress Cloud
# https://docs.cypress.io/guides/cloud/projects#Set-up-a-project-to-record
record: true
Expand Down
2 changes: 1 addition & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default defineConfig({
projectId: 'sjk5y2',
e2e: {
specPattern: 'cypress/e2e/**/*.{cy,spec}.{js,jsx,ts,tsx}',
baseUrl: 'http://localhost:4173',
baseUrl: 'http://localhost:5173',
defaultCommandTimeout: 10000,
},
});

0 comments on commit 1ca0030

Please sign in to comment.