Browser Suite XML and Maven Pom XML files
The following code is for the PassionTeaCo.xml
andpom.xml
files:
PassionTeaCo.xml
The following code is for the PassionTeaCo.xml
file:
Â
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"> <suite name="Passion_Tea_Company_Test_Suite" preserve-order="true" parallel="false" thread-count="1" verbose="2"> <!-- test groups --> <groups> <run> <include name = "PASSION_TEA" /> <exclude name = "" /> </run> </groups> <!-- test listeners --> <listeners> <listener class- name="com.framework.ux.utils.chapter10.TestNG_ConsoleRunner" /> <listener class- name="com.framework.ux.utils.chapter10. ExtentTestNGIReporterListener" /> </listeners> <!-- suite parameters --> <parameter name="environment"...