|
|
|
@ -41,8 +41,8 @@ jobs:
|
|
|
|
|
npm run start:api |
|
|
|
|
npm run start:web |
|
|
|
|
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' |
|
|
|
|
spec: "./scripts/cypress/integration/test/masterSuiteRest.js" |
|
|
|
|
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/runtime.js" |
|
|
|
|
wait-on-timeout: 1200 |
|
|
|
|
cypress-graphql-run: |
|
|
|
|
runs-on: ubuntu-20.04 |
|
|
|
@ -75,8 +75,8 @@ jobs:
|
|
|
|
|
npm run start:api |
|
|
|
|
npm run start:web |
|
|
|
|
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' |
|
|
|
|
spec: "./scripts/cypress/integration/test/masterSuiteGql.js" |
|
|
|
|
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/runtime.js" |
|
|
|
|
wait-on-timeout: 1200 |
|
|
|
|
docker: |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|