Closed timhemming-fico closed 7 years ago
Would it be possible to add the feature file uri to the StepResult in CucumberKarmaListener#hear?
For example:
const stepId = `${description} : file ${this.feature.getUri()} : line ${step.getLine()}`;
This would help navigating to the corresponding feature files from our CI server result pages.
OK, I will add feature file URI
I have published karma-cucumber-js@1.0.1
Thanks for the quick response. This works great for us.
Would it be possible to add the feature file uri to the StepResult in CucumberKarmaListener#hear?
For example:
This would help navigating to the corresponding feature files from our CI server result pages.