Skip to content

Commit

Permalink
Merge pull request #267 from kalenjohnson/cypress-upgrade
Browse files Browse the repository at this point in the history
Upgrade Cypress to v13
  • Loading branch information
fifieldt authored Nov 26, 2024
2 parents 85bcbf7 + a0e4175 commit 29ffd8d
Show file tree
Hide file tree
Showing 6 changed files with 1,338 additions and 1,116 deletions.
7 changes: 7 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
const { defineConfig } = require("cypress");

module.exports = defineConfig({
e2e: {
specPattern: "cypress/integration/website",
},
});
3 changes: 0 additions & 3 deletions cypress.json

This file was deleted.

21 changes: 0 additions & 21 deletions cypress/plugins/index.js

This file was deleted.

4 changes: 2 additions & 2 deletions cypress/support/index.js → cypress/support/e2e.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ***********************************************************
// This example support/index.js is processed and
// This example support/e2e.js is processed and
// loaded automatically before your test files.
//
// This is a great place to put global configuration and
Expand All @@ -17,4 +17,4 @@
import './commands'

// Alternatively you can use CommonJS syntax:
// require('./commands')
// require('./commands')
Loading

0 comments on commit 29ffd8d

Please sign in to comment.