Let's say I have a test run with 100 test cases.
for some reasons some of these test cases are wrong, not applicable, not executable etc.
lets say they I change their state to e.g. "not applicable" or any other (custom) state.
Is it possible to exclude certain states from the pie chart in the overview or from the bar chart in the test run overview ?
The reason for that: since certain test cases will never be executed (or even passed) because they are "not applicable" the pie charts will never reach 100% coverage (or even passed coverage).
I would like to exclude certain states from thr chart calculation.
Any option for that ?