Skip to content

Commit

Permalink
update cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Jun 11, 2022
1 parent ecb3c43 commit eaf6ddd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions cypress.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
import { defineConfig } from 'cypress';
import { defineConfig } from 'cypress'

export default defineConfig({
e2e: {
baseUrl: 'http://localhost:61812',
},
});
e2e: {
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
setupNodeEvents(on, config) {
return require('./cypress/plugins/index.js')(on, config)
},
baseUrl: 'http://localhost:61812',
},
})
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit eaf6ddd

Please sign in to comment.