useCucumberStepReporter: true is giving warning of allure-js-commons: Unexpected endStep(). There are no any steps running
See original GitHub issueEnvironment:
- WebdriverIO version: [7.0.7]
- Mode: [WDIO Runner]
- If WDIO Testrunner, running sync/async: [async]
- Node.js version: [v12.18.3]
- NPM version: [6.14.6]
- Browser name and version: [Chrome 88.0.4324.192]
- Platform name and version: [MacOS Catalina]
- Additional wdio packages used (if applicable): [@wdio/allure-reporter, @wdio/spec reporter, @wdio/selenium-standalone service, @wdio/browserstack-service, @wdio/cucumber-framework, @wdio/devtools-service, @wdio/spec-reporter, @wdio/local-runner]
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:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top 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 >
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 Free
Top 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
@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!
@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 removeuseCucumberStepReporter
, the warning disappears but the report is not showing as expected.