|
|
|
@ -40,7 +40,7 @@ jobs:
|
|
|
|
|
start: | |
|
|
|
|
npm run start:api |
|
|
|
|
npm run start:web |
|
|
|
|
docker-compose -f ./docker-compose-cypress.yml up -d |
|
|
|
|
docker-compose -f ./scripts/docker-compose-cypress.yml up -d |
|
|
|
|
spec: 'cypress/integration/test/masterSuiteRest.js' |
|
|
|
|
wait-on: 'http://localhost:8080, http://localhost:3000/_nuxt/runtime.js' |
|
|
|
|
wait-on-timeout: 1200 |
|
|
|
@ -74,7 +74,7 @@ jobs:
|
|
|
|
|
start: | |
|
|
|
|
npm run start:api |
|
|
|
|
npm run start:web |
|
|
|
|
docker-compose -f ./docker-compose-cypress.yml up -d |
|
|
|
|
docker-compose -f ./scripts/docker-compose-cypress.yml up -d |
|
|
|
|
spec: 'cypress/integration/test/masterSuiteGql.js' |
|
|
|
|
wait-on: 'http://localhost:8080, http://localhost:3000/_nuxt/runtime.js' |
|
|
|
|
wait-on-timeout: 1200 |
|
|
|
|