-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Cucumber 2.3.2: Step data tables not present in JSON report #948
Comments
Hey folks, Am I posting in the wrong place? It would be great to understand if this is an issue or simply a limitation of the JSON formatter. |
The data tables was lost from v2.0.0 to v2.0.1 when the JSON formatter was rewritten to the new formatter API (#851), which fixed at lot of other problems with the JSON formatter. The JSON formatter should be updated to include the data tables again. |
@brasmusson is there anywhere to submit a donation / 'buy a beer' or any other form of monetary contribution to yourself or the cucumber group? I am very thankful for this fix. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hi,
I have just recently converted to using the JSON formatter as it is much easier to merge results when running with parallel_tests. However, I noticed that my step tables are not being written to the default JSON report which cucumber builds. Is this expected behavior? If so, are there any alternative paths available to me?
Example Scenario:
Example JSON output:
The text was updated successfully, but these errors were encountered: