jest-html-reporters
jest-html-reporters copied to clipboard
Steps in test details
I didn't find this feature in docs and it will be very useful.
Especially when it goes about UI e2e tests. For this kind of tests is very important to see what exactly test is doing and on which step it is failing
sorry, not get the point.
this is very important feature I'm also waiting for .... here test steps means like addContext() in mochawesome by which we can add logs to report .
Some object by which we can log test steps to the report ....
say reporter.log("navigating to google.com") reporter.log("clicking on enter button")