Skip to content

Commit

Permalink
Bump cypress version
Browse files Browse the repository at this point in the history
  • Loading branch information
jogaj committed Aug 18, 2022
1 parent 66cceee commit e0f9eee
Show file tree
Hide file tree
Showing 7 changed files with 21,737 additions and 86 deletions.
12 changes: 12 additions & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import { defineConfig } from 'cypress'

export default 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:4200',
},
})
3 changes: 0 additions & 3 deletions cypress.json

This file was deleted.

File renamed without changes.
File renamed without changes.
Loading

0 comments on commit e0f9eee

Please sign in to comment.