diff --git a/rm-automation/pom.xml b/rm-automation/pom.xml index 5eee570158..158f45dd44 100644 --- a/rm-automation/pom.xml +++ b/rm-automation/pom.xml @@ -49,7 +49,7 @@ maven-surefire-plugin - false + true ${project.build.testOutputDirectory}/${suiteXmlFile} diff --git a/travis/.travis.tests-stage.yml b/travis/.travis.tests-stage.yml index b33840846a..d61566b289 100644 --- a/travis/.travis.tests-stage.yml +++ b/travis/.travis.tests-stage.yml @@ -34,6 +34,11 @@ jobs: script: - mvn -B test -pl :alfresco-governance-services-automation-enterprise-rest-api -Dskip.automationtests=false after_failure: docker ps -a | grep '_alfresco_1' | awk '{print $1}' | xargs docker logs | tail -5000 + addons: + artifacts: + paths: + - ./rm-automation/rm-automation-enterprise-rest-api/target/reports/rm-automation-enterprise-rest-api.log + - ./rm-automation/rm-automation-enterprise-rest-api/target/surefire-reports - name: "Enterprise Rest API WORM Tests" stage: Tests