File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -194,6 +194,30 @@ workflows:
194
194
../../node_modules/.bin/only-covered main.js
195
195
working_directory : examples/before-all-visit
196
196
197
+ - cypress/run :
198
+ attach-workspace : true
199
+ name : example-docker-paths
200
+ requires :
201
+ - cypress/install
202
+ # there are no jobs to follow this one
203
+ # so no need to save the workspace files (saves time)
204
+ no-workspace : true
205
+ working_directory : examples/docker-paths
206
+ command : ' ../../node_modules/.bin/cypress run'
207
+ post-steps :
208
+ # store the created coverage report folder
209
+ # you can click on it in the CircleCI UI
210
+ # to see live static HTML site
211
+ - store_artifacts :
212
+ path : examples/docker-paths/coverage
213
+ - run :
214
+ name : Check code coverage 📈
215
+ command : |
216
+ ../../node_modules/.bin/check-coverage main.js
217
+ ../../node_modules/.bin/check-coverage second.js
218
+ ../../node_modules/.bin/only-covered main.js second.js
219
+ working_directory : examples/docker-paths
220
+
197
221
- cypress/run :
198
222
attach-workspace : true
199
223
name : example-ts-example
@@ -395,3 +419,4 @@ workflows:
395
419
- example-use-plugins-and-support
396
420
- example-one-spec
397
421
- example-exclude-files
422
+ - example-docker-paths
You can’t perform that action at this time.
0 commit comments