Skip to content

Instantly share code, notes, and snippets.

@muditlambda
Created December 15, 2021 16:02
Show Gist options
  • Select an option

  • Save muditlambda/95837b9b9346144fa7a69353cbc7e886 to your computer and use it in GitHub Desktop.

Select an option

Save muditlambda/95837b9b9346144fa7a69353cbc7e886 to your computer and use it in GitHub Desktop.
<?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