Skip to content

Commit

Permalink
Merge pull request #435 from GNS-Science/feature/426_vite_migration
Browse files Browse the repository at this point in the history
change cypress config host;
  • Loading branch information
benjamineac authored Jan 29, 2024
2 parents 2d0331d + 5b61d02 commit 82e03a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/browser_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
uses: cypress-io/github-action@v5
with:
wait-on: http://localhost:5173
record: true
start: yarn run vite --host
env:
NODE_AUTH_TOKEN: ${{ secrets.TOSHI_NEST_PACKAGE_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineConfig({
setupNodeEvents(on, config) {
// implement node event listeners here
},
baseUrl: "http://localhost:4173",
baseUrl: "http://localhost:5173",
excludeSpecPattern: ["./cypress/e2e/FaultModel.cy.ts"],
},
});

0 comments on commit 82e03a7

Please sign in to comment.