Output result of Pester test

Hi,

I would like to output the overall result a series of tests - basically i need to say all the tests passed or if any of the tests failed so that i can create a report to say the pester test ran 100 times and out of the 100 times 1 or more pester tests failed.

I have created the HTML page to report each series test, but need just a basic pass fail?

Hope that makes sense?

cheers
Tommy

Have you looked at the Show parameter in Pester v4+?

Thanks Adam, that does exactly what i need. :slight_smile:

Cheers

Tommy