test-runner
test-runner copied to clipboard
[Feature request]: Provide "step" description in test failure
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