This commit is contained in:
2020-10-20 19:10:31 +00:00
parent 2514995130
commit 776217addc
3 changed files with 5 additions and 1 deletions

1
ayanova/e2e-devops.bat Normal file
View File

@@ -0,0 +1 @@
npm run test:front-devops

View File

@@ -0,0 +1 @@
npm run test:front-localrelease

View File

@@ -7,7 +7,9 @@
"build": "vue-cli-service build --modern",
"buildnopwa": "vue-cli-service build --modern --skip-plugins pwa,workbox",
"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",
"myLint": "npm run lint"
},