@@ -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/pull /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
@@ -25,7 +25,7 @@ _Released 3/15/2021_
2525 upfront. Addressed in
2626 [ #14925 ] ( https://github.com/cypress-io/cypress/issues/14925 ) .
2727- The full stack trace from errors thrown in the preprocessor are now displayed.
28- Addressed in [ #15198 ] ( https://github.com/cypress-io/cypress/issues /15198 ) .
28+ Addressed in [ #15198 ] ( https://github.com/cypress-io/cypress/pull /15198 ) .
2929- Configuration values which are changed at runtime prior to tests running are
3030 now properly shown as resolved from the spec code within the Module API to
3131 indicate where the change originated from. Addresses
0 commit comments