-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Scenario descriptions #600
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry it took so long to review it. Would you add this to the CHANGELOG.rst? I'll try to merge it and make a release next weekend.
Codecov ReportBase: 95.43% // Head: 95.40% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #600 +/- ##
==========================================
- Coverage 95.43% 95.40% -0.03%
==========================================
Files 49 49
Lines 1751 1764 +13
Branches 189 193 +4
==========================================
+ Hits 1671 1683 +12
Misses 53 53
- Partials 27 28 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Fixes #311
Adds descriptions to Scenarios and Scenario Outlines to better fit the Gherkin syntax specifications.