Skip to content

Instantly share code, notes, and snippets.

@mfaisalkhatri
Created December 6, 2022 06:23
Show Gist options
  • Save mfaisalkhatri/27fe652d9d31338dc3bb75a469836049 to your computer and use it in GitHub Desktop.
Save mfaisalkhatri/27fe652d9d31338dc3bb75a469836049 to your computer and use it in GitHub Desktop.
Using suite-files tag in testng xml file
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="Selenium 4 POC Tests ">
<suite-files>
<suite-file path="testng-saucedemo.xml"/>
<suite-file path="testng-automationpractice.xml"/>
<suite-file path="testng-theinternet.xml"/>
<suite-file path="testng-juice-shop.xml"/>
<suite-file path="testng-lambdatestecommerce.xml"/>
<suite-file path="testng-seleniumgrid-theinternet.xml"/>
<suite-file path="testng-lambdatest-selenium-playground.xml"/>
<!-- <suite-file path="testng-seleniumgrid-juiceshop.xml"/>-->
</suite-files>
</suite>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment