From 173e7e5dc91e4ac28f132a85c4ec15d369d4fa75 Mon Sep 17 00:00:00 2001
From: Lyn Elisa Goltz <goltz@lat-lon.de>
Date: Wed, 29 Nov 2023 18:40:52 +0100
Subject: [PATCH] XPLANBOX-12561 - include target/soapui with all tests

---
 xplan-tests/xplan-tests-soapui/pom.xml              | 1 +
 xplan-tests/xplan-tests-soapui/runAllSoapUiTests.sh | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/xplan-tests/xplan-tests-soapui/pom.xml b/xplan-tests/xplan-tests-soapui/pom.xml
index cb2cb46495..081c6d3f09 100644
--- a/xplan-tests/xplan-tests-soapui/pom.xml
+++ b/xplan-tests/xplan-tests-soapui/pom.xml
@@ -90,6 +90,7 @@
                   <settingsFile>${basedir}/src/main/resources/soapui-settings.xml</settingsFile>
                   <outputFolder>${project.build.directory}/soapui</outputFolder>
                   <junitReport>true</junitReport>
+                  <exportAll>true</exportAll>
                   <testFailIgnore>true</testFailIgnore>
                   <endpoint>${endpoint}</endpoint>
                   <username>${username}</username>
diff --git a/xplan-tests/xplan-tests-soapui/runAllSoapUiTests.sh b/xplan-tests/xplan-tests-soapui/runAllSoapUiTests.sh
index c199bb8c10..0caa5c19c3 100755
--- a/xplan-tests/xplan-tests-soapui/runAllSoapUiTests.sh
+++ b/xplan-tests/xplan-tests-soapui/runAllSoapUiTests.sh
@@ -48,7 +48,7 @@ echo "Transforming to PDF $REPORT_PATH_PDF..."
 sed -i 's/display:none;//' target/site/surefire-report.html
 weasyprint file://$PWD/target/site/surefire-report.html $REPORT_PATH_PDF
 REPORT_PATH_TAR=target/test-report.tar.gz
-tar cfz $REPORT_PATH_TAR -C target/site .
+tar cfz $REPORT_PATH_TAR -C target site soapui
 
 if [ "$XPLAN_UPLOAD_TEST_REPORT" = "true" ];
 then
-- 
GitLab