Is your enhancement request related to a problem? Please describe.
- multiple users are working on test cases
- Testcases might be left in a "non-executble" state in the repo (while being developed for example)
- Such testcases are tagged with a specific tag like "wip"
- This specific tag is, later on, when executing the testcases, excluded via "--exclude" (for robot und rebot)
Describe the solution you'd like
Exclude testcases from analysis by specific a list of tags to be excluded (similar to robot and rebot)
robot
robotcode robot -i regression -e wip tests
analyze
Describe alternatives you've considered
diagnostic-modifiers
Additional context
see previous question post