Hx_ExtentReport
The target generates test reports using https://www.extentreports.com. Under the hood this target uses the https://www.nuget.org/packages/extent package.
Properties
Hx_ExtentReport_ArtifactsDir
A path to the Extent reports artifacts directory. Default is '$Hx_Run_ArtifactsDir/ExtentReport'.
Hx_ExtentReport_TestResultsDir
A path to the directory to search *.xml test results recursively. Default is '$Hx_Run_ArtifactsDir/*Test'.
Hx_ExtentReport_Reporter
A reporter to generate report: 'html' or 'v3html'. Default is 'v3html'.
Hx_ExtentReport_Merge
Specify 'true' to merge test results into one report, otherwise 'false'. Default is 'true'.