We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c5384 commit e8a0072Copy full SHA for e8a0072
.circleci/config.yml
@@ -79,7 +79,10 @@ workflows:
79
# so no need to save the workspace files (saves time)
80
no-workspace: true
81
working_directory: examples/before-each-visit
82
+ # store screenshots and videos
83
+ store_artifacts: true
84
post-steps:
85
+ - run: cat examples/before-each-visit/.nyc_output/out.json
86
# store the created coverage report folder
87
# you can click on it in the CircleCI UI
88
# to see live static HTML site
0 commit comments