reportportal / agent-js-cucumber

Agent to integrate CucumberJS with ReportPortal.
https://www.npmjs.com/package/@reportportal/agent-js-cucumber
Apache License 2.0
12 stars 17 forks source link

Scenarios in separate Feature files are reported under same Feature #119

Closed ddebonotwilio closed 1 year ago

ddebonotwilio commented 1 year ago

I have set up 2 Feature files with 2 scenarios each, however all of the scenarios are reported under same Feature as shown in the screenshot.

image
Bam6ycha commented 1 year ago

@ddebonotwilio Hi, there! That issue was related to https://github.com/reportportal/agent-js-cucumber/issues/118. You can update your agent version and try it!

dwaned commented 1 year ago

I can confirm that I now see separate Features with their respective scenarios under the correct feature. Thank you!

image

image