set cypress to test only a specific feature and record a video for debugging

This commit is contained in:
mahula 2023-05-25 13:19:31 +02:00
parent 156b907b77
commit 648ee8178c

View File

@ -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/