Skip to content

Commit

Permalink
Don't store video and screenshot artifacts for runs
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane committed Apr 7, 2022
1 parent f2100a8 commit 2f933fe
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -498,8 +498,6 @@ commands:
- verify-mocha-results
- store_test_results:
path: /tmp/cypress
- store_artifacts:
path: ./packages/runner-ct/cypress/videos
- store-npm-logs

run-system-tests:
Expand Down Expand Up @@ -694,13 +692,6 @@ commands:
name: Run tests using command
working_directory: /tmp/<<parameters.repo>>/<<parameters.folder>>
command: <<parameters.command>>

- store_artifacts:
name: screenshots
path: /tmp/<<parameters.repo>>/<<parameters.folder>>/cypress/screenshots
- store_artifacts:
name: videos
path: /tmp/<<parameters.repo>>/<<parameters.folder>>/cypress/videos
- unless:
condition: <<parameters.folder>>
steps:
Expand All @@ -718,12 +709,6 @@ commands:
name: Run tests using command
working_directory: /tmp/<<parameters.repo>>
command: <<parameters.command>>
- store_artifacts:
name: screenshots
path: /tmp/<<parameters.repo>>/cypress/screenshots
- store_artifacts:
name: videos
path: /tmp/<<parameters.repo>>/cypress/videos
- store-npm-logs

test-binary-against-repo:
Expand Down Expand Up @@ -835,13 +820,6 @@ commands:
name: Run tests using command
working_directory: /tmp/<<parameters.repo>>/<<parameters.folder>>
command: <<parameters.command>>

- store_artifacts:
name: screenshots
path: /tmp/<<parameters.repo>>/<<parameters.folder>>/cypress/screenshots
- store_artifacts:
name: videos
path: /tmp/<<parameters.repo>>/<<parameters.folder>>/cypress/videos
- unless:
condition: <<parameters.folder>>
steps:
Expand All @@ -859,12 +837,6 @@ commands:
name: Run tests using command
working_directory: /tmp/<<parameters.repo>>
command: <<parameters.command>>
- store_artifacts:
name: screenshots
path: /tmp/<<parameters.repo>>/cypress/screenshots
- store_artifacts:
name: videos
path: /tmp/<<parameters.repo>>/cypress/videos
- store-npm-logs

build-binary:
Expand Down Expand Up @@ -1464,8 +1436,6 @@ jobs:
working_directory: npm/vite-dev-server
- store_test_results:
path: npm/vite-dev-server/test_results
- store_artifacts:
path: npm/vite-dev-server/cypress/videos
- store-npm-logs

npm-webpack-batteries-included-preprocessor:
Expand Down Expand Up @@ -1660,10 +1630,6 @@ jobs:
name: Run Kitchensink example project
command: |
yarn cypress:run --project /tmp/cypress-example-kitchensink
- store_artifacts:
path: /tmp/cypress-example-kitchensink/cypress/screenshots
- store_artifacts:
path: /tmp/cypress-example-kitchensink/cypress/videos
- store-npm-logs

test-kitchensink-against-staging:
Expand Down

0 comments on commit 2f933fe

Please sign in to comment.