|
22 | 22 | <parent>
|
23 | 23 | <groupId>io.wcm.qa</groupId>
|
24 | 24 | <artifactId>io.wcm.qa.parent_toplevel</artifactId>
|
25 |
| - <version>4</version> |
| 25 | + <version>5</version> |
26 | 26 | <relativePath />
|
27 | 27 | </parent>
|
28 | 28 |
|
29 | 29 | <name>Galenium Integration Parent</name>
|
30 | 30 | <groupId>io.wcm.qa</groupId>
|
31 | 31 | <artifactId>io.wcm.qa.galenium.integration</artifactId>
|
32 | 32 | <packaging>pom</packaging>
|
33 |
| - <version>1.0.0</version> |
| 33 | + <version>2.0.0</version> |
34 | 34 | <description>Test automation integration parent.</description>
|
35 | 35 |
|
36 | 36 | <modules>
|
|
44 | 44 | <!-- activated with command line switch in local and CI scripts -->
|
45 | 45 | <integrationtests.skip>true</integrationtests.skip>
|
46 | 46 |
|
47 |
| - <!-- compiler settings (override for properties from io.wcm.maven.global-parent) --> |
48 |
| - <build.compiler.source>1.8</build.compiler.source> |
49 |
| - <build.compiler.target>1.8</build.compiler.target> |
50 |
| - |
51 | 47 | <!-- wcm.io QA -->
|
52 | 48 | <io.wcm.qa.baseUrl>http://localhost:4502/content/wcm-io-samples</io.wcm.qa.baseUrl>
|
53 | 49 |
|
|
72 | 68 | <galenium.retryMax>0</galenium.retryMax>
|
73 | 69 | <galenium.sampling.image.directory.actual>${project.build.directory}/sampled/images</galenium.sampling.image.directory.actual>
|
74 | 70 | <galenium.sampling.image.directory.expected>${project.build.directory}/test-classes/images</galenium.sampling.image.directory.expected>
|
75 |
| - <galenium.sampling.image.save>true</galenium.sampling.image.save> |
76 | 71 | <galenium.sampling.text.directory.actual>${project.build.directory}/sampled/text</galenium.sampling.text.directory.actual>
|
77 | 72 | <galenium.sampling.text.directory.expected>${project.build.directory}/test-classes/text</galenium.sampling.text.directory.expected>
|
78 |
| - <galenium.sampling.text.save>true</galenium.sampling.text.save> |
79 | 73 | <galenium.sampling.text.file>expected.properties</galenium.sampling.text.file>
|
80 | 74 | <galenium.sampling.verification.ignoreErrors>false</galenium.sampling.verification.ignoreErrors>
|
81 | 75 | <galenium.screenshotOnSkipped>true</galenium.screenshotOnSkipped>
|
82 | 76 | <galenium.screenshotOnSuccess>true</galenium.screenshotOnSuccess>
|
83 | 77 | <galenium.specPath>${project.build.outputDirectory}/galen/specs</galenium.specPath>
|
84 | 78 | <galenium.webdriver.browser.loglevel>INFO</galenium.webdriver.browser.loglevel>
|
85 |
| - <galenium.webdriver.download.binaries>${project.build.directory}/driverbinaries</galenium.webdriver.download.binaries> |
86 |
| - <galenium.webdriver.download.chrome.version>2.43</galenium.webdriver.download.chrome.version> |
87 |
| - <galenium.webdriver.download.firefox.version>0.23.0</galenium.webdriver.download.firefox.version> |
88 |
| - <galenium.webdriver.download.repository.folder>${galenium.resources.directory}/driverdownload</galenium.webdriver.download.repository.folder> |
89 |
| - <galenium.webdriver.download.repository.file>${galenium.browser}.xml</galenium.webdriver.download.repository.file> |
90 |
| - <galenium.webdriver.download.repositoryMap>${galenium.webdriver.download.repository.folder}/${galenium.webdriver.download.repository.file}</galenium.webdriver.download.repositoryMap> |
91 |
| - <galenium.webdriver.download.zips>${project.build.directory}/driverdownloadzips</galenium.webdriver.download.zips> |
92 | 79 | <galenium.webdriver.timeout>5</galenium.webdriver.timeout>
|
93 | 80 |
|
94 | 81 | <!-- Selenium -->
|
|
97 | 84 | <!-- Galen -->
|
98 | 85 | <galen.browser.screenshots.fullPage>false</galen.browser.screenshots.fullPage>
|
99 | 86 |
|
100 |
| - <!-- Webdriver download --> |
101 |
| - <com.lazerycode.selenium.driver-binary-downloader-maven-plugin>1.0.17</com.lazerycode.selenium.driver-binary-downloader-maven-plugin> |
102 | 87 | </properties>
|
103 | 88 |
|
104 | 89 | <dependencies>
|
|
107 | 92 | <dependency>
|
108 | 93 | <groupId>io.wcm.qa</groupId>
|
109 | 94 | <artifactId>io.wcm.qa.galenium.logging</artifactId>
|
110 |
| - <version>1.0.0</version> |
| 95 | + <version>2.0.0</version> |
111 | 96 | </dependency>
|
112 | 97 |
|
113 | 98 | </dependencies>
|
|
120 | 105 | <plugin>
|
121 | 106 | <groupId>org.apache.maven.plugins</groupId>
|
122 | 107 | <artifactId>maven-dependency-plugin</artifactId>
|
| 108 | + <version>3.1.1</version> |
123 | 109 | <executions>
|
124 | 110 | <execution>
|
125 | 111 | <id>unpack-specs</id>
|
|
141 | 127 | <plugin>
|
142 | 128 | <groupId>org.apache.maven.plugins</groupId>
|
143 | 129 | <artifactId>maven-resources-plugin</artifactId>
|
| 130 | + <version>3.1.0</version> |
144 | 131 | <executions>
|
145 | 132 | <execution>
|
146 | 133 | <id>copy-specs</id>
|
|
187 | 174 | <plugin>
|
188 | 175 | <groupId>io.wcm.qa</groupId>
|
189 | 176 | <artifactId>io.wcm.qa.galenium.specs-maven-plugin</artifactId>
|
190 |
| - <version>1.0.0</version> |
| 177 | + <version>2.0.0</version> |
191 | 178 | <configuration>
|
192 | 179 | <packagePrefixSelectors>${galenium.generated.java.package.selectors}</packagePrefixSelectors>
|
193 | 180 | <packagePrefixSpecs>${galenium.generated.java.package.specs}</packagePrefixSpecs>
|
|
0 commit comments