Added testcase for RoleBasedAccessControl
This commit is contained in:
@ -211,6 +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>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
@ -470,6 +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>
|
||||
<!-- ************* END: Dependencies for Unit and Integration Testing ************** -->
|
||||
<!-- ************* END: <dependencies> ************** -->
|
||||
</dependencies>
|
||||
|
Reference in New Issue
Block a user