try to set screen resolution

This commit is contained in:
Claudia Agache
2020-10-17 17:48:14 +03:00
parent 608e9f46a3
commit ebb80f377c

View File

@@ -50,6 +50,7 @@ _shared_job: &enterprise_shared_UI_configuration
- travis_retry travis_wait 90 mvn -B install -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -DskipTests -q
- travis_wait 5 bash scripts/downloadInstaller.sh $AUTOMATION_UI_PATH/target
install: travis_wait 20 mvn -B install -PinstallAlfresco,apply-rm-enterprise -q -f $AUTOMATION_UI_PATH/pom.xml
before-script: xvfb-run --server-args="-screen 0 1024x768x24" make test
script:
- travis_wait 60 mvn -B test -Prun-alfresco -Dskip.automationtests=false -f $AUTOMATION_UI_PATH/pom.xml -DsuiteXmlFile=$TEST_SUITE -Dshare.url=${SHARE_URL} -Dalfresco.url=${ALFRESCO_URL} ${WEBDRIVER_ARGUMENTS}