Answers for "How to exclude a particular test group from a test case execution?"

0

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>
Posted by: Guest on June-16-2021

Code answers related to "How to exclude a particular test group from a test case execution?"

Browse Popular Code Answers by Language