Skip to content

Commit

Permalink
chore(deps): upgrade cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel A. White committed Dec 13, 2023
1 parent a0ed4ef commit 3a3235f
Show file tree
Hide file tree
Showing 8 changed files with 647 additions and 272 deletions.
253 changes: 161 additions & 92 deletions CONTRIBUTING.md

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import { defineConfig } from 'cypress';

export default defineConfig({
reporter: 'junit',
reporterOptions: {
mochaFile: 'cypress/results/output.xml',
toConsole: false,
},
screenshotsFolder: 'cypress/results/screenshots',
videosFolder: 'cypress/results/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('./cypress/plugins/index.js')(on, config);
},
baseUrl: 'http://localhost:4200/',
},
});
11 changes: 0 additions & 11 deletions cypress.json

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"@storybook/react": "7.6.4",
"@storybook/react-webpack5": "7.6.4",
"@storybook/theming": "7.6.4",
"@testing-library/cypress": "^7.0.3",
"@testing-library/cypress": "^10.0.1",
"@typescript-eslint/eslint-plugin": "4.28.4",
"@typescript-eslint/parser": "4.28.4",
"concurrently": "6.1.0",
"css-loader": "6.7.1",
"cssnano": "5.0.6",
"cypress": "^6.3.0",
"cypress": "^13.6.1",
"eslint": "7.31.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jest": "24.4.0",
Expand Down
632 changes: 465 additions & 167 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 3a3235f

Please sign in to comment.