Skip to content

Commit

Permalink
chore(deps-dev): bump cypress from 9.7.0 to 10.0.2 in /tests/cypress (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda authored Jun 6, 2022
2 parents 86281b7 + 64271bc commit 9fe9fae
Show file tree
Hide file tree
Showing 12 changed files with 200 additions and 196 deletions.
19 changes: 19 additions & 0 deletions tests/cypress/cypress.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
const { defineConfig } = require("cypress");

module.exports = defineConfig({
downloadsFolder: "downloads",
fixturesFolder: "fixtures",
screenshotsFolder: "screenshots",
viewportWidth: 1280,
viewportHeight: 960,
videosFolder: "videos",
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("./plugins/index.js")(on, config);
},
specPattern: "specs/**/*.cy.{js,jsx,ts,tsx}",
supportFile: false,
},
});
12 changes: 0 additions & 12 deletions tests/cypress/cypress.json

This file was deleted.

363 changes: 180 additions & 183 deletions tests/cypress/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"license": "AGPL-3.0-or-later",
"private": true,
"devDependencies": {
"cypress": "^9.7.0"
"cypress": "^10.0.2"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9fe9fae

Please sign in to comment.