Skip to content

Commit

Permalink
fix: fixed correct port for cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
tfhuhtal committed Dec 17, 2024
1 parent 5b1f86a commit c569615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = defineConfig({
defaultCommandTimeout: 10000,
video: true,
e2e: {
baseUrl: 'http://localhost:3000',
baseUrl: 'http://localhost:8000',
supportFile: 'cypress/support/index.js',
specPattern: 'cypress/**/*.spec.js',
experimentalRunAllSpecs: true,
Expand Down

0 comments on commit c569615

Please sign in to comment.