diff --git a/circle.yml b/circle.yml index 0d2422f8b3c8..263ffb9f551a 100644 --- a/circle.yml +++ b/circle.yml @@ -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: @@ -694,13 +692,6 @@ commands: name: Run tests using command working_directory: /tmp/<>/<> command: <> - - - store_artifacts: - name: screenshots - path: /tmp/<>/<>/cypress/screenshots - - store_artifacts: - name: videos - path: /tmp/<>/<>/cypress/videos - unless: condition: <> steps: @@ -718,12 +709,6 @@ commands: name: Run tests using command working_directory: /tmp/<> command: <> - - store_artifacts: - name: screenshots - path: /tmp/<>/cypress/screenshots - - store_artifacts: - name: videos - path: /tmp/<>/cypress/videos - store-npm-logs test-binary-against-repo: @@ -835,13 +820,6 @@ commands: name: Run tests using command working_directory: /tmp/<>/<> command: <> - - - store_artifacts: - name: screenshots - path: /tmp/<>/<>/cypress/screenshots - - store_artifacts: - name: videos - path: /tmp/<>/<>/cypress/videos - unless: condition: <> steps: @@ -859,12 +837,6 @@ commands: name: Run tests using command working_directory: /tmp/<> command: <> - - store_artifacts: - name: screenshots - path: /tmp/<>/cypress/screenshots - - store_artifacts: - name: videos - path: /tmp/<>/cypress/videos - store-npm-logs build-binary: @@ -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: @@ -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: