Skip to content

Commit

Permalink
Disable e2e-test video recording for now
Browse files Browse the repository at this point in the history
> Error: ffmpeg exited with code 1: Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
  • Loading branch information
ntap-fge committed Oct 21, 2024
1 parent 521cbe3 commit 164d42a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,3 @@ jobs:

- name: Run E2E test
run: e2e/run-suite

- name: Upload E2E test recordings
uses: actions/upload-artifact@v3
with:
name: e2e-test-recordings
path: e2e/suite1/videos
retention-days: 1
if: success() || failure()
2 changes: 1 addition & 1 deletion e2e/run-suite
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ fi
cd packages/plutono-e2e

yarn $CMD --env BASE_URL=$URL,SLOWMO=$SLOWMO \
--config integrationFolder=../../e2e/$SUITE/specs,screenshotsFolder=../../e2e/$SUITE/screenshots,videosFolder=../../e2e/$SUITE/videos,fileServerFolder=./cypress,viewportWidth=1920,viewportHeight=1080,trashAssetsBeforeRuns=false \
--config integrationFolder=../../e2e/$SUITE/specs,screenshotsFolder=../../e2e/$SUITE/screenshots,videosFolder=../../e2e/$SUITE/videos,fileServerFolder=./cypress,viewportWidth=1920,viewportHeight=1080,trashAssetsBeforeRuns=false,video=false \
$PARAMS

0 comments on commit 164d42a

Please sign in to comment.