Closed wswebcreation closed 6 years ago
Status update: Started with the initial setup. Reporter is already adjusted, now need to add some tests and make a PR, see https://github.com/wswebcreation/wdio-cucumber-framework/blob/feature/enrich-reporter/lib/reporter.js
This has been fixed with https://github.com/webdriverio/wdio-cucumber-framework/pull/136 and released in version 2.2.0
When using CucumberJS standalone you can get an very comprehensive JSON report containing more info than
wdio-cucumber-framework
is providing.I miss for example the following data when I try to build my own reporter:
Given|When|Then
keywordsThe data itself can be retrieved from the reporter with for example the following feature
When I place some logs in the
reporter.js
I see I get the dataIs there a reason to not expose this data? And if not, do you also allow a PR to add that data? It would help a lot making more readable reports.
Tnx in advance