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
Currently when i run any mocha script successfully, i am only able to view only the "it" hook of the mocha.
Is there any provision/parameter which needs to be passed in .mocharc.js file to make the "before" and "after" hooks also visible in the report, irrespective of those hooks passing or failing?
Secondly, using, require("mochawesome-screenshots/logReport");
I am able to send log to "it" hook, when i am trying to send any custom log for "before" or "after", it does not get displayed in the report.
The text was updated successfully, but these errors were encountered:
Currently when i run any mocha script successfully, i am only able to view only the "it" hook of the mocha.
Is there any provision/parameter which needs to be passed in .mocharc.js file to make the "before" and "after" hooks also visible in the report, irrespective of those hooks passing or failing?
Secondly, using, require("mochawesome-screenshots/logReport");
I am able to send log to "it" hook, when i am trying to send any custom log for "before" or "after", it does not get displayed in the report.
The text was updated successfully, but these errors were encountered: