mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
another attempt to fix the firefox addon
This commit is contained in:
15
.travis.yml
15
.travis.yml
@@ -132,6 +132,14 @@ jobs:
|
|||||||
|
|
||||||
- name: "Enterprise UI WORM Tests"
|
- name: "Enterprise UI WORM Tests"
|
||||||
stage: Tests
|
stage: Tests
|
||||||
|
addons:
|
||||||
|
firefox: "43.0.1"
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- ./rm-automation/rm-automation-ui/target/surefire-reports
|
||||||
|
- ./rm-automation/rm-automation-ui/target/reports
|
||||||
|
- ./rm-automation/rm-automation-ui/target/screenshots
|
||||||
|
target_paths: $TRAVIS_BUILD_NUMBER
|
||||||
install:
|
install:
|
||||||
- travis_retry travis_wait 90 mvn -B -U -q clean install ${MVN_SKIP} -PbuildDockerImage -pl :alfresco-governance-services-enterprise-repo,:alfresco-governance-services-enterprise-share -am
|
- travis_retry travis_wait 90 mvn -B -U -q clean install ${MVN_SKIP} -PbuildDockerImage -pl :alfresco-governance-services-enterprise-repo,:alfresco-governance-services-enterprise-share -am
|
||||||
- travis_retry travis_wait 30 mvn -B -U -q clean install ${MVN_SKIP} -pl :alfresco-governance-services-automation-ui -am
|
- travis_retry travis_wait 30 mvn -B -U -q clean install ${MVN_SKIP} -pl :alfresco-governance-services-automation-ui -am
|
||||||
@@ -140,13 +148,6 @@ jobs:
|
|||||||
- bash scripts/start-compose.sh "${ENTERPRISE_SHARE_PATH}/docker-compose-worm-support-ui.yml"
|
- bash scripts/start-compose.sh "${ENTERPRISE_SHARE_PATH}/docker-compose-worm-support-ui.yml"
|
||||||
- bash scripts/waitForAlfrescoToStart.sh
|
- bash scripts/waitForAlfrescoToStart.sh
|
||||||
script: mvn -B test -pl :alfresco-governance-services-automation-ui -DsuiteXmlFile=wormTestSuite.xml -Dskip.automationtests=false -Dshare.url=${SHARE_URL} -Dalfresco.url=${ALFRESCO_URL} -Dwebdriver.local.grid=true -Dwebdriver.browser=RemoteFireFox -Dwebdriver.localGrid=false -Dwebdriver.element.wait.time=20000 -Dwebdriver.page.render.wait.time=60000
|
script: mvn -B test -pl :alfresco-governance-services-automation-ui -DsuiteXmlFile=wormTestSuite.xml -Dskip.automationtests=false -Dshare.url=${SHARE_URL} -Dalfresco.url=${ALFRESCO_URL} -Dwebdriver.local.grid=true -Dwebdriver.browser=RemoteFireFox -Dwebdriver.localGrid=false -Dwebdriver.element.wait.time=20000 -Dwebdriver.page.render.wait.time=60000
|
||||||
addons:
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- ./rm-automation/rm-automation-ui/target/surefire-reports
|
|
||||||
- ./rm-automation/rm-automation-ui/target/reports
|
|
||||||
- ./rm-automation/rm-automation-ui/target/screenshots
|
|
||||||
target_paths: $TRAVIS_BUILD_NUMBER
|
|
||||||
after_script: bash scripts/cleanup.sh
|
after_script: bash scripts/cleanup.sh
|
||||||
after_failure: docker ps -a | grep '_alfresco_1' | awk '{print $1}' | xargs docker logs | tail -5000
|
after_failure: docker ps -a | grep '_alfresco_1' | awk '{print $1}' | xargs docker logs | tail -5000
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user