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

WIP

parent c9e6ea74
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -75,6 +75,9 @@ pipeline {
							sh 'sleep 30'
							sh 'curl localhost:8081'

							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'

							cleanWs()
						}
                    }