Skip to content

Instantly share code, notes, and snippets.

@sabesansathananthan
Last active August 13, 2019 06:47
Show Gist options
  • Save sabesansathananthan/ca224767f69f6c16e0d8a2a6e52e3bdc to your computer and use it in GitHub Desktop.
Save sabesansathananthan/ca224767f69f6c16e0d8a2a6e52e3bdc to your computer and use it in GitHub Desktop.
Paralyze Test NG groups
<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