update CucumberJSAllureReporter to support latest cucumber "@cucumber/cucumber"
See original GitHub issueHI;
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
Issue Analytics
- State:
- Created 2 years ago
- Reactions:14
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Reporting - Cucumber Documentation
Cucumber uses reporter plugins to produce reports that contain information about what scenarios have passed or failed. Some plugins are built-in, ...
Read more >Add support for cucumber-js v7 · Issue #227 - GitHub
After updating cucumberjs to v7 the report is not generated anymore. ... update CucumberJSAllureReporter to support latest cucumber "@cucumber/cucumber" # ...
Read more >CucumberJS and the Allure Reporter - YouTube
CucumberJS and the Allure Reporter ... Webdriverio V7- Cucumber -Part-5 (Docker,docker-compose,Selenium Grid,Github Actions).
Read more >Cucumberjs-allure-reporter NPM - npm.io
Allure report version supported : 1.4.15. HOW TO USE IT? Add reporter.js file in feature packages with: var reporter = require('cucumberjs-allure-reporter') ...
Read more >cucumberjs-allure-reporter - npm package - Snyk
Allure Framework reporter for Cucumber JS For more information about how to use this package see README. Latest version published 6 years ago....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Also, it’s necessary to have in mind that the new allure reporter supports executions in parallel. Currently is not supporting that. https://github.com/korobochka/cucumberjs-allure2-reporter/issues/6
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)