!tag
From STIQ
Marks a test with a keyword or tag. Tests may be marked with multiple tags.
Arguments
- <tag name list> a list of keywords (one-word descriptors) delimited by spaces
Example Source
- !tag integration sprintSeven accountsReceivable
What is a tag?
A tag is a one-word descriptor that you assign to a test that allows the !tagsuite widget to aggregate them into a suite of similarly tagged tests. This is an organizational concept. Tags are like keywords, but you get to decide what the keyword is and they do not form a hierarchy.
You may assign a test multiple tags. We suggest that you put the !tag command near the top of the test source.
See also: !tagsuite widget.
