Skip to content

Commit 6454b9e

Browse files
store capybara screenshots and html for failed tests
1 parent bf0652a commit 6454b9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,8 @@ jobs:
338338
path: ~/rspec
339339
- store_artifacts:
340340
path: react_on_rails_pro/spec/dummy/tmp/screenshots
341+
- store_artifacts:
342+
path: react_on_rails_pro/spec/dummy/tmp/capybara
341343
- store_artifacts:
342344
path: react_on_rails_pro/spec/dummy/log/test.log
343345
- store_artifacts:

0 commit comments

Comments
 (0)