Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

How to exclude a particular test group from a test case execution?

By adding the exclude tag in the testing.xml
<groups>
<run>
<exclude name="TestGroupNameToExclude"/>
</run>
</groups>
 
PREVIOUS NEXT
Tagged: #How #exclude #test #group #test #case
ADD COMMENT
Topic
Name
3+9 =