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

1925 - Remove video and lighthouse artifacts from e2e tests #2034

Merged
merged 1 commit into from
Jul 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,21 +146,11 @@ jobs:
command: |
rm -rf /tmp/cypress
mkdir -p /tmp/cypress/results
mkdir -p /tmp/cypress/lighthouse
mkdir -p /tmp/cypress/videos
docker cp fecfile-web-app-e2e:/root/fecfile-web-app/front-end/cypress/results/. /tmp/cypress/results
docker cp fecfile-web-app-e2e:/root/fecfile-web-app/front-end/cypress/lighthouse/. /tmp/cypress/lighthouse
docker cp fecfile-web-app-e2e:/root/fecfile-web-app/front-end/cypress/videos/. /tmp/cypress/videos
docker rm fecfile-web-app-e2e
- store_artifacts:
path: /tmp/cypress/results
destination: cypress/results
- store_artifacts:
path: /tmp/cypress/lighthouse
destination: cypress/lighthouse
- store_artifacts:
path: /tmp/cypress/videos
destination: cypress/videos
deploy-job:
docker:
- image: cimg/node:20.4.0-browsers
Expand Down