diff --git a/ayanova/e2e-devops.bat b/ayanova/e2e-devops.bat new file mode 100644 index 00000000..355e3777 --- /dev/null +++ b/ayanova/e2e-devops.bat @@ -0,0 +1 @@ +npm run test:front-devops \ No newline at end of file diff --git a/ayanova/e2e-local-release.bat b/ayanova/e2e-local-release.bat new file mode 100644 index 00000000..5a14463d --- /dev/null +++ b/ayanova/e2e-local-release.bat @@ -0,0 +1 @@ +npm run test:front-localrelease \ No newline at end of file diff --git a/ayanova/package.json b/ayanova/package.json index 86be0e63..216184b4 100644 --- a/ayanova/package.json +++ b/ayanova/package.json @@ -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" },