wdio-cucumberjs-json-reporter
wdio-cucumberjs-json-reporter copied to clipboard
A WDIO reporter that creates CucumberJS JSON files for WebdriverIO
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
**Describe your question with as much detail as possible** noticed that the peer dependency is set to @wdio/cucumber-framework@"7.x" in the package.json This means i am getting hard failures and "ERESOLVE...
Hi, I'm want to customise the name of the report that is generated. I haven't seen anything the documentation. Does anyone know if that's possible. If so, could you let...
Hi, I am using: **wdio-cucumberjs-json-reporter (2.0.2),** **webdriverio 6.3.4** and generating a html report with: **multiple-cucumber-html-reporter 1.18.0** using the json created. Problem is with missing generating some json files (not every...
**Is your feature request related to a problem? Please describe.** Sometimes, especially when test reports are shipped to customers or are used to generate other reports (e.g. html reports or...
As part of the [v8 effort](https://github.com/webdriverio/webdriverio/issues?q=is%3Aopen+is%3Aissue+milestone%3Av8) we are currently [migrating over to ESM](https://github.com/webdriverio/webdriverio/issues/8306) as many packages will stop support CJS in the future. This means we have to transition all...
Describe your question with as much detail as possible Currently when we enable "specfileretry", in report two data will be shown. One for failed and other for passed. Is it...
**Is your feature request related to a problem? Please describe.** When creating E2E test reports, all hooks have an empty name, which can be hard in debugging. **Describe the solution...
**Describe your question with as much detail as possible** Hello, being not a specialist in this subject I just wanted to understand the reason for https://github.com/webdriverio-community/wdio-cucumberjs-json-reporter/blob/v6/lib/reporter.js#L238 and https://github.com/webdriverio-community/wdio-cucumberjs-json-reporter/blob/v6/lib/reporter.js#L319. Is this...