mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +00:00
e2e
This commit is contained in:
parent
08c9a9d9d9
commit
d3c8233b9f
7
.github/workflows/test-e2e.yml
vendored
7
.github/workflows/test-e2e.yml
vendored
@ -124,7 +124,10 @@ jobs:
|
||||
~/.cache/Cypress
|
||||
node_modules
|
||||
backend/node_modules
|
||||
key: cypress-cache-${{ github.run_id }}
|
||||
key: cypress-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
|
||||
restore-keys: |
|
||||
cypress-${{ runner.os }}-
|
||||
cypress-
|
||||
|
||||
fullstack_tests:
|
||||
name: Run Fullstack E2E Tests
|
||||
@ -194,4 +197,4 @@ jobs:
|
||||
for i in {1..30}; do curl -sf http://localhost:3000 && exit 0 || sleep 2; done; exit 1
|
||||
- name: Run Cypress tests
|
||||
run: |
|
||||
yarn run cypress:run --spec $(cypress/parallel-features.sh ${{ matrix.job }} ${{ env.jobs }})
|
||||
yarn run cypress:run --spec $(cypress/parallel-features.sh ${{ matrix.job }} ${{ env.jobs }})
|
||||
Loading…
x
Reference in New Issue
Block a user