email2vimalraj / CucumberExtentReporter

A plugin to generate the cucumber jvm custom html report using ExtentsReport
http://www.vimalselvam.com/cucumber-extent-reporter/
MIT License
58 stars 74 forks source link

"Scenario" and "Scenario Outline" not well managed #41

Closed jsaujla closed 7 years ago

jsaujla commented 7 years ago

If the Scenario does not have Example table then it should be Scenario only, not Scenario Outline cucumberextent

If the Scenario has Examples then it should be Scenario Outline only, not Scenario cucumberextent2

email2vimalraj commented 7 years ago

@JaspalAujla : How your feature file look like?

Don't you have the Scenario Outline when there is no Example. Kindly post the feature file that you are referring.

jsaujla commented 7 years ago

Below is a screenshot of Feature file:

cucumberextentissuehelp

email2vimalraj commented 7 years ago

@JaspalAujla : Since ExtentReport has a BDD without Scenario Outline support, I'm planning to use that approach. Need your input here. Do you think really we need to log the Scenario Outline, or just logging all the Scenarios is fair enough to show in the report?

jsaujla commented 7 years ago

It would be same, we want to skip 1 less severity feature from the product. If you will leave this feature that will not create any problem, but to make more accurate BBD Gherkin style report you have to include this.

It is all about quality. As per the risk analysis, the risk would be very minor if you would not add it.

email2vimalraj commented 7 years ago

Now updated to the latest version of extent report. Presentation of scenario outline and scenario is managed by extent report. Kindly update to the latest version 3.0.0.