Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
persist cypress artifacts in e2e_init step on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Dec 24, 2020
1 parent 9e482f7 commit 198b9f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@ jobs:
retry make cypress_base
- store_artifacts:
name: Uploading cypress screenshots to help with debugging
path: /root/ship/web/app/cypress/screenshots
when: on_fail

test:
docker:
- image: circleci/golang:1.13
Expand Down

0 comments on commit 198b9f2

Please sign in to comment.