-
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
Render docstrings and datatable cells with example table entries #743
Render docstrings and datatable cells with example table entries #743
Conversation
…t like step names currently are.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #743 +/- ##
==========================================
+ Coverage 95.95% 96.01% +0.06%
==========================================
Files 55 55
Lines 2200 2211 +11
Branches 242 244 +2
==========================================
+ Hits 2111 2123 +12
+ Misses 54 53 -1
Partials 35 35 ☔ View full report in Codecov by Sentry. |
hey I took the liberty of applying some changes directly, hope you don't mind. If that's fine to you, I'd merge it. |
The regex is no longer just for steps
Not at all! I did notice when I code reviewed that the STEP_PARAM_RE regex is no longer just for steps so renamed it. |
I can't merge :(. Sorry my new commit invalidated your approval @youtux |
turns out that the |
Render scenario names, docstrings and datatable cells with example table entries, just like step names currently are.
Fixed another issue that I hadn't seen before that background steps were also not able to be rendered using the current logic. This is now fixed.
Resolves #741
Resolves #252