Skip to content

Commit

Permalink
Use correct screenshot/video directory for cypress artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
jesstelford committed Jul 4, 2018
1 parent 2885fa1 commit cce2e20
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
- store_artifacts:
path: reports/junit
- store_artifacts:
path: cypress/videos
path: projects/basic/cypress/videos
- store_artifacts:
path: cypress/screenshots
path: projects/basic/cypress/screenshots

integration_tests_login:
<<: *job-setup
Expand All @@ -93,9 +93,9 @@ jobs:
- store_artifacts:
path: reports/junit
- store_artifacts:
path: cypress/videos
path: projects/login/cypress/videos
- store_artifacts:
path: cypress/screenshots
path: projects/login/cypress/screenshots

integration_tests_twitterlogin:
<<: *job-setup
Expand All @@ -119,9 +119,9 @@ jobs:
- store_artifacts:
path: reports/junit
- store_artifacts:
path: cypress/videos
path: projects/twitter-login/cypress/videos
- store_artifacts:
path: cypress/screenshots
path: projects/twitter-login/cypress/screenshots

workflows:
version: 2
Expand Down

0 comments on commit cce2e20

Please sign in to comment.