Wim Selles
Wim Selles
Hi @saurabhkjain It's currently not possible, can you explain what you would like to have and how this would look like. I can then see if this can be done....
@manoj-fsbtech Can you also check the unit tests, they are breaking now
Hi @raumB WebdriverIO behaves in a different way regarding Cucumber reports in comparison to other frameworks that use CucumberJS. WebdriverIO has its own way of reporting and this module is...
I've checked the output but the WDIO reporter is not giving back this information for the reporter. Will keep this one open, but this might first need to be fixed...
Nope, this is not given back, but maybe something Cucumber is giving back, but not passing it to the Cucumber framework adapter. Need to dive into this as this might...
Some info for the person who's going to pick this up - the `uri` is of type string and contains the path to the file - the `location` is of...
@christian-bromann I've looked into this again, I can determine the `uri` and the `line` for the feature file level, but the `@wdio/cucumber-framework` only gives back feature-file data, not the TS/JS-files...
Hi @silke-vormbrock Sorry for not getting back to this. I have it on my to-do list, which is pretty long ATM :(, but will notify you when this is released
Hi @silke-vormbrock I hope before the end of the month
@silke-vormbrock A new version has been published, see https://github.com/webdriverio-community/wdio-cucumberjs-json-reporter/releases/tag/v4.2.0 This will now add the `line` and `uri`, see the example below ```json [ { "keyword": "Feature", "type": "feature", "description": "",...