This commit is contained in:
1
ayanova/e2e-devops.bat
Normal file
1
ayanova/e2e-devops.bat
Normal file
@@ -0,0 +1 @@
|
|||||||
|
npm run test:front-devops
|
||||||
1
ayanova/e2e-local-release.bat
Normal file
1
ayanova/e2e-local-release.bat
Normal file
@@ -0,0 +1 @@
|
|||||||
|
npm run test:front-localrelease
|
||||||
@@ -7,7 +7,9 @@
|
|||||||
"build": "vue-cli-service build --modern",
|
"build": "vue-cli-service build --modern",
|
||||||
"buildnopwa": "vue-cli-service build --modern --skip-plugins pwa,workbox",
|
"buildnopwa": "vue-cli-service build --modern --skip-plugins pwa,workbox",
|
||||||
"test:e2e": "vue-cli-service test:e2e",
|
"test:e2e": "vue-cli-service test:e2e",
|
||||||
"test:front": "vue-cli-service test:e2e --url http://localhost:8080",
|
"test:front-debug": "vue-cli-service test:e2e --url http://localhost:8080",
|
||||||
|
"test:front-localrelease": "vue-cli-service test:e2e --url http://localhost:7575",
|
||||||
|
"test:front-devops": "vue-cli-service test:e2e --url https://test.helloayanova.com",
|
||||||
"lint": "vue-cli-service lint",
|
"lint": "vue-cli-service lint",
|
||||||
"myLint": "npm run lint"
|
"myLint": "npm run lint"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user