You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Running tests with parallel mode breaks test results
Error: "statusDetails":{ "message":"hook.error is not a function", "trace":"TypeError: hook.error is not a function\n at MochaAllureReporter.onHookEnd (node_modules/allure-mocha/dist/MochaAllureReporter.js:67:40)\n at processTicksAndRejections (internal/process/task_queues.js:97:5)" }
@darkallure please do not comment on closed issues, create a new one instead. Make sure you are using latest release available (v2.0.0-beta.19 at the moment)
Describe the bug
Running tests with parallel mode breaks test results
Error:
"statusDetails":{ "message":"hook.error is not a function", "trace":"TypeError: hook.error is not a function\n at MochaAllureReporter.onHookEnd (node_modules/allure-mocha/dist/MochaAllureReporter.js:67:40)\n at processTicksAndRejections (internal/process/task_queues.js:97:5)" }
Environment:
mocha 9.1.3
allure-mocha 2.0.0-beta.15
mocha.parallelMode(true)
The text was updated successfully, but these errors were encountered: