cucumber / cucumber-js

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

feat: include exceptions in test step result messages #2229

Closed davidjgoss closed 1 year ago

davidjgoss commented 1 year ago

🤔 What's changed?

⚡️ What's your motivation?

Confirm with latest CCK behaviour, get better parity with JVM's JUnit formatter

🏷️ What kind of change is this?

📋 Checklist:


This text was originally generated from a template, then edited by hand. You can modify the template here.

coveralls commented 1 year ago

Coverage Status

Coverage: 98.564% (+0.001%) from 98.563% when pulling 1fe8fcb74d31a892b9cc9f952133ea1f71b49518 on exceptions-in-messages into 88eb48d63f0c202d600509d4238694235305b3dc on main.

Rubea1435 commented 1 year ago

Can you please explain what's changed in this pull request? I use Cucumber.js since 8.0.0 version and there always have been error messages in step results with error trace.

davidjgoss commented 1 year ago

@Rubea1435 you're right in that the information was there before. It's just now included in a more structured format that makes it more useful to certain reporting tools.