Skip to content

Commit

Permalink
test: disable video artifact upload for v12 examples (#932)
Browse files Browse the repository at this point in the history
disable video collection
  • Loading branch information
MikeMcC399 committed Jun 5, 2023
1 parent db16930 commit 61a130a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/example-chrome.yml
Expand Up @@ -92,11 +92,6 @@ jobs:
name: screenshots-in-chrome
path: examples/browser/cypress/screenshots

- uses: actions/upload-artifact@v3
with:
name: video-in-chrome
path: examples/browser/cypress/videos

- run: npx image-size cypress/screenshots/**/*.png
working-directory: examples/browser

Expand All @@ -112,10 +107,5 @@ jobs:
name: screenshots-in-headless-chrome
path: examples/browser/cypress/screenshots

- uses: actions/upload-artifact@v3
with:
name: video-in-headless-chrome
path: examples/browser/cypress/videos

- run: npx image-size cypress/screenshots/**/*.png
working-directory: examples/browser
1 change: 1 addition & 0 deletions examples/browser/cypress.config.js
Expand Up @@ -27,5 +27,6 @@ module.exports = defineConfig({
})
},
supportFile: false,
video: false
},
})

0 comments on commit 61a130a

Please sign in to comment.