Created
December 15, 2021 16:02
-
-
Save muditlambda/95837b9b9346144fa7a69353cbc7e886 to your computer and use it in GitHub Desktop.
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"> | |
| <suite name="TestSuite" parallel="tests" thread-count="4"> | |
| <test name="ChromeBrowserTest"> | |
| <parameter name="browser" value="Chrome"/> | |
| <classes> | |
| <class name="MyTests.Demo"> | |
| </class> | |
| </classes> | |
| </test> | |
| </suite> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment