Added example for exporting data to Excel for Pester 5.1

This commit is contained in:
DarkLite1
2021-02-12 13:21:59 +01:00
parent d8ae8b1abc
commit abebb9af11
2 changed files with 236 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"Run": {
"Path": "."
},
"TestResult": {
"Enabled": false,
"OutputFormat": "NUnitXml",
"OutputPath": "PesterTestResults.xml",
"OutputEncoding": "UTF8"
}
}