Skip to content

Commit 6968912

Browse files
committed
modified profile name in pom.xml and readme
1 parent 9195e18 commit 6968912

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
File renamed without changes.
File renamed without changes.

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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>
@@ -75,15 +75,15 @@
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>
@@ -92,15 +92,15 @@
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>

0 commit comments

Comments
 (0)