Method SaveResultToFile
SaveResultToFile(ITestResultAdaptor, string)
Save a given set of ITestResultAdaptor to a file at the provided file path.
Declaration
public static void SaveResultToFile(ITestResultAdaptor results, string filePath)
Parameters
| Type | Name | Description |
|---|---|---|
| ITestResultAdaptor | results | Test results to write in a file. |
| string | filePath | Path to file. |