Merge pull request #4882 from maatinito/issue/circle_ci_save_screenshots_on_failed_tests

Possibilité de consulter les captures d'écran des tests échoués
This commit is contained in:
Pierre de La Morinerie 2020-03-16 19:37:29 +01:00 committed by GitHub
commit 0c6fb79031
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,6 +116,9 @@ jobs:
eval $COMMAND
- store_test_results:
path: ~/test_results
- store_artifacts:
path: tmp/capybara
destination: screenshots
lint:
<<: *defaults
steps: