File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -59,11 +59,13 @@ Usage
59
59
Name(s) of the relationship(s) used to link to items in Tags section.
60
60
The default value is 'validates'.
61
61
-t [TAGS ...], --tags [TAGS ...]
62
- Regex(es) for matching tags to treat them as traceable targets via a
63
- relationship. All tags get matched by default.
62
+ Zero or more Python regexes for matching tags to treat them as
63
+ traceable targets via a relationship. All tags get matched by
64
+ default.
64
65
--include [INCLUDE ...]
65
- Regex(es) for matching tags to filter test cases. A test case is
66
- included if every regex matches at least one of its tags.
66
+ Zero or more Python regexes for matching tags to filter test cases.
67
+ If every regex matches at least one of a test case's tags, the test
68
+ case is included.
67
69
-c [COVERAGE ...], --coverage [COVERAGE ...]
68
70
Minimum coverage percentages for the item-matrix(es); 1 value per tag
69
71
in -t, --tags.
You can’t perform that action at this time.
0 commit comments