cucumber / html-formatter

HTML formatter for reporting Cucumber results
https://cucumber.io/
MIT License
13 stars 4 forks source link

Browser shown in Cucumber Report published #278

Closed RaulRoberto closed 8 months ago

RaulRoberto commented 8 months ago

BROWSER IN CUCUMBER REPORT

I'm trying to show the browser that the test ran in the Cucumber Report. The report shows the OS, cucumber version, and repo, as GitLab. I need a way to show also the browser used in the current execution, to segment the executed tests by browsers:

Eg.:
image

Searching for solutions, I found ways to show the info but not in the same way that the report shows OS, for example.


I don't found a pretty way to do this, If there is already a solution, please disconsidere this issue.

mpkorstanje commented 8 months ago

There is currently no pretty way to do this.

The information currently included is the information provided by your CI system and is invariant for each scenario.

Cucumber also does not provide a way to amend this information.

mpkorstanje commented 8 months ago

This does look like a duplicate of https://github.com/cucumber/html-formatter/issues/106.