Browse Source

fix: remove gui-v2 wait

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/3335/head
Raju Udava 2 years ago
parent
commit
caceb4b454
  1. 8
      .github/workflows/ci-cd-v2.yml

8
.github/workflows/ci-cd-v2.yml

@ -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"
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"
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"
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"
wait-on-timeout: 1200
config-file: scripts/cypress-v2/cypress.json
- name: Upload screenshots

Loading…
Cancel
Save