File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 19
19
<selenium .version>3.141.59</selenium .version>
20
20
<json-simple .version>1.1.1</json-simple .version>
21
21
<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>
23
23
</properties >
24
24
25
25
<dependencies >
75
75
76
76
<profiles >
77
77
<profile >
78
- <id >local</id >
78
+ <id >sample- local-test </id >
79
79
<build >
80
80
<plugins >
81
81
<plugin >
82
82
<groupId >org.apache.maven.plugins</groupId >
83
83
<artifactId >maven-surefire-plugin</artifactId >
84
84
<configuration >
85
85
<suiteXmlFiles >
86
- <suiteXmlFile >config/local.testng.xml</suiteXmlFile >
86
+ <suiteXmlFile >config/sample- local-test .testng.xml</suiteXmlFile >
87
87
</suiteXmlFiles >
88
88
</configuration >
89
89
</plugin >
92
92
</profile >
93
93
94
94
<profile >
95
- <id >parallel </id >
95
+ <id >sample-test </id >
96
96
<build >
97
97
<plugins >
98
98
<plugin >
99
99
<groupId >org.apache.maven.plugins</groupId >
100
100
<artifactId >maven-surefire-plugin</artifactId >
101
101
<configuration >
102
102
<suiteXmlFiles >
103
- <suiteXmlFile >config/parallel .testng.xml</suiteXmlFile >
103
+ <suiteXmlFile >config/sample-test .testng.xml</suiteXmlFile >
104
104
</suiteXmlFiles >
105
105
</configuration >
106
106
</plugin >
You can’t perform that action at this time.
0 commit comments