Severity
#535
Replies: 1 comment
-
I think this is a great idea |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Maester test results can be quite overwhelming, especially for novices. One of the major decisions is where to start (with failed tests), and this is where the concept of severity comes into play.
Optimally this is an entirely separate function along with category and tags, but to make this trivial to implement we could use the
tag
functionality. I would suggest simply adding one of the following tags to each Maester testThis also means that we can utilize the existing functionality of running tests with a specific tag.
Which allows us to create a report with the highest severity tests first, and then work our way down.
Beta Was this translation helpful? Give feedback.
All reactions