Skip to content

Instantly share code, notes, and snippets.

@dannyshain
Created September 15, 2021 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dannyshain/2a5095088a6a4eacff626d55c64823bf to your computer and use it in GitHub Desktop.
Save dannyshain/2a5095088a6a4eacff626d55c64823bf 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="Suite" parallel="tests">
<test name="Android">
<classes>
<class name="FirstAndroidTest"/>
</classes>
</test>
</suite>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment