Removed cypress vue plugin, able to run test server and do a release build seems ok

had to add babel/core manually first
This is the checkpoint for post cypress removal from client project
This commit is contained in:
2021-10-28 23:38:55 +00:00
parent c2961c3563
commit baf0a6bc73
3 changed files with 392 additions and 2776 deletions

3161
ayanova/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -41,9 +41,8 @@
"vuex-persistedstate": "^2.7.1" "vuex-persistedstate": "^2.7.1"
}, },
"devDependencies": { "devDependencies": {
"@cypress/webpack-preprocessor": "^4.1.5", "@babel/core": "^7.15.8",
"@vue/cli-plugin-babel": "^4.5.13", "@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-e2e-cypress": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13", "@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-plugin-pwa": "^4.5.13", "@vue/cli-plugin-pwa": "^4.5.13",
"@vue/cli-plugin-router": "^4.5.13", "@vue/cli-plugin-router": "^4.5.13",

View File

@@ -1,8 +1,6 @@
module.exports = { module.exports = {
plugins: ["cypress"],
env: { env: {
mocha: true, mocha: true
"cypress/globals": true
}, },
rules: { rules: {
strict: "off" strict: "off"