Skip to content

Instantly share code, notes, and snippets.

@Jiveloper
Created November 8, 2022 10:25
Show Gist options
  • Save Jiveloper/0a2f1899fbfa9ead10fe8d152fc31d7c to your computer and use it in GitHub Desktop.
Save Jiveloper/0a2f1899fbfa9ead10fe8d152fc31d7c to your computer and use it in GitHub Desktop.
testng
<suite name="MonitoringProduction" verbose="1">
<test name="Regression_Login">
<classes>
<class name="org.test.LoginTest"/>
</classes>
</test>
</suite>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment