Advanced filtering in living doc
Our project has about 10,000 tests. Since we can not run all these within a single pipeline, so we have multiple pipelines to break out subsets of tests. When building our test execution pipelines, we use logic such as this.
(TestCategory=application&(TestCategory=Auto&TestCategory!=home&TestCategory!=umbrella))
I recently had a pipeline in which the # of tests reduced. In order to triage this, I tried using livingdoc to filter the scenarios that align with the tag logic.
But I am unable to replicate this in LivingDoc. It seems that the filter works on the premise of equal (=) and doesn't allow Not Equal (!=).
It would be a great help if the filter logic had an advanced mode which allows more complex searching.
**A count of scenarios returned would also be of great benefit, especially when working with thousands of scenarios.
-
FYI Clausing, Kim
1
Please sign in to leave a comment.
Comments
1 comment