test-runner icon indicating copy to clipboard operation
test-runner copied to clipboard

[Feature request]: Provide "step" description in test failure

Open IanVS opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe.

I have some long tests that do similar things several times, and when they fail, I don't know what part of the test failed.

Describe the solution you'd like

I'm using step functions to organize the test, so it would be nice if the failure message could somehow include the step's description, so I know where to focus in on my failure (which of course is intermittent and only seems to happen in CI, otherwise I'd just make the test pass locally).

Describe alternatives you've considered

No response

Are you able to assist to bring the feature to reality?

yes, I can

Additional context

No response

IanVS avatar Jan 07 '25 12:01 IanVS