- PSPWApps
- Home page
- Pester Reports
- Folder structure
- Web Server
- How to create a JUnitXML
- How to create a NUnitXML
My PodeWeb framework - a never ending story!
Show Pester Reports with charts and tables.
This page display charts and tables for each JUnitXml- or NUnitXml-file in the folder data. To view the code, go to pages and open pester-tests.ps1 and go to bin and open Read-FromXML.psm1.
Path to store the PowerShell-Scripts or Modules.
Path to store the Inputfiles (JUnitXml, NUnitXml).
Path to store the PodeWeb pages.
Start-PodeServer.ps1
Run Invoke-Pester -Path .\bin\Invoke-PesterResult.Tests.ps1 -ExcludeTagFilter NotRun -OutputFile .\data\Test-PsNetTools.JUnitXml -OutputFormat JUnitXml
Run Invoke-Pester -Path .\bin\Invoke-PesterResult.Tests.ps1 -ExcludeTagFilter NotRun -OutputFile .\data\Test-PsNetTools.NUnitXml -OutputFormat NUnitXml