Commit f44f9e64 authored by Luca Verardo's avatar Luca Verardo
Browse files

WIP

parent aec59de5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ pipeline {
							sh 'java -jar target/MentorArc-0.0.1-SNAPSHOT.jar >/test.log 2>&1 &'
							sh 'sleep 30'
							sh 'cat /test.log'
							
							sh 'wget localhost:8081 -O test && cat test'
							sh 'Xvfb :99 &'
							sh '/Katalon_Studio_Linux_64-5.7.1/katalon -noSplash  -runMode=console -projectPath="$(pwd)/Katalon/Mentorarc-Katalon.prj" -retry=1 -testSuitePath="Test Suites/Test Suite" -executionProfile="default" -browserType="Chrome (headless)" -Djava.awt.headless'