From 776217addcad83b13962022fb4c378ac3d6d7adc Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 20 Oct 2020 19:10:31 +0000 Subject: [PATCH] --- ayanova/e2e-devops.bat | 1 + ayanova/e2e-local-release.bat | 1 + ayanova/package.json | 4 +++- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 ayanova/e2e-devops.bat create mode 100644 ayanova/e2e-local-release.bat 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" },