Last active
August 13, 2019 06:47
-
-
Save sabesansathananthan/ca224767f69f6c16e0d8a2a6e52e3bdc to your computer and use it in GitHub Desktop.
Paralyze Test NG groups
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<suite name="Suite"configfailurepolicy="continue"parallel="true"thread- | |
count="3"> | |
<test name="MockTest"> | |
<groups> | |
<define name="Page"> | |
<include name="bind" /> | |
<include name="link" /> | |
</define> | |
<run> | |
<include name="Page"> | |
</run> | |
</groups> | |
<classes> | |
<class name="com.tests.automation.Pagetest" /> | |
</classes> | |
</test> | |
</suite> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment