RM UI Automation Improvements:

* multiple reliability fixes
 * added REST API client
 * users now created via REST API not via UI

+review RM @tpage



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@107904 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Roy Wetherall
2015-07-09 01:20:20 +00:00
parent 3082480aba
commit b3a707b8ab

View File

@@ -110,6 +110,11 @@
<artifactId>wiremock</artifactId>
<version>1.56</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
</dependency>
<!-- Enables JUnit remote testing -->
<dependency>
<groupId>com.tradeshift</groupId>