mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
set cypress to test only a specific feature and record a video for debugging
This commit is contained in:
parent
156b907b77
commit
648ee8178c
10
.github/workflows/test-e2e.yml
vendored
10
.github/workflows/test-e2e.yml
vendored
@ -11,6 +11,12 @@ jobs:
|
||||
# matrix:
|
||||
# # run copies of the current job in parallel
|
||||
# job: [1, 2, 3, 4, 5, 6, 7, 8]
|
||||
# env:
|
||||
# jobs: 8
|
||||
# strategy:
|
||||
# matrix:
|
||||
# # run copies of the current job in parallel
|
||||
# job: [1, 2, 3, 4, 5, 6, 7, 8]
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
@ -28,7 +34,6 @@ jobs:
|
||||
id: e2e-tests
|
||||
run: |
|
||||
yarn install
|
||||
# yarn run cypress:run --spec $(cypress/parallel-features.sh ${{ matrix.job }} ${{ env.jobs }} )
|
||||
yarn run cypress:run --spec cypress/integration/Moderation.ReportContent.feature
|
||||
|
||||
##########################################################################
|
||||
@ -43,3 +48,6 @@ jobs:
|
||||
name: cypress-videos
|
||||
path: cypress/videos/
|
||||
|
||||
name: cypress-videos
|
||||
path: cypress/videos/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user