chore: removed cypress integrations

This commit is contained in:
Corentin Thomasset 2022-04-16 13:43:35 +02:00
parent db21c5a1be
commit f544928402
No known key found for this signature in database
GPG key ID: DBD997E935996158
11 changed files with 2 additions and 2268 deletions

View file

@ -8,8 +8,6 @@
"test": "npm run test:unit",
"test:unit": "vitest --environment jsdom",
"coverage": "vitest run --coverage",
"test:e2e": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress open'",
"test:e2e:ci": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress run'",
"typecheck": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint src --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
"release": "standard-version"
@ -50,9 +48,7 @@
"@vue/test-utils": "^2.0.0-rc.18",
"@vue/tsconfig": "^0.1.3",
"c8": "^7.11.0",
"cypress": "^9.5.0",
"eslint": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-vue": "^8.2.0",
"jsdom": "^19.0.0",
"less": "^4.1.2",