common icon indicating copy to clipboard operation
common copied to clipboard

Emit TestStepStarted event on @BeforeAll and @AfterAll hooks

Open HardNorth opened this issue 4 years ago • 14 comments

Is your feature request related to a problem? Please describe. It look like @BeforeAll and @AfterAll hooks do not fire any events, at least I don't see it in the code explicitly.

This makes impossible to report them in third-party report systems. At least in a straightforward way, without hacking that with AspectJ.

Describe the solution you'd like Fire TestStepStarted event as you do for all other hooks.

HardNorth avatar Nov 23 '21 12:11 HardNorth