Skip to content
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

Not working with Cucumber 5.1.0 #96

Open
prashanth-sams opened this issue Sep 26, 2020 · 1 comment
Open

Not working with Cucumber 5.1.0 #96

prashanth-sams opened this issue Sep 26, 2020 · 1 comment

Comments

@prashanth-sams
Copy link

  • Seems report builder is not working with cucumber version 5.1.0
@ChrisVereb
Copy link

Cucumber deprecated the JSON formatter that report_builder uses in 5.x There's a standalone tool that can convert the new messages formatted output to the old JSON format.
https://github.com/cucumber/cucumber/tree/master/json-formatter

Be aware that if you use tags on example tables, there's currently a bug that will prevent the generation of the JSON file:
cucumber/common#1216

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants