Skip to content

Commit

Permalink
Try to store screenshot after failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed May 4, 2020
1 parent 09db6c0 commit 97048a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ defaults:
$(npm bin)/cypress run
;;
esac
store_artifacts:
path: ~/project/cypress/screenshots
ckan_env: &ckan_env
environment:
CKAN_DATASTORE_POSTGRES_DB: datastore_test
Expand Down Expand Up @@ -140,8 +142,6 @@ jobs:
path: ~/junit
- <<: *start_test_server
- <<: *run_front_tests
- store_artifacts:
path: ~/project/cypress/screenshots
workflows:
version: 2
build_and_test:
Expand Down

0 comments on commit 97048a1

Please sign in to comment.