Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: disable video collection and artifact upload for v12 examples #932

Merged
merged 1 commit into from Jun 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
},
})