-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[Core] Pretty formatter to print step DataTables #2330
Conversation
308151f
to
5ceef20
Compare
I didnt' get any notification because you've marked the PR as a Draft. It does mostly look ready to me. Do you have anything to add? |
Btw, because the datatable changes from v3 to v4 this has to go into Cucumber v7. Could you rebase your branch on top of the |
Codecov Report
@@ Coverage Diff @@
## v7.x.x #2330 +/- ##
============================================
+ Coverage 83.12% 83.14% +0.01%
- Complexity 2292 2295 +3
============================================
Files 292 292
Lines 8251 8270 +19
Branches 738 739 +1
============================================
+ Hits 6859 6876 +17
- Misses 1103 1105 +2
Partials 289 289
Continue to review full report at Codecov.
|
5ceef20
to
55eaa32
Compare
Ah right - apologies for the duplicated work. I didn't have anything to add, but had been planning to QA test - building it locally and importing into my other project to see in-real-life if it was working as expected. Unfortunately I had some other work things come up that got me side-tracked. Just rebased on |
Wrong button. |
compatibility/src/test/java/io/cucumber/compatibility/CompatibilityTest.java
Show resolved
Hide resolved
Managed to try it out locally on my other project - looks as I had expected/hoped :) |
Cheers! |
Is your pull request related to a problem? Please describe.
Describe the solution you have implemented
PrettyFormatter.printStep
to process theDataTable
if one is present in the step objectAdditional context
StepExpressionFactoryTest
that's popped up elsewhere in the core module while QA testing (appears to be from bumping common to v4)