From d5eb1e8d5af8bc05abccbd073a7a3857b03092aa Mon Sep 17 00:00:00 2001 From: Joze RIHTARSIC <joze.RIHTARSIC@ext.ec.europa.eu> Date: Wed, 12 Oct 2022 13:13:35 +0200 Subject: [PATCH] Ignore tests ServiceGroupControllerTest adminCanCreateServiceGroupNullScheme --- .gitlab-ci.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2762b99c3..47f236dea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -118,10 +118,14 @@ test-soapui-tomcat-mysql-sml-job: artifacts: when: always expire_in: 1 week + name: "tomcat-mysql-soapui-report" + paths: + - "*/target/soapui-reports" + - "*/target/soapui" reports: junit: - "*/target/soapui-reports/TEST-*.xml" -# - "*/target/failsafe-reports/TEST-*.xml" + # backend tests on tomcat/mysql with sml integration test-soapui-weblogic-oracle-job: @@ -147,4 +151,13 @@ test-ui-tomcat-mysql-sml-job: needs: ["test-soapui-tomcat-mysql-sml-job"] script: - echo "Deploying application..." - - echo "Application successfully deployed." + - ./smp-docker/compose/tomcat-mysql-smp-sml/runCompose.sh -i ../../../smp-soapui-tests/groovy/mysql-4.1_integration_test_data.sql -v 5.0-SNAPSHOT + - cd smp-ui-tests + - /usr/bin/xvfb-run -e /tmp/xvfb-error.log --server-args="-screen 0 1920x1080x24" mvn test -Pubuntu -Durl=http://localhost:8982/smp/ -Dchrome.driver.path=/home/edelivery/drivers/chromedriver + artifacts: + when: always + expire_in: 1 week + name: "ui-report" + paths: + - target/surefire-reports/* + -- GitLab