Method | Description | |
---|---|---|
GenerateReport ( TestRun run, string outputFile, string screenshotLocation, string reportTitle ) : void | ||
GenerateReport ( string trxFilePath, string outputFile, string screenshotLocation, string reportTitle ) : void |
public static GenerateReport ( TestRun run, string outputFile, string screenshotLocation, string reportTitle ) : void | ||
run | TRX_Merger.TrxModel.TestRun | |
outputFile | string | |
screenshotLocation | string | |
reportTitle | string | |
return | void |
public static GenerateReport ( string trxFilePath, string outputFile, string screenshotLocation, string reportTitle ) : void | ||
trxFilePath | string | |
outputFile | string | |
screenshotLocation | string | |
reportTitle | string | |
return | void |