Skip to content

tinuwalther/PSPWApps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My PodeWeb framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published