Skip to content

Commit e8a0072

Browse files
committed
print output json file
1 parent 73c5384 commit e8a0072

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,10 @@ workflows:
7979
# so no need to save the workspace files (saves time)
8080
no-workspace: true
8181
working_directory: examples/before-each-visit
82+
# store screenshots and videos
83+
store_artifacts: true
8284
post-steps:
85+
- run: cat examples/before-each-visit/.nyc_output/out.json
8386
# store the created coverage report folder
8487
# you can click on it in the CircleCI UI
8588
# to see live static HTML site

0 commit comments

Comments
 (0)