Created
December 5, 2019 13:22
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<suite name="Suite" > | |
<test name="First DP Run"> | |
<groups> | |
<run> | |
<include name = "One" /> | |
</run> | |
</groups> | |
<classes> | |
<class name="dataProvider.ITestContext_DP"/> | |
</classes> | |
</test> | |
<test name="Second DP Run"> | |
<groups> | |
<run> | |
<include name = "Two" /> | |
</run> | |
</groups> | |
<classes> | |
<class name="dataProvider.ITestContext_DP"/> | |
</classes> | |
</test> | |
</suite> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment