Skip to content

Commit

Permalink
upgraded cypress to its latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Cronus1007 committed Mar 22, 2023
1 parent 93ecf14 commit c3bc0f5
Show file tree
Hide file tree
Showing 6 changed files with 1,462 additions and 25,558 deletions.
18 changes: 18 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
const { defineConfig } = require('cypress')

module.exports = defineConfig({
project: 'creativecommons-chooser',
chromeWebSecurity: false,
includeShadowDom: true,
fixturesFolder: 'tests/cypress/fixtures',
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('./tests/cypress/plugins/index.js')(on, config)
},
baseUrl: 'http://localhost:8080/',
specPattern: 'tests/cypress/integration//**/*.cy.{js,jsx,ts,tsx}',
supportFile: 'tests/cypress/support/index.js',
},
})
10 changes: 0 additions & 10 deletions cypress.json

This file was deleted.

Loading

0 comments on commit c3bc0f5

Please sign in to comment.