Skip to content

Commit

Permalink
Run cypress migration
Browse files Browse the repository at this point in the history
Some defaults for cypress have changed, these file changes were
automatically generated by cypress.
  • Loading branch information
FTLam11 committed Dec 6, 2022
1 parent 22b5923 commit ba1a5a3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
12 changes: 12 additions & 0 deletions tests/cypress.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module.exports = {
chromeWebSecurity: false,
video: false,
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:8000',
},
}
5 changes: 0 additions & 5 deletions tests/cypress.json

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ba1a5a3

Please sign in to comment.