Skip to content

Commit

Permalink
chore: Don't store video and screenshot artifacts for runs (#20979)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Griesser <[email protected]>
  • Loading branch information
jennifer-shehane and tgriesser committed Apr 11, 2022
1 parent c18d9ee commit a81dca7
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

3 comments on commit a81dca7

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on a81dca7 Apr 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/9.5.4/linux-x64/develop-a81dca7c9ccd3763ca6399d5b2c9ec1e5c0f738f/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on a81dca7 Apr 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/9.5.4/win32-x64/develop-a81dca7c9ccd3763ca6399d5b2c9ec1e5c0f738f/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on a81dca7 Apr 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/9.5.4/darwin-x64/develop-a81dca7c9ccd3763ca6399d5b2c9ec1e5c0f738f/cypress.tgz

Please sign in to comment.