EvotecIT / Testimo

Testimo is a PowerShell module for running health checks for Active Directory against a bunch of different tests
MIT License
519 stars 55 forks source link

Another display issue in reports #154

Closed SUBnet192 closed 2 years ago

SUBnet192 commented 2 years ago

All tests failed except one informational. That shouldn't make it a "passed" test.

image

PrzemyslawKlys commented 2 years ago

It's already fixed in #149

image

It was showing that because the original display Testimo only supported True/False/$null True = Passed, False = Failed, $null - Skipped

This was the same for the interface and HTML.

New version supported scale in assessment, importance and so on where True/False/$null can have different value for assessment. This was fixed for Table, but never for chart, and console.

Now it's also fixed for charts and for console

image