update staging url for e2e-ci
Showing
| ... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
| "preinstall": "npx npm-force-resolutions", | "preinstall": "npx npm-force-resolutions", | ||
| "test:unit": "vue-cli-service test:unit", | "test:unit": "vue-cli-service test:unit", | ||
| "test:e2e": "vue-cli-service test:e2e --mode=development", | "test:e2e": "vue-cli-service test:e2e --mode=development", | ||
| "test:e2e-ci": "vue-cli-service test:e2e --mode=test --headless --url=https://launchboard.staging.apps.il2.dsop.io/" | "test:e2e-ci": "vue-cli-service test:e2e --mode=test --headless --url=https://launchboard-staging-il2.dsop.io/" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "axios": "^0.21.0", | "axios": "^0.21.0", | ||
| ... | @@ -147,4 +147,4 @@ | ... | @@ -147,4 +147,4 @@ |
| "y18n": "^5.0.5", | "y18n": "^5.0.5", | ||
| "yargs-parser": "^18.1.3" | "yargs-parser": "^18.1.3" | ||
| } | } | ||
| } | } | ||
| \ No newline at end of file |
Please register or sign in to comment