Skip to content

Commit

Permalink
testing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-terrier committed Jun 19, 2023
1 parent aaa9607 commit 4638fb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front/cypress.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from 'cypress'

export default defineConfig({
projectId: 'm7wuo9',
projectId: 'm7wuo9',
component: {
devServer: {
framework: 'next',
Expand All @@ -10,6 +10,6 @@ export default defineConfig({
},
defaultCommandTimeout: 10000,
e2e: {
baseUrl: 'http://localhost:3000'
baseUrl: 'http://localhost:3001'
}
})

0 comments on commit 4638fb7

Please sign in to comment.