diff --git a/e2e-test/README.md b/e2e-test/README.md index bdbb33734..b4412de61 100644 --- a/e2e-test/README.md +++ b/e2e-test/README.md @@ -18,9 +18,11 @@ Search Services 1.2.0 or above or Insight Engine 1.0.0 or above 2. Solr Healthcheck can be performed using solr admin console at: +``` ://:/solr/# e.g. http://localhost:8983/solr/# +``` # Compile the project `mvn clean install -DskipTests` diff --git a/e2e-test/pom.xml b/e2e-test/pom.xml index 4e6fb4044..61e520f5d 100644 --- a/e2e-test/pom.xml +++ b/e2e-test/pom.xml @@ -1,111 +1,73 @@ - 4.0.0 - + 4.0.0 + org.alfresco alfresco-super-pom 8 - search-analytics-e2e-test - search-analytics-e2e-test - Search Analytics E2E Tests - Test Project to test Search Service and Analytics Features on a complete setup of Alfresco, Share - - 1.0.29 - 5.2.0-12-SNAPSHOT - 5.2.0-3-SNAPSHOT - 2.6.0 - src/test/resources/SearchSuite.xml - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - - org.apache.maven.plugins - maven-surefire-plugin - - - ${suiteXmlFile} - - - ${test.exclude} - - - ${test.include} - - - - - org.apache.maven.plugins - maven-remote-resources-plugin - 1.5 - - - org.alfresco.tas:utility:${tas.utility.version} - - - - - - process - - - - - - - - - org.alfresco.tas - restapi-test - ${tas.rest.api.version} - - - org.alfresco.tas - cmis-test - ${tas.cmis.api.version} - + search-analytics-e2e-test + search-analytics-e2e-test + Search Analytics E2E Tests + Test Project to test Search Service and Analytics Features on a complete setup of Alfresco, Share + + 5.2.0-12-SNAPSHOT + 5.2.0-3-SNAPSHOT + 2.6.0 + src/test/resources/SearchSuite.xml + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + + ${suiteXmlFile} + + ${test.exclude} + ${test.include} + + + + + + + org.alfresco.tas + restapi-test + ${tas.rest.api.version} + test + + + org.alfresco.tas + cmis-test + ${tas.cmis.api.version} + test + org.alfresco alfresco-rm-automation-enterprise-rest-api ${rm.version} + test org.alfresco alfresco-rm-automation-community-rest-api ${rm.version} tests - - - org.alfresco.tas - cmis-test - - - org.alfresco.tas - restapi-test - - - org.alfresco.tas - utility - - test - - - org.alfresco.tas - utility - ${tas.utility.version} - + org.projectlombok lombok 1.16.10 - provided + test - + \ No newline at end of file