The following code is for the PassionTeaCo.xml and pom.xml files:
Browser Suite XML and Maven Pom 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 -->...