File tree Expand file tree Collapse file tree 3 files changed +0
-88
lines changed Expand file tree Collapse file tree 3 files changed +0
-88
lines changed Original file line number Diff line number Diff line change 33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
6-
76 <groupId >org.example</groupId >
87 <artifactId >java-maven-selenium</artifactId >
98 <version >1.0-SNAPSHOT</version >
2524 <scope >test</scope >
2625 </dependency >
2726 </dependencies >
28-
2927</project >
Original file line number Diff line number Diff line change 6262 <suiteXmlFiles >
6363 <suiteXmlFile >src/test/resources/testng.xml</suiteXmlFile >
6464 </suiteXmlFiles >
65- <systemPropertyVariables >
66- <application .properties>/application.properties</application .properties>
67- </systemPropertyVariables >
6865 </configuration >
6966 </plugin >
7067 <plugin >
7774 </plugin >
7875 </plugins >
7976 </build >
80- <!-- profiles -->
81- <profiles >
82- <!-- browsers -->
83- <profile >
84- <id >firefox</id >
85- <properties >
86- <capabilities >/firefox.capabilities</capabilities >
87- </properties >
88- <activation >
89- <activeByDefault >true</activeByDefault >
90- </activation >
91- </profile >
92- <profile >
93- <id >chrome</id >
94- <properties >
95- <capabilities >/chrome.capabilities</capabilities >
96- </properties >
97- </profile >
98- <profile >
99- <id >ie</id >
100- <properties >
101- <capabilities >/ie.capabilities</capabilities >
102- </properties >
103- </profile >
104- <profile >
105- <id >safari</id >
106- <properties >
107- <capabilities >/safari.capabilities</capabilities >
108- </properties >
109- </profile >
110- <profile >
111- <id >opera</id >
112- <properties >
113- <capabilities >/opera.capabilities</capabilities >
114- </properties >
115- </profile >
116- <!-- environments -->
117- <profile >
118- <id >localhost</id >
119- <properties >
120- <site .url>http://localhost/</site .url>
121- </properties >
122- <activation >
123- <activeByDefault >true</activeByDefault >
124- </activation >
125- </profile >
126- <profile >
127- <id >devhost</id >
128- <properties >
129- <site .url>http://devhost/</site .url>
130- </properties >
131- </profile >
132- <profile >
133- <id >testhost</id >
134- <properties >
135- <site .url>http://testhost/</site .url>
136- </properties >
137- </profile >
138- <profile >
139- <id >prodhost</id >
140- <properties >
141- <site .url>http://prodhost.com/</site .url>
142- </properties >
143- </profile >
144- <!-- grid -->
145- <profile >
146- <id >nogrid</id >
147- <properties >
148- <grid .url></grid .url>
149- </properties >
150- <activation >
151- <activeByDefault >true</activeByDefault >
152- </activation >
153- </profile >
154- <profile >
155- <id >grid</id >
156- <properties >
157- <grid .url>http://localhost:4444/wd/hub/</grid .url>
158- </properties >
159- </profile >
160- </profiles >
16177</project >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments