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

update CucumberJSAllureReporter to support latest cucumber "@cucumber/cucumber" #246

Closed
Alje001 opened this issue Apr 22, 2021 · 5 comments

Comments

@Alje001
Copy link

Alje001 commented Apr 22, 2021

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

@Ivan-Katovich
Copy link

Have the same issue, are you going to resolve the issue in the nearest future?
The issue blocks starting allure as main reporting systems for any new projects (my case)

@fescobar
Copy link

Also, it's necessary to have in mind that the new allure reporter supports executions in parallel. Currently is not supporting that.
korobochka/cucumberjs-allure2-reporter#6

@alfflores
Copy link

same topic #227

@baev
Copy link
Member

baev commented Sep 1, 2021

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 :( )

@baev
Copy link
Member

baev commented Sep 1, 2021

I'll close this one as duplicate of #227

@baev baev closed this as completed Sep 1, 2021
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

5 participants