Skip to content

Commit e47e147

Browse files
committed
feat: remove e2e tests (CM-988)
Signed-off-by: Gašper Grom <[email protected]>
1 parent 37d2a3e commit e47e147

35 files changed

Lines changed: 1 addition & 2761 deletions

frontend/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.DS_Store
22
node_modules
33
dist
4-
cypress
54

65
# local env files
76
.env*
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
dist/
22
node_modules/
3-
tests/
43
workers-site/
54
.env
65
.env.*
7-
cypress.config.js
86
Makefile
97
wrangler.toml

frontend/cypress.config.js

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

frontend/cypress.staging.config.js

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

frontend/package.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,14 @@
33
"version": "0.5.0",
44
"private": true,
55
"scripts": {
6-
"lint": "eslint \"{src,tests}/**/*.{js,ts,vue}\" --max-warnings=0",
6+
"lint": "eslint \"src/**/*.{js,ts,vue}\" --max-warnings=0",
77
"lint:fix": "npm run lint -- --fix",
88
"build:localhost": "vite build --mode localhost",
99
"build:production": "vite build --mode prod",
1010
"build:staging": "vite build --mode staging",
1111
"start": "vite --host",
1212
"start:dev": "vite --host",
1313
"start:dev:local": "set -a && . ./.env.dist.local && . ./.env.override.local && set +a && vite --mode localhost --port 8081",
14-
"test": "node tests/localhost-runner.js",
15-
"test:e2e:open": "npx cypress open",
16-
"test:e2e:run": "npx cypress run --headed --browser chrome",
17-
"test:e2e:staging:open": "npx cypress open --config-file cypress.staging.config.js",
18-
"test:e2e:staging:run": "npx cypress run --config-file cypress.staging.config.js",
1914
"docs:tailwind": "tailwind-config-viewer -o",
2015
"docs:storybook": "storybook dev -p 6006",
2116
"docs:storybook:build": "storybook build",
@@ -82,12 +77,9 @@
8277
"@typescript-eslint/parser": "^5.4.0",
8378
"@vue/eslint-config-typescript": "^11.0.3",
8479
"autoprefixer": "^10.4.14",
85-
"cypress": "^13.7.3",
86-
"cypress-mailosaur": "^2.13.0",
8780
"dotenv": "^16.0.3",
8881
"eslint": "^8.36.0",
8982
"eslint-import-resolver-typescript": "^3.6.1",
90-
"eslint-plugin-cypress": "^2.12.1",
9183
"eslint-plugin-storybook": "^0.6.15",
9284
"eslint-plugin-vue": "^9.10.0",
9385
"lint-staged": "^15.4.3",

frontend/tests/.eslintrc.js

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

frontend/tests/e2e/auth/data.json

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

frontend/tests/e2e/auth/forgot-password.js

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

frontend/tests/e2e/auth/google-signup.js

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

frontend/tests/e2e/auth/index.js

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

0 commit comments

Comments
 (0)