Uh oh!
There was an error while loading. Please reload this page.
feat(cli): print failed hooks - #4476
Conversation
kobenguyent
commented
Sep 3, 2024
Successfully published 3.6.6-beta.5 |
@kobenguyent E.g.
Tested with CodeceptJS 3.6.7 |
| this.failures.forEach((failure) => { | ||
| if (failure.constructor.name === 'Hook') { | ||
| stats.failures -= stats.failures |
There was a problem hiding this comment.
hey @mirao perhaps the failure count should not be touched, just adding failedHooks is good enough. What do you think?
There was a problem hiding this comment.
stats.failures -= stats.failures isn't the same as stats.failures = 0 ?

Motivation/Description of the PR
AfterSuiteHook #4466run command

run workers command

Type of change
Checklist:
npm run docs)npm run lint)npm test)