-
We’re using RedHat Enterprise Linux 6.6
-
Removed Oracle JDK and installed OpenJDK 1.8. “java -version” shows everything is fine
-
I’ve extracted the Katalon archive in /root/katalon/
-
Copied the “Test Project” folder to /root/
-
Deleted the “/root/Test Project/.project” file
-
Ran the command:
./katalon -runMode=console -consoleLog -projectPath=“/root/Test Project/Test Project.prj” -retry=0 -testSuitePath=“Test Suites/Google” -browserType=“Chrome”
and get the following output:
Starting Groovy-Eclipse compiler resolver. Specified compiler level: unspecified
136 2.4.7.xx-201611170128-e46 = ACTIVE
--------------------------------------------------------------------------------
Test Suites/Google - Chrome (headless) - 20180801_105820…0/0(0%)
--------------------------------------------------------------------------------
Request sent successfully.
Request sent successfully.
08-01-2018 10:58:26 AM - [START] - Start Test Suite : Test Suites/Google
08-01-2018 10:58:26 AM - [RUN_DATA] - Logging run data ‘hostName’ with value ‘Unknow host’
08-01-2018 10:58:26 AM - [RUN_DATA] - Logging run data ‘os’ with value ‘Linux 64bit’
08-01-2018 10:58:26 AM - [RUN_DATA] - Logging run data ‘hostAddress’ with value ‘127.0.0.1’
08-01-2018 10:58:26 AM - [RUN_DATA] - Logging run data ‘katalonVersion’ with value ‘5.5.0.1’
08-01-2018 10:58:27 AM - [END] - End Test Suite : Test Suites/Google
--------------------------------------------------------------------------------
Test Suites/Google - Chrome (headless) - 20180801_105820…0/0(0%)
--------------------------------------------------------------------------------
The test scenario is really just a basic google as we are just trying to get this to work in general so we can move on to more complex test cases eventually. Our goal is to use this with Jenkins on this Linux server but we can’t get it to work so far. Any insight/help would be appreciated.