-
Notifications
You must be signed in to change notification settings - Fork 31
Description
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 due to some principle technical restriction and it never would be possible to have the URI / location parameters implemented? Thanks and kind regards.
If it's about a specific piece of code, try and include some of it to support your question.
uri: 'Can not be determined',
(https://github.com/webdriverio-community/wdio-cucumberjs-json-reporter/blob/v6/lib/reporter.js#L238)
location: 'can not be determined with webdriver.io'
(https://github.com/webdriverio-community/wdio-cucumberjs-json-reporter/blob/v6/lib/reporter.js#L319)
Environment (please complete the following information):
- Node.js version: 10.16.3
- NPM version:
- webdriver.io version: ~6.11.x
- @wdio/cucumber-framework version: ~6.11.1
- wdio-cucumberjs-json-reporter version: ~2.0.2
Additional context
Cucumber reporters for other technologies seem to to offer these parameters which could be used for forward navigation to the test case.