Skip to content

Latest commit

 

History

History
63 lines (35 loc) · 1.43 KB

README.md

File metadata and controls

63 lines (35 loc) · 1.43 KB

Table of Contents

PSPWApps

My PodeWeb framework - a never ending story!

Home page

PSPWApps

Top

Pester Reports

Show Pester Reports with charts and tables.

PSPWApps

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.

Top

Folder structure

bin

Path to store the PowerShell-Scripts or Modules.

data

Path to store the Inputfiles (JUnitXml, NUnitXml).

pages

Path to store the PodeWeb pages.

Top

Web Server

Start-PodeServer.ps1

Top

How to create a JUnitXml

Run Invoke-Pester -Path .\bin\Invoke-PesterResult.Tests.ps1 -ExcludeTagFilter NotRun -OutputFile .\data\Test-PsNetTools.JUnitXml -OutputFormat JUnitXml

Top

How to create a NUnitXml

Run Invoke-Pester -Path .\bin\Invoke-PesterResult.Tests.ps1 -ExcludeTagFilter NotRun -OutputFile .\data\Test-PsNetTools.NUnitXml -OutputFormat NUnitXml

Top