Skip to content

Commit

Permalink
Run cypress migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Kadrian committed Nov 13, 2023
1 parent 364d790 commit ac5654b
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 3 deletions.
12 changes: 12 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
const { defineConfig } = require('cypress')

module.exports = defineConfig({
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:8080',
},
})
3 changes: 0 additions & 3 deletions cypress.json

This file was deleted.

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

0 comments on commit ac5654b

Please sign in to comment.