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

Display system information in reports #57

Open grasshopper7 opened 4 years ago

grasshopper7 commented 4 years ago

This will allow system information to be retrieved from the extent,properties file or passed from the command line.

The pattern to be followed is for the property to begin with "systeminfo." in either of the options.

For example in extent.properties it will be something like below systeminfo.os=Windows

To pass in maven command line mvn install -Dsysteminfo.type=virtual -Dsysteminfo.port=666

This will be displayed in the Spark report and also the HTML and logger reports. sparksys

This fix could address this issue - https://github.com/extent-framework/extentreports-cucumber4-adapter/issues/51