|
1 | | -<!-- |
2 | | - ~ Copyright (c) 2017 Mindstix Inc. |
3 | | - --> |
| 1 | +<!-- ~ Copyright (c) 2017 Mindstix Inc. --> |
4 | 2 |
|
5 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
6 | | - <modelVersion>4.0.0</modelVersion> |
7 | | - <groupId>com.mindstix.automation</groupId> |
8 | | - <artifactId>selenium-accelerator</artifactId> |
9 | | - <version>0.0.1-SNAPSHOT</version> |
| 3 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | +xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 5 | +<modelVersion>4.0.0</modelVersion> |
| 6 | +<groupId>com.mindstix.automation</groupId> |
| 7 | +<artifactId>selenium-accelerator</artifactId> |
| 8 | +<version>0.0.1-SNAPSHOT</version> |
10 | 9 |
|
11 | | - <properties> |
12 | | - <env.browser>chrome</env.browser> |
13 | | - <env.driverPath>drivers/linux/chromedriver_2_33</env.driverPath> |
14 | | - <env.urlPrefix>www</env.urlPrefix> |
15 | | - <env.targetDomain>.automationpractice.com</env.targetDomain> |
16 | | - <env.mode>normal</env.mode> |
17 | | - <env.hubIP>172.17.0.2:4444</env.hubIP> |
18 | | - <env.threadCount>4</env.threadCount> |
19 | | - </properties> |
20 | | - |
21 | | - <repositories> |
22 | | - <repository> |
23 | | - <id>jcenter</id> |
24 | | - <url>https://jcenter.bintray.com/</url> |
25 | | - </repository> |
26 | | - </repositories> |
27 | | - |
28 | | - <dependencies> |
29 | | - <dependency> |
30 | | - <groupId>io.github.prashant-ramcharan</groupId> |
31 | | - <artifactId>courgette-jvm</artifactId> |
32 | | - <version>1.4.0</version> |
| 10 | +<properties> |
| 11 | +<env.browser>chrome</env.browser> |
| 12 | +<env.driverPath>drivers/linux/chromedriver_2_33</env.driverPath> |
| 13 | +<env.urlPrefix>www</env.urlPrefix> |
| 14 | +<env.targetDomain>.automationpractice.com</env.targetDomain> |
| 15 | +<env.mode>normal</env.mode> |
| 16 | +<env.hubIP>172.17.0.2:4444</env.hubIP> |
| 17 | +<env.threadCount>4</env.threadCount> |
| 18 | +</properties> |
| 19 | + |
| 20 | +<repositories> |
| 21 | +<repository> |
| 22 | +<id>jcenter</id> |
| 23 | +<url>https://jcenter.bintray.com/</url> |
| 24 | +</repository> |
| 25 | +</repositories> |
| 26 | + |
| 27 | +<dependencies> |
| 28 | +<dependency> |
| 29 | +<groupId>io.github.prashant-ramcharan</groupId> |
| 30 | +<artifactId>courgette-jvm</artifactId> |
| 31 | +<version>1.4.0</version> |
33 | 32 | </dependency> |
34 | 33 | <dependency> |
35 | 34 | <groupId>junit</groupId> |
36 | 35 | <artifactId>junit</artifactId> |
37 | 36 | <version>4.12</version> |
38 | 37 | </dependency> |
39 | 38 | <dependency> |
40 | | - <groupId>org.apache.maven.plugins</groupId> |
41 | | - <artifactId>maven-compiler-plugin</artifactId> |
42 | | - <version>3.5</version> |
43 | | - <type>maven-plugin</type> |
| 39 | +<groupId>org.apache.maven.plugins</groupId> |
| 40 | +<artifactId>maven-compiler-plugin</artifactId> |
| 41 | +<version>3.5</version> |
| 42 | +<type>maven-plugin</type> |
44 | 43 | </dependency> |
45 | 44 | <dependency> |
46 | 45 | <groupId>org.seleniumhq.selenium</groupId> |
47 | 46 | <artifactId>selenium-java</artifactId> |
48 | 47 | <version>3.4.0</version> |
49 | 48 | </dependency> |
50 | 49 | <dependency> |
51 | | - <groupId>io.github.bonigarcia</groupId> |
52 | | - <artifactId>webdrivermanager</artifactId> |
53 | | - <version>2.0.1</version> |
| 50 | +<groupId>io.github.bonigarcia</groupId> |
| 51 | +<artifactId>webdrivermanager</artifactId> |
| 52 | +<version>2.0.1</version> |
54 | 53 | </dependency> |
55 | 54 | <dependency> |
56 | 55 | <groupId>info.cukes</groupId> |
|
71 | 70 | <scope>test</scope> |
72 | 71 | </dependency> |
73 | 72 | <dependency> |
74 | | - <groupId>org.slf4j</groupId> |
75 | | - <artifactId>slf4j-api</artifactId> |
76 | | - <version>1.7.13</version> |
| 73 | +<groupId>org.slf4j</groupId> |
| 74 | +<artifactId>slf4j-api</artifactId> |
| 75 | +<version>1.7.13</version> |
77 | 76 | </dependency> |
78 | 77 | <dependency> |
79 | | - <groupId>org.slf4j</groupId> |
80 | | - <artifactId>slf4j-log4j12</artifactId> |
81 | | - <version>1.7.13</version> |
| 78 | +<groupId>org.slf4j</groupId> |
| 79 | +<artifactId>slf4j-log4j12</artifactId> |
| 80 | +<version>1.7.13</version> |
82 | 81 | </dependency> |
83 | 82 | <dependency> |
84 | 83 | <groupId>org.seleniumhq.selenium</groupId> |
|
91 | 90 | <version>3.4.0</version> |
92 | 91 | </dependency> |
93 | 92 | <dependency> |
94 | | - <groupId>com.googlecode.json-simple</groupId> |
95 | | - <artifactId>json-simple</artifactId> |
96 | | - <version>1.1.1</version> |
| 93 | +<groupId>com.googlecode.json-simple</groupId> |
| 94 | +<artifactId>json-simple</artifactId> |
| 95 | +<version>1.1.1</version> |
97 | 96 | </dependency> |
98 | | -
|
| 97 | + |
99 | 98 | <!-- https://mvnrepository.com/artifact/org.codehaus.jackson/jackson-mapper-asl --> |
100 | 99 | <dependency> |
101 | | - <groupId>org.codehaus.jackson</groupId> |
102 | | - <artifactId>jackson-mapper-asl</artifactId> |
103 | | - <version>1.5.0</version> |
| 100 | +<groupId>org.codehaus.jackson</groupId> |
| 101 | +<artifactId>jackson-mapper-asl</artifactId> |
| 102 | +<version>1.5.0</version> |
104 | 103 | </dependency> |
105 | 104 | <!-- https://mvnrepository.com/artifact/org.json/json --> |
106 | 105 | <dependency> |
107 | | - <groupId>org.json</groupId> |
108 | | - <artifactId>json</artifactId> |
109 | | - <version>20090211</version> |
| 106 | +<groupId>org.json</groupId> |
| 107 | +<artifactId>json</artifactId> |
| 108 | +<version>20090211</version> |
110 | 109 | </dependency> |
111 | 110 | <!-- Snakeyaml Dependancies --> |
112 | 111 | <dependency> |
113 | | - <groupId>org.yaml</groupId> |
114 | | - <artifactId>snakeyaml</artifactId> |
115 | | - <version>1.8</version> |
| 112 | +<groupId>org.yaml</groupId> |
| 113 | +<artifactId>snakeyaml</artifactId> |
| 114 | +<version>1.8</version> |
| 115 | +</dependency> |
| 116 | +<dependency> |
| 117 | +<groupId>javax.mail</groupId> |
| 118 | +<artifactId>mail</artifactId> |
| 119 | +<version>1.4.1</version> |
| 120 | +</dependency> |
| 121 | +<dependency> |
| 122 | +<groupId>org.freemarker</groupId> |
| 123 | +<artifactId>freemarker</artifactId> |
| 124 | +<version>2.3.27-incubating</version> |
116 | 125 | </dependency> |
117 | 126 |
|
118 | | - |
119 | 127 | </dependencies> |
120 | | - <build> |
121 | | - <resources> |
122 | | - <resource> |
123 | | - <directory>src/test/resources</directory> |
124 | | - <filtering>true</filtering> |
125 | | - </resource> |
126 | | - </resources> |
127 | | -<plugins> |
| 128 | +<build> |
| 129 | +<resources> |
| 130 | +<resource> |
| 131 | +<directory>src/test/resources</directory> |
| 132 | +<filtering>true</filtering> |
| 133 | +</resource> |
| 134 | +</resources> |
| 135 | +<plugins> |
128 | 136 | <plugin> |
129 | 137 | <groupId>org.apache.maven.plugins</groupId> |
130 | | - <artifactId>maven-compiler-plugin</artifactId> |
131 | | - <version>3.7.0</version> |
| 138 | +<artifactId>maven-compiler-plugin</artifactId> |
| 139 | +<version>3.7.0</version> |
132 | 140 | <configuration> |
133 | 141 | <source>1.8</source> |
134 | 142 | <target>1.8</target> |
135 | 143 | </configuration> |
136 | 144 | </plugin> |
137 | 145 | <plugin> |
138 | | - <groupId>org.apache.maven.plugins</groupId> |
139 | | - <artifactId>maven-surefire-plugin</artifactId> |
140 | | - <version>2.14.1</version> |
141 | | - <configuration> |
142 | | - <systemPropertyVariables> |
143 | | - <env.hubIP>${env.hubIP}</env.hubIP> |
144 | | - <env.urlPrefix>${env.urlPrefix}</env.urlPrefix> |
145 | | - <env.mode>${env.mode}</env.mode> |
146 | | - <env.browser>${env.browser}</env.browser> |
147 | | - <env.driverPath>${env.driverPath}</env.driverPath> |
148 | | - <env.baseURL>https://${env.urlPrefix}${env.targetDomain}</env.baseURL> |
149 | | - </systemPropertyVariables> |
150 | | - <skip>false</skip> |
151 | | - <forkCount>${env.threadCount}</forkCount> |
152 | | - <reuseForks>true</reuseForks> |
153 | | - <argLine>-Duser.language=en</argLine> |
154 | | - <argLine>-Xmx1024m</argLine> |
155 | | - <argLine>-XX:MaxPermSize=256m</argLine> |
156 | | - <argLine>-Dfile.encoding=UTF-8</argLine> |
157 | | - <useFile>false</useFile> |
158 | | - <includes> |
159 | | - <include>**/*Runner.java</include> |
160 | | - </includes> |
161 | | - </configuration> |
162 | | - </plugin> |
| 146 | +<groupId>org.apache.maven.plugins</groupId> |
| 147 | +<artifactId>maven-surefire-plugin</artifactId> |
| 148 | +<version>2.14.1</version> |
| 149 | +<configuration> |
| 150 | +<systemPropertyVariables> |
| 151 | +<env.hubIP>${env.hubIP}</env.hubIP> |
| 152 | +<env.urlPrefix>${env.urlPrefix}</env.urlPrefix> |
| 153 | +<env.mode>${env.mode}</env.mode> |
| 154 | +<env.browser>${env.browser}</env.browser> |
| 155 | +<env.driverPath>${env.driverPath}</env.driverPath> |
| 156 | +<env.baseURL>https://${env.urlPrefix}${env.targetDomain}</env.baseURL> |
| 157 | +</systemPropertyVariables> |
| 158 | +<skip>false</skip> |
| 159 | +<forkCount>${env.threadCount}</forkCount> |
| 160 | +<reuseForks>true</reuseForks> |
| 161 | +<argLine>-Duser.language=en</argLine> |
| 162 | +<argLine>-Xmx1024m</argLine> |
| 163 | +<argLine>-XX:MaxPermSize=256m</argLine> |
| 164 | +<argLine>-Dfile.encoding=UTF-8</argLine> |
| 165 | +<useFile>false</useFile> |
| 166 | +<includes> |
| 167 | +<include>**/*Runner.java</include> |
| 168 | +</includes> |
| 169 | +</configuration> |
| 170 | +</plugin> |
163 | 171 | </plugins> |
164 | 172 | </build> |
165 | | - |
| 173 | + |
166 | 174 | </project> |
0 commit comments