excluding webdrivers
This commit is contained in:
parent
1033df4d15
commit
9d93220c39
@ -211,28 +211,28 @@
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>com.github.webdriverextensions</groupId>
|
||||
<artifactId>webdriverextensions-maven-plugin</artifactId>
|
||||
<version>3.0.2</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>install-drivers</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<drivers>
|
||||
<driver>
|
||||
<name>chromedriver</name>
|
||||
<platform>windows</platform>
|
||||
<bit>64</bit>
|
||||
</driver>
|
||||
</drivers>
|
||||
<keepDownloadedWebdrivers>true</keepDownloadedWebdrivers>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!--<plugin>-->
|
||||
<!--<groupId>com.github.webdriverextensions</groupId>-->
|
||||
<!--<artifactId>webdriverextensions-maven-plugin</artifactId>-->
|
||||
<!--<version>3.0.2</version>-->
|
||||
<!--<executions>-->
|
||||
<!--<execution>-->
|
||||
<!--<goals>-->
|
||||
<!--<goal>install-drivers</goal>-->
|
||||
<!--</goals>-->
|
||||
<!--</execution>-->
|
||||
<!--</executions>-->
|
||||
<!--<configuration>-->
|
||||
<!--<drivers>-->
|
||||
<!--<driver>-->
|
||||
<!--<name>chromedriver</name>-->
|
||||
<!--<platform>windows</platform>-->
|
||||
<!--<bit>64</bit>-->
|
||||
<!--</driver>-->
|
||||
<!--</drivers>-->
|
||||
<!--<keepDownloadedWebdrivers>true</keepDownloadedWebdrivers>-->
|
||||
<!--</configuration>-->
|
||||
<!--</plugin>-->
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
@ -492,11 +492,11 @@
|
||||
<version>${sauce_junit.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.webdriverextensions</groupId>
|
||||
<artifactId>webdriverextensions</artifactId>
|
||||
<version>2.8.0</version>
|
||||
</dependency>
|
||||
<!--<dependency>-->
|
||||
<!--<groupId>com.github.webdriverextensions</groupId>-->
|
||||
<!--<artifactId>webdriverextensions</artifactId>-->
|
||||
<!--<version>2.8.0</version>-->
|
||||
<!--</dependency>-->
|
||||
<!-- ************* END: Dependencies for Unit and Integration Testing ************** -->
|
||||
<!-- ************* END: <dependencies> ************** -->
|
||||
</dependencies>
|
||||
|
Loading…
x
Reference in New Issue
Block a user