-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
Aruba Reporting is not compatible with cucumber 2 #256
Comments
We're using Aruba's reporting in Cucumber.js's suite. It's broken since we upgraded to Cucumber 2.0.0:
|
I would like to remove Aruba Reporting and stop supporting it. I think it's an old idea. What are you using it for @jbpros? |
Are there any tests that describe how Reporting is supposed to behave? |
|
@jbpros What are you are using aruba/reporting for? Would that be helpful for you instead? https://github.com/cucumber/aruba/blob/master/features/commands/debug_command.feature Aruba/Reporting is deprecated and will be removed. So I'm going to close this for now. |
We were using it in cucumber.js's own feature suite. But we're actually fine without it. |
@jbpros But why? What's reason behind this? What are you using it for? Troubleshooting? Generating some kind of documentation? |
@mattwynne @jarl-dk
I took a look at
aruba/reporting.rb
because of #161. After I upgraded to cucumber 2.0.0, reporting does not work anymore. There seems to be some progress on changing the Formatter API of cucumber.Does it make sense to refactor the Reporting Module of aruba into a proper cucumber formatter? Seems to be doable and reasonable. What do you think?
References: cucumber/common#839, cucumber/common#851
The text was updated successfully, but these errors were encountered: