Skip to content

Commit 2adbe2f

Browse files
committed
remove cypress
1 parent d1ce740 commit 2adbe2f

File tree

6 files changed

+0
-43
lines changed

6 files changed

+0
-43
lines changed

cypress/.eslintrc

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

cypress/e2e/home/home.spec.ts

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

cypress/support/commands.ts

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

cypress/support/e2e.ts

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

cypress/tsconfig.json

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

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
"lint:fix": "yarn lint --fix",
1414
"test": "craco test --watchAll",
1515
"test:no-watch": "craco test --watchAll=false --passWithNoTests",
16-
"cy:run": "cypress run --reporter junit",
17-
"cy:ci": "start-server-and-test 'serve -s build -n -p 3000' http://localhost:3000 'cy:run'",
1816
"report:coverage": "nyc report --reporter=html",
1917
"report:coverage:text": "nyc report --reporter=text",
2018
"sb": "storybook dev -p 6006",
@@ -132,7 +130,6 @@
132130
"@babel/preset-typescript": "^7.18.6",
133131
"@babel/runtime": "^7.19.4",
134132
"@craco/craco": "^7.1.0",
135-
"@cypress/code-coverage": "^3.10.0",
136133
"@jackwilsdon/craco-use-babelrc": "1.0.0",
137134
"@storybook/addon-essentials": "^7.0.5",
138135
"@storybook/addon-interactions": "^7.0.5",
@@ -145,7 +142,6 @@
145142
"@testing-library/react": "^13.4.0",
146143
"@testing-library/user-event": "^14.4.3",
147144
"@types/axios": "^0.14.0",
148-
"@types/cypress": "^1.1.3",
149145
"@types/dompurify": "^2.3.4",
150146
"@types/highlightjs": "^9.12.2",
151147
"@types/jest": "^29.1.2",
@@ -183,13 +179,11 @@
183179
"craco-resolve-url-loader": "^1.0.0",
184180
"cross-env": "^7.0.3",
185181
"css-loader": "3.5.3",
186-
"cypress": "^10.10.0",
187182
"eslint": "^8.25.0",
188183
"eslint-config-airbnb": "^19.0.4",
189184
"eslint-config-react-app": "^7.0.1",
190185
"eslint-config-react-important-stuff": "^3.0.0",
191186
"eslint-import-resolver-typescript": "^3.2.5",
192-
"eslint-plugin-cypress": "^2.12.1",
193187
"eslint-plugin-import": "^2.25.3",
194188
"eslint-plugin-ordered-imports": "^0.6.0",
195189
"eslint-plugin-react": "^7.28.0",

0 commit comments

Comments
 (0)