File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1919 <selenium .version>3.141.59</selenium .version>
2020 <json-simple .version>1.1.1</json-simple .version>
2121 <browserstack-local-java .version>1.0.6</browserstack-local-java .version>
22- <config .file>config/local.testng.xml</config .file>
22+ <config .file>config/sample- local-test .testng.xml</config .file>
2323 </properties >
2424
2525 <dependencies >
7575
7676 <profiles >
7777 <profile >
78- <id >local</id >
78+ <id >sample- local-test </id >
7979 <build >
8080 <plugins >
8181 <plugin >
8282 <groupId >org.apache.maven.plugins</groupId >
8383 <artifactId >maven-surefire-plugin</artifactId >
8484 <configuration >
8585 <suiteXmlFiles >
86- <suiteXmlFile >config/local.testng.xml</suiteXmlFile >
86+ <suiteXmlFile >config/sample- local-test .testng.xml</suiteXmlFile >
8787 </suiteXmlFiles >
8888 </configuration >
8989 </plugin >
9292 </profile >
9393
9494 <profile >
95- <id >parallel </id >
95+ <id >sample-test </id >
9696 <build >
9797 <plugins >
9898 <plugin >
9999 <groupId >org.apache.maven.plugins</groupId >
100100 <artifactId >maven-surefire-plugin</artifactId >
101101 <configuration >
102102 <suiteXmlFiles >
103- <suiteXmlFile >config/parallel .testng.xml</suiteXmlFile >
103+ <suiteXmlFile >config/sample-test .testng.xml</suiteXmlFile >
104104 </suiteXmlFiles >
105105 </configuration >
106106 </plugin >
You can’t perform that action at this time.
0 commit comments