mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-02-18 18:33:42 +00:00
Added example for exporting data to Excel for Pester 5.1
This commit is contained in:
11
Examples/PesterTestReport/PesterConfiguration.json
Normal file
11
Examples/PesterTestReport/PesterConfiguration.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"Run": {
|
||||
"Path": "."
|
||||
},
|
||||
"TestResult": {
|
||||
"Enabled": false,
|
||||
"OutputFormat": "NUnitXml",
|
||||
"OutputPath": "PesterTestResults.xml",
|
||||
"OutputEncoding": "UTF8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user