|
|
@ -46,8 +46,8 @@ jobs: |
|
|
|
uses: cypress-io/github-action@v2 |
|
|
|
uses: cypress-io/github-action@v2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
start: | |
|
|
|
start: | |
|
|
|
npm run start:api |
|
|
|
NODE_ENV=test npm run start:api |
|
|
|
npm run start:web |
|
|
|
NODE_ENV=test npm run start:web |
|
|
|
docker-compose -f ./scripts/docker-compose-cypress.yml up -d |
|
|
|
docker-compose -f ./scripts/docker-compose-cypress.yml up -d |
|
|
|
spec: "./scripts/cypress/integration/test/restTableOps.js" |
|
|
|
spec: "./scripts/cypress/integration/test/restTableOps.js" |
|
|
|
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/runtime.js" |
|
|
|
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/runtime.js" |
|
|
@ -82,8 +82,8 @@ jobs: |
|
|
|
uses: cypress-io/github-action@v2 |
|
|
|
uses: cypress-io/github-action@v2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
start: | |
|
|
|
start: | |
|
|
|
npm run start:api |
|
|
|
NODE_ENV=test npm run start:api |
|
|
|
npm run start:web |
|
|
|
NODE_ENV=test npm run start:web |
|
|
|
docker-compose -f ./scripts/docker-compose-cypress.yml up -d |
|
|
|
docker-compose -f ./scripts/docker-compose-cypress.yml up -d |
|
|
|
spec: "./scripts/cypress/integration/test/restViews.js" |
|
|
|
spec: "./scripts/cypress/integration/test/restViews.js" |
|
|
|
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/runtime.js" |
|
|
|
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/runtime.js" |
|
|
@ -118,8 +118,8 @@ jobs: |
|
|
|
uses: cypress-io/github-action@v2 |
|
|
|
uses: cypress-io/github-action@v2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
start: | |
|
|
|
start: | |
|
|
|
npm run start:api |
|
|
|
NODE_ENV=test npm run start:api |
|
|
|
npm run start:web |
|
|
|
NODE_ENV=test npm run start:web |
|
|
|
docker-compose -f ./scripts/docker-compose-cypress.yml up -d |
|
|
|
docker-compose -f ./scripts/docker-compose-cypress.yml up -d |
|
|
|
spec: "./scripts/cypress/integration/test/restRoles.js" |
|
|
|
spec: "./scripts/cypress/integration/test/restRoles.js" |
|
|
|
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/runtime.js" |
|
|
|
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/runtime.js" |
|
|
@ -154,8 +154,8 @@ jobs: |
|
|
|
uses: cypress-io/github-action@v2 |
|
|
|
uses: cypress-io/github-action@v2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
start: | |
|
|
|
start: | |
|
|
|
npm run start:api |
|
|
|
NODE_ENV=test npm run start:api |
|
|
|
npm run start:web |
|
|
|
NODE_ENV=test npm run start:web |
|
|
|
docker-compose -f ./scripts/docker-compose-cypress.yml up -d |
|
|
|
docker-compose -f ./scripts/docker-compose-cypress.yml up -d |
|
|
|
spec: "./scripts/cypress/integration/test/restMisc.js" |
|
|
|
spec: "./scripts/cypress/integration/test/restMisc.js" |
|
|
|
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/runtime.js" |
|
|
|
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/runtime.js" |
|
|
@ -190,8 +190,8 @@ jobs: |
|
|
|
uses: cypress-io/github-action@v2 |
|
|
|
uses: cypress-io/github-action@v2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
start: | |
|
|
|
start: | |
|
|
|
npm run start:api |
|
|
|
NODE_ENV=test npm run start:api |
|
|
|
npm run start:web |
|
|
|
NODE_ENV=test npm run start:web |
|
|
|
docker-compose -f ./scripts/docker-compose-cypress.yml up -d |
|
|
|
docker-compose -f ./scripts/docker-compose-cypress.yml up -d |
|
|
|
spec: "./scripts/cypress/integration/test/gqlTableOps.js" |
|
|
|
spec: "./scripts/cypress/integration/test/gqlTableOps.js" |
|
|
|
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/runtime.js" |
|
|
|
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/runtime.js" |
|
|
@ -226,8 +226,8 @@ jobs: |
|
|
|
uses: cypress-io/github-action@v2 |
|
|
|
uses: cypress-io/github-action@v2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
start: | |
|
|
|
start: | |
|
|
|
npm run start:api |
|
|
|
NODE_ENV=test npm run start:api |
|
|
|
npm run start:web |
|
|
|
NODE_ENV=test npm run start:web |
|
|
|
docker-compose -f ./scripts/docker-compose-cypress.yml up -d |
|
|
|
docker-compose -f ./scripts/docker-compose-cypress.yml up -d |
|
|
|
spec: "./scripts/cypress/integration/test/gqlViews.js" |
|
|
|
spec: "./scripts/cypress/integration/test/gqlViews.js" |
|
|
|
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/runtime.js" |
|
|
|
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/runtime.js" |
|
|
@ -262,8 +262,8 @@ jobs: |
|
|
|
uses: cypress-io/github-action@v2 |
|
|
|
uses: cypress-io/github-action@v2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
start: | |
|
|
|
start: | |
|
|
|
npm run start:api |
|
|
|
NODE_ENV=test npm run start:api |
|
|
|
npm run start:web |
|
|
|
NODE_ENV=test npm run start:web |
|
|
|
docker-compose -f ./scripts/docker-compose-cypress.yml up -d |
|
|
|
docker-compose -f ./scripts/docker-compose-cypress.yml up -d |
|
|
|
spec: "./scripts/cypress/integration/test/gqlRoles.js" |
|
|
|
spec: "./scripts/cypress/integration/test/gqlRoles.js" |
|
|
|
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/runtime.js" |
|
|
|
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/runtime.js" |
|
|
@ -298,8 +298,8 @@ jobs: |
|
|
|
uses: cypress-io/github-action@v2 |
|
|
|
uses: cypress-io/github-action@v2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
start: | |
|
|
|
start: | |
|
|
|
npm run start:api |
|
|
|
NODE_ENV=test npm run start:api |
|
|
|
npm run start:web |
|
|
|
NODE_ENV=test npm run start:web |
|
|
|
docker-compose -f ./scripts/docker-compose-cypress.yml up -d |
|
|
|
docker-compose -f ./scripts/docker-compose-cypress.yml up -d |
|
|
|
spec: "./scripts/cypress/integration/test/gqlMisc.js" |
|
|
|
spec: "./scripts/cypress/integration/test/gqlMisc.js" |
|
|
|
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/runtime.js" |
|
|
|
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/runtime.js" |
|
|
|