e2e test with sso
Showing
jsconfig.json
0 → 100644
This diff is collapsed.
| ... | ... | @@ -6,12 +6,11 @@ |
| "serve": "vue-cli-service serve", | ||
| "build": "vue-cli-service build", | ||
| "test:unit": "vue-cli-service test:unit", | ||
| "test:e2e": "vue-cli-service test:e2e --mode=test", | ||
| "test:e2e": "vue-cli-service test:e2e --mode=development --url=http://localhost:3333/", | ||
| "lint": "vue-cli-service lint", | ||
| "build-staging": "NODE_ENV=production vue-cli-service build --mode=test", | ||
| "preinstall": "npx npm-force-resolutions", | ||
| "test": "npm run test:unit && npx vue-cli-service test:e2e --headless", | ||
| "test:e2e-ci": "npx vue-cli-service test:e2e --headless" | ||
| "test:e2e-ci": "NODE_ENV=test vue-cli-service test:e2e --headless --url=https://launchboard.staging.apps.il2.dsop.io/" | ||
| }, | ||
| "dependencies": { | ||
| "axios": "^0.19.2", | ||
| ... | ... | @@ -38,6 +37,7 @@ |
| "@vue/eslint-config-prettier": "^6.0.0", | ||
| "@vue/test-utils": "^1.0.3", | ||
| "babel-eslint": "^10.1.0", | ||
| "cypress": "^5.4.0", | ||
| "eslint": "^6.7.2", | ||
| "eslint-plugin-prettier": "^3.1.1", | ||
| "eslint-plugin-vue": "^6.2.2", | ||
| ... | ... |
Please register or sign in to comment