Skip to content

Commit f70a62f

Browse files
Copilotgsimone
andauthored
chore: remove Cypress from repository (#588)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Gianmarco <gianmarcosimone89@gmail.com>
1 parent ea10f31 commit f70a62f

File tree

10 files changed

+5
-1543
lines changed

10 files changed

+5
-1543
lines changed

.eslintrc.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,5 @@
22
"extends": ["react-app"],
33
"rules": {
44
"no-console": "warn"
5-
},
6-
"plugins": ["cypress"],
7-
"env": {
8-
"cypress/globals": true
95
}
106
}

cypress.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

cypress/fixtures/example.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

cypress/integration/spec.js

Lines changed: 0 additions & 69 deletions
This file was deleted.

cypress/plugins/index.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

cypress/support/commands.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

cypress/support/index.js

Lines changed: 0 additions & 20 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,9 @@
2323
"storybook": "storybook dev -p 6006",
2424
"build-storybook": "storybook build --quiet",
2525
"chromatic": "chromatic --exit-zero-on-changes",
26-
"cypress:open": "cypress open",
27-
"cypress:run": "cypress run",
2826
"demo:dev": "pnpm --filter demo run dev",
2927
"demo:build": "pnpm --filter demo run build",
3028
"demo:serve": "pnpm --filter demo run serve",
31-
"ci:test": "pnpm demo:build && start-server-and-test demo:serve http-get://localhost:5000 cypress:run",
3229
"prettier": "prettier --check ."
3330
},
3431
"size-limit": [
@@ -69,7 +66,6 @@
6966
"@storybook/react": "^10.0.2",
7067
"@storybook/react-webpack5": "^10.0.2",
7168
"@storybook/test": "^8.6.14",
72-
"@testing-library/cypress": "^8.0.2",
7369
"@testing-library/dom": "^10.4.1",
7470
"@testing-library/jest-dom": "^6.9.1",
7571
"@testing-library/react": "^16.3.0",
@@ -83,10 +79,8 @@
8379
"all-contributors-cli": "^6.24.0",
8480
"babel-loader": "^10.0.0",
8581
"chromatic": "^13.3.3",
86-
"cypress": "6.9.1",
8782
"eslint": "^8.32.0",
8883
"eslint-config-react-app": "^7.0.1",
89-
"eslint-plugin-cypress": "^2.12.1",
9084
"eslint-plugin-flowtype": "^8.0.3",
9185
"eslint-plugin-import": "^2.27.5",
9286
"eslint-plugin-jsx-a11y": "^6.7.1",
@@ -102,7 +96,6 @@
10296
"react": "^18.2.0",
10397
"react-dom": "^18.2.0",
10498
"size-limit": "^8.1.0",
105-
"start-server-and-test": "^1.15.2",
10699
"storybook": "^10.0.2",
107100
"tsd": "^0.25.0",
108101
"typescript": "catalog:"

0 commit comments

Comments
 (0)