test: cicd wait

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
Raju Udava
2022-08-30 16:12:43 +05:30
parent 16aab18795
commit 2518e4824c

View File

@@ -52,7 +52,7 @@ jobs:
npm run start:web-v2
docker-compose -f ./scripts/docker-compose-cypress.yml up -d
spec: "./scripts/cypress-v2/integration/test/restTableOps.js"
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/entry.mjs"
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/assets/img/icons/512x512-trans.png"
wait-on-timeout: 1200
config-file: scripts/cypress-v2/cypress.json
- name: Upload screenshots
@@ -96,7 +96,7 @@ jobs:
npm run start:web-v2
docker-compose -f ./scripts/docker-compose-cypress.yml up -d
spec: "./scripts/cypress-v2/integration/test/restViews.js"
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/entry.mjs"
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/assets/img/icons/512x512-trans.png"
wait-on-timeout: 1200
config-file: scripts/cypress-v2/cypress.json
- name: Upload screenshots
@@ -140,7 +140,7 @@ jobs:
npm run start:web-v2
docker-compose -f ./scripts/docker-compose-cypress.yml up -d
spec: "./scripts/cypress-v2/integration/test/restRoles.js"
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/entry.mjs"
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/assets/img/icons/512x512-trans.png"
wait-on-timeout: 1200
config-file: scripts/cypress-v2/cypress.json
- name: Upload screenshots
@@ -184,7 +184,7 @@ jobs:
npm run start:web-v2
docker-compose -f ./scripts/docker-compose-cypress.yml up -d
spec: "./scripts/cypress-v2/integration/test/restMisc.js"
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/entry.mjs"
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/assets/img/icons/512x512-trans.png"
wait-on-timeout: 1200
config-file: scripts/cypress-v2/cypress.json
- name: Upload screenshots
@@ -228,7 +228,7 @@ jobs:
# npm run start:web-v2
# docker-compose -f ./scripts/docker-compose-cypress.yml up -d
# spec: "./scripts/cypress-v2/integration/test/xcdb-restTableOps.js"
# wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/entry.mjs"
# wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/assets/img/icons/512x512-trans.png"
# wait-on-timeout: 1200
# config-file: scripts/cypress-v2/cypress.json
# - name: Upload screenshots
@@ -272,7 +272,7 @@ jobs:
# npm run start:web-v2
# docker-compose -f ./scripts/docker-compose-cypress.yml up -d
# spec: "./scripts/cypress-v2/integration/test/xcdb-restViews.js"
# wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/entry.mjs"
# wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/assets/img/icons/512x512-trans.png"
# wait-on-timeout: 1200
# config-file: scripts/cypress-v2/cypress.json
# - name: Upload screenshots
@@ -316,7 +316,7 @@ jobs:
# npm run start:web-v2
# docker-compose -f ./scripts/docker-compose-cypress.yml up -d
# spec: "./scripts/cypress-v2/integration/test/xcdb-restRoles.js"
# wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/entry.mjs"
# wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/assets/img/icons/512x512-trans.png"
# wait-on-timeout: 1200
# config-file: scripts/cypress-v2/cypress.json
# - name: Upload screenshots
@@ -360,7 +360,7 @@ jobs:
npm run start:web-v2
docker-compose -f ./scripts/docker-compose-cypress.yml up -d
spec: "./scripts/cypress-v2/integration/test/xcdb-restMisc.js"
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/entry.mjs"
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/assets/img/icons/512x512-trans.png"
wait-on-timeout: 1200
config-file: scripts/cypress-v2/cypress.json
- name: Upload screenshots
@@ -405,7 +405,7 @@ jobs:
# npm run start:web-v2
# docker-compose -f ./scripts/docker-compose-cypress.yml up -d
# spec: "./scripts/cypress-v2/integration/test/quickTest.js"
# wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/entry.mjs"
# wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/assets/img/icons/512x512-trans.png"
# wait-on-timeout: 1200
# config-file: scripts/cypress-v2/cypress.json
# - name: Upload screenshots
@@ -449,7 +449,7 @@ jobs:
# npm run start:api:cache:pg:cyquick
# npm run start:web-v2
# spec: "./scripts/cypress-v2/integration/test/quickTest.js"
# wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/entry.mjs"
# wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/assets/img/icons/512x512-trans.png"
# wait-on-timeout: 1200
# config-file: scripts/cypress-v2/cypress.json
# - name: Upload screenshots
@@ -493,7 +493,7 @@ jobs:
# npm run start:web-v2
# docker-compose -f ./scripts/cypress-v2/docker-compose-pg.yml up -d
# spec: "./scripts/cypress-v2/integration/test/pg-restTableOps.js"
# wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/entry.mjs"
# wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/assets/img/icons/512x512-trans.png"
# wait-on-timeout: 1200
# config-file: scripts/cypress-v2/cypress.json
# - name: Upload screenshots
@@ -537,7 +537,7 @@ jobs:
# npm run start:web-v2
# docker-compose -f ./scripts/cypress-v2/docker-compose-pg.yml up -d
# spec: "./scripts/cypress-v2/integration/test/pg-restViews.js"
# wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/entry.mjs"
# wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/assets/img/icons/512x512-trans.png"
# wait-on-timeout: 1200
# config-file: scripts/cypress-v2/cypress.json
# - name: Upload screenshots
@@ -581,7 +581,7 @@ jobs:
# npm run start:web-v2
# docker-compose -f ./scripts/cypress-v2/docker-compose-pg.yml up -d
# spec: "./scripts/cypress-v2/integration/test/pg-restRoles.js"
# wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/entry.mjs"
# wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/assets/img/icons/512x512-trans.png"
# wait-on-timeout: 1200
# config-file: scripts/cypress-v2/cypress.json
# - name: Upload screenshots
@@ -625,7 +625,7 @@ jobs:
npm run start:web-v2
docker-compose -f ./scripts/cypress-v2/docker-compose-pg.yml up -d
spec: "./scripts/cypress-v2/integration/test/pg-restMisc.js"
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/entry.mjs"
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/assets/img/icons/512x512-trans.png"
wait-on-timeout: 1200
config-file: scripts/cypress-v2/cypress.json
- name: Upload screenshots
@@ -670,7 +670,7 @@ jobs:
npm run start:web-v2
docker-compose -f ./scripts/docker-compose-cypress.yml up -d
spec: "./scripts/cypress-v2/integration/test/quickTest.js"
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/entry.mjs"
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/assets/img/icons/512x512-trans.png"
wait-on-timeout: 1200
config-file: scripts/cypress-v2/cypress.json
- name: Upload screenshots
@@ -714,7 +714,7 @@ jobs:
npm run start:api:cache:pg:cyquick
npm run start:web-v2
spec: "./scripts/cypress-v2/integration/test/quickTest.js"
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/entry.mjs"
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/assets/img/icons/512x512-trans.png"
wait-on-timeout: 1200
config-file: scripts/cypress-v2/cypress.json
- name: Upload screenshots