v1.0.5
🪲 [Fix]: Don't count filtered tests as failed tests (#7)
Description
This pull request simplifies the test result handling logic in the scripts/main.ps1 file by removing all checks and reporting related to tests that were "NotRun". The script now only considers passed, failed, and inconclusive tests when determining test failures and reporting errors.
Test result handling simplification:
- Removed all logic related to the
NotRuntest status, including the$hasNotRunValuevariable, checks forNotRunin test failure conditions, and error reporting for tests that were not run. [1] [2] [3]