jest-html-reporters icon indicating copy to clipboard operation
jest-html-reporters copied to clipboard

Steps in test details

Open tarasmytlovych opened this issue 3 years ago • 2 comments

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

tarasmytlovych avatar Mar 25 '21 09:03 tarasmytlovych

sorry, not get the point.

Hazyzh avatar Dec 28 '21 13:12 Hazyzh

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")

kkallu2 avatar May 17 '22 02:05 kkallu2