|
|
|
@ -577,6 +577,7 @@ jobs:
|
|
|
|
|
uses: cypress-io/github-action@v2 |
|
|
|
|
with: |
|
|
|
|
start: | |
|
|
|
|
cp ./scripts/cypress/fixtures/quickTest/noco_0_91_7.db ./packages/nocodb/noco.db |
|
|
|
|
npm run start:api:cache |
|
|
|
|
npm run start:web |
|
|
|
|
docker-compose -f ./scripts/docker-compose-cypress.yml up -d |
|
|
|
@ -621,9 +622,9 @@ jobs:
|
|
|
|
|
uses: cypress-io/github-action@v2 |
|
|
|
|
with: |
|
|
|
|
start: | |
|
|
|
|
docker-compose -f ./scripts/cypress/docker-compose-pg-cy-quick.yml up -d |
|
|
|
|
npm run start:api:cache:pg |
|
|
|
|
npm run start:web |
|
|
|
|
docker-compose -f ./scripts/cypress/docker-compose-pg-cy-quick.yml up -d |
|
|
|
|
spec: "./scripts/cypress/integration/common/9a_QuickTest.js" |
|
|
|
|
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/runtime.js" |
|
|
|
|
wait-on-timeout: 1200 |
|
|
|
|