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.

useCucumberStepReporter: true is giving warning of allure-js-commons: Unexpected endStep(). There are no any steps running

See original GitHub issue

Environment:

Describe the bug If useCucumberStepReporter: true is set in the reporter, allure is giving the warning of allure-js-commons: Unexpected endStep(). There are no any steps running

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
christian-bromanncommented, Mar 1, 2021

@halukbaysal thanks for providing the reproducible example. I am not sure when I will be able to pick this up but if anyone else want to have a look, feedback and suggestions are welcome!

1reaction
halukbaysalcommented, Mar 1, 2021

@christian-bromann I have created a framework which is similar to what we are using in the project.

Could you please check https://github.com/halukbaysal/wdio_v7

when you run the test script you will see the error. If you remove useCucumberStepReporter, the warning disappears but the report is not showing as expected.

Read more comments on GitHub >

github_iconTop Results From Across the Web

webdriverio/webdriverio - Gitter
There is no parent step" and "allure-js-commons: Unexpected endStep(). There are no any steps running" Package.json is as follows:
Read more >
Allure Reporter - WebdriverIO
A WebdriverIO reporter plugin to create Allure Test Reports.
Read more >
Top 5 allure-js-commons Code Examples - Snyk
Learn more about how to use allure-js-commons, based on allure-js-commons code examples created from the most popular ways it is used in public...
Read more >
Part22: WebdriverIO with TypeScript - Generate Allure Report
webdriverio #typescript #nodejs #beginners #bddframework #wdio #async #wdio7 #webdriveriocucumber #allurereportIn this video, ...
Read more >
Wdio-allure-reporter NPM - npm.io
reporters: ['allure'], reporterOptions: { allure: { outputDir: 'allure-results', disableWebdriverStepsReporting: true, disableWebdriverScreenshotsReporting: ...
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