extent-framework / extentreports-cucumber4-adapter

Cucumber4 Adapter for Extent Framework
http://extentreports.com/docs/versions/4/java/cucumber2.html
Apache License 2.0
39 stars 22 forks source link

Scenario outline is showing as 2 separate scenarios in the Dashboard #30

Closed jbnzdev closed 4 years ago

jbnzdev commented 4 years ago

When running a Scenario outline with 2 examples, the number of scenarios is displayed as 3. This is because the parent Scenario as one, and 2 when the scenario is run 2 times based on the examples.

image

The mismatch in the scenario count is visible the above mentioned screenshot.

jbnzdev commented 4 years ago

Hi @anshooarora , Is there any update on the above mentioned issue. ?

anshooarora commented 4 years ago

@jeybn Looking into this, please bare with me as I look into this along with several other open tickets/questions and issues.

anshooarora commented 4 years ago

This has been fixed in #50.

bughunter7 commented 3 years ago

Hi @anshooarora its the same issue I am still facing using extent report cucumber 6 adapter . Dependency used -

                <dependency>
        <groupId>tech.grasshopper</groupId>
        <artifactId>extentreports-cucumber6-adapter</artifactId>
        <version>1.2.0</version>
        <scope>test</scope>
    </dependency>

While Using Scenario outline it shows incorrect results please check and let me know the solution .

[ scnissue sc2

](url)

Savph commented 1 year ago

Hi @anshooarora , I'm also facing same above mentioned issue using extent report cucumber 7 adapter . Could you please help resolve this.

Though I have run only 1 scenario in Tags table it is showing as 2 Passed

image

Dependencies used

com.aventstack extentreports 5.0.9 tech.grasshopper extentreports-cucumber7-adapter 1.7.0 io.cucumber cucumber-java 7.8.1
SriNandinigj commented 6 months ago

Even I'm facing the same issue with example section used. What is the solution for this issue? @anshooarora