question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:14
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
fescobarcommented, Jul 12, 2021

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

1reaction
Ivan-Katovichcommented, May 19, 2021

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)

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found