File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ _Released 12/21/2020_
77- You can now listen to ` before:run ` , ` after:run ` , ` before:spec ` and
88 ` after:spec ` events in the plugins file when setting the
99 [ experimentalRunEvents] ( /guides/references/experiments ) configuration option
10- to ` true ` . See the [ before: run ] ( /api/plugins/before-run-api ) ,
11- [ after: run ] ( /api/plugins/after-run-api ) ,
12- [ before: spec ] ( /api/plugins/before-spec-api ) and
13- [ after: spec ] ( /api/plugins/after-spec-api ) docs for more information. Addressed
14- in [ #9646 ] ( https://github.com/cypress-io/cypress/issues/9646 ) ,
10+ to ` true ` . See the [ ` before:run ` ] ( /api/plugins/before-run-api ) ,
11+ [ ` after:run ` ] ( /api/plugins/after-run-api ) ,
12+ [ ` before:spec ` ] ( /api/plugins/before-spec-api ) and
13+ [ ` after:spec ` ] ( /api/plugins/after-spec-api ) docs for more information.
14+ Addressed in [ #9646 ] ( https://github.com/cypress-io/cypress/issues/9646 ) ,
1515 [ #14178 ] ( https://github.com/cypress-io/cypress/issues/14178 )
1616 [ #14238 ] ( https://github.com/cypress-io/cypress/issues/14238 ) and
1717 [ #14263 ] ( https://github.com/cypress-io/cypress/issues/14263 ) .
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ _Released 3/15/2021_
88 listen to ` before:run ` , ` after:run ` , ` before:spec ` and ` after:spec ` events in
99 the plugins file without needing the
1010 [ experimentalRunEvents] ( /guides/references/experiments ) configuration option.
11- See the [ before: run ] ( /api/plugins/before-run-api ) ,
12- [ after: run ] ( /api/plugins/after-run-api ) ,
13- [ before: spec ] ( /api/plugins/before-spec-api ) and
14- [ after: spec ] ( /api/plugins/after-spec-api ) docs for more information. Addressed
15- in [ #15276 ] ( https://github.com/cypress-io/cypress/issues/15276 ) .
11+ See the [ ` before:run ` ] ( /api/plugins/before-run-api ) ,
12+ [ ` after:run ` ] ( /api/plugins/after-run-api ) ,
13+ [ ` before:spec ` ] ( /api/plugins/before-spec-api ) and
14+ [ ` after:spec ` ] ( /api/plugins/after-spec-api ) docs for more information.
15+ Addressed in [ #15276 ] ( https://github.com/cypress-io/cypress/issues/15276 ) .
1616- When canceling a run from the Dashboard, previously only parallelized runs
1717 would cancel correctly. Now all recorded runs will respect cancelation and
1818 exit early. Addresses
You can’t perform that action at this time.
0 commit comments