-
Notifications
You must be signed in to change notification settings - Fork 125
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
update CucumberJSAllureReporter to support latest cucumber "@cucumber/cucumber" #246
Comments
Have the same issue, are you going to resolve the issue in the nearest future? |
Also, it's necessary to have in mind that the new allure reporter supports executions in parallel. Currently is not supporting that. |
same topic #227 |
btw, I already started my work on that #346 . Feel free to contribute to cucumberjs7 branch as well, that will speedup a progress a bit. From my side I expect to finish the work by the end of September (I'm pretty busy on my schedule :( ) |
I'll close this one as duplicate of #227 |
HI;
we updated our testproject to support @cucumber/cucumber as the old version is deprecated. See following Links:
deprecated: https://www.npmjs.com/package/cucumber
current cucumber : https://www.npmjs.com/package/@cucumber/cucumber
And with the latest version we are facing the issue that CucumberJSAllureReporter is importing cucumber dependecies from the deprecated cucumber.
`> import { Formatter, World as CucumberWorld } from "cucumber";
That is why I am not getting allure reports anymore.
Would you please update CucumberJSAllureReporter to support the latest @cucumber/cucumber
thank you for supporting
The text was updated successfully, but these errors were encountered: