cucumber / cucumber-js

Cucumber for JavaScript
https://cucumber.io
MIT License
5.07k stars 1.09k forks source link

Step with result status = pending does not contain an error_message #2392

Closed markstein closed 7 months ago

markstein commented 7 months ago

🤔 What's the problem you're trying to solve?

By evaluating the runs, it is sometimes helpful to see the detailed error message even for steps that are pending.

This is also how it is implemented in cucumber-jvm.

✨ What's your proposed solution?

The error message is also output for steps that have the status pending.

⛏ Have you considered any alternatives or workarounds?

No response

📚 Any additional context?

No response

davidjgoss commented 7 months ago

FIxed in #2393