This is the output that i get when i try to run the tests with Jenkins + katalon(6.1.0) on an ubuntu EC2 instance.
there is is the content on the directory
there is a .prj file that is weird
This is the output that i get when i try to run the tests with Jenkins + katalon(6.1.0) on an ubuntu EC2 instance.
there is is the content on the directory
there is a .prj file that is weird
Looks like there is an odd space in -projectPath parameter: " /var/www/testenv/workspace/KTest" if my eyes are clear. Can you double check that again and remove any odd spaces?
Regards
-projectPath="/var/www/testenv/workspace/KTest" -retry=0 -testSuitePath="Test Suites/WeMatchTests" -executionProfile="default" -browserType="Chrome"
this is what i copied straight of the command arguments, i cannot find any spaces
also, when i removed it from the command line arguments it doesn’t find the project
Started by user admin Building remotely on testing-instance-client in workspace /var/www/testenv/workspace/KTest using credential 7815f662-0fd5-4cd7-a486-8bc2d4e0320b > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/wematch/TestSuite # timeout=10 Fetching upstream changes from https://github.com/wematch/TestSuite > git --version # timeout=10 using GIT_ASKPASS to set credentials github credentials > git fetch --tags --progress https://github.com/wematch/TestSuite +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision 3a948a0818ffc4f883c7b18c9d8bb52d4b3bb05d (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3a948a0818ffc4f883c7b18c9d8bb52d4b3bb05d # timeout=10 Commit message: "init commit of dev" > git rev-list --no-walk 3a948a0818ffc4f883c7b18c9d8bb52d4b3bb05d # timeout=10 Xvfb starting$ /usr/bin/Xvfb -displayfd 2 -screen 0 1024x768x24 -fbdir /var/www/testenv/xvfb-47-..fbdir4305063800344850856 [KTest] $ /bin/sh -xe /tmp/jenkins6450010020885173771.sh + echo /var/www/testenv/workspace/KTest /var/www/testenv/workspace/KTest Katalon Studio package has been downloaded already. Using Katalon Studio at /home/jenkins/.katalon/6.1.0/Katalon_Studio_Linux_64-6.1.0 Execute [sh, -c, /home/jenkins/.katalon/6.1.0/Katalon_Studio_Linux_64-6.1.0/katalon -noSplash -runMode=console -projectPath="/var/www/testenv/workspace/KTest" -retry=0 -testSuitePath="Test Suites/WeMatchTests" -executionProfile="default" -browserType="Chrome" ] in /tmp/katalon-7901548657965341273 Opening project file: /var/www/testenv/workspace/KTest Invalid argument: Cannot find project '/var/www/testenv/workspace/KTest'. Build step 'Execute Katalon Studio Tests' marked build as failure Xvfb stopping Finished: FAILURE
please help me
i still haven’t found a solution
Any luck? i am facing the same issue?