When, in the Test.yml : ks_command: 'katalon-execute.sh -browserType="Chrome" -retry=0 -statusDelay=15 -testSuitePath="Test Suites/TS_RegressionTest"'
Output is:
2020-05-23T00:57:38.5318463Z with:
2020-05-23T00:57:38.5318979Z ks_api_key: ***
2020-05-23T00:57:38.5319125Z ks_command: katalon-execute.sh -browserType="Chrome" -retry=0 -statusDelay=15 -testSuitePath="Test Suites/TS_RegressionTest"
Test suite in xvfb is shown as '-testSuitePath="Test' 'Suites/TS_RegressionTest"' :
2020-05-23T00:57:39.2275656Z + xvfb-run -a -e /dev/stdout -s '-screen 0 1024x768x24' /opt/katalonstudio/katalonc katalon-execute.sh '-browserType="Chrome"' -retry=0 -statusDelay=15 '-testSuitePath="Test' 'Suites/TS_RegressionTest"' -apiKey=*** -runMode=console -reportFolder=/github/workspace/report -projectPath=/tmp/katalon_execute/project/KatalonTest.prj
(Even though in command-line testSuitePath="Test Suites/TS_RegressionTest" is correct:
2020-05-23T00:57:43.1054577Z INFO: Command-line arguments: katalon-execute.sh -browserType="Chrome" -retry=0 -statusDelay=15 -testSuitePath="Test Suites/TS_RegressionTest" -apiKey=****** -runMode=console -reportFolder=/github/workspace/report -projectPath=/tmp/katalon_execute/project/KatalonTest.prj )
As a result, the following error ( Test suite '"Test' not found):
2020-05-23T00:57:51.7569477Z com.kms.katalon.execution.exception.ExecutionException: com.kms.katalon.execution.exception.InvalidConsoleArgumentException: Test suite '"Test' not found.
When, in the Test.yml : ks_command: 'katalon-execute.sh -browserType="Chrome" -retry=0 -statusDelay=15 -testSuitePath="Test Suites/TS_RegressionTest"'
Output is:
2020-05-23T00:57:38.5318463Z with:
2020-05-23T00:57:38.5318979Z ks_api_key: ***
2020-05-23T00:57:38.5319125Z ks_command: katalon-execute.sh -browserType="Chrome" -retry=0 -statusDelay=15 -testSuitePath="Test Suites/TS_RegressionTest"
Test suite in xvfb is shown as '-testSuitePath="Test' 'Suites/TS_RegressionTest"' :
2020-05-23T00:57:39.2275656Z + xvfb-run -a -e /dev/stdout -s '-screen 0 1024x768x24' /opt/katalonstudio/katalonc katalon-execute.sh '-browserType="Chrome"' -retry=0 -statusDelay=15 '-testSuitePath="Test' 'Suites/TS_RegressionTest"' -apiKey=*** -runMode=console -reportFolder=/github/workspace/report -projectPath=/tmp/katalon_execute/project/KatalonTest.prj
(Even though in command-line testSuitePath="Test Suites/TS_RegressionTest" is correct:
2020-05-23T00:57:43.1054577Z INFO: Command-line arguments: katalon-execute.sh -browserType="Chrome" -retry=0 -statusDelay=15 -testSuitePath="Test Suites/TS_RegressionTest" -apiKey=****** -runMode=console -reportFolder=/github/workspace/report -projectPath=/tmp/katalon_execute/project/KatalonTest.prj )
As a result, the following error ( Test suite '"Test' not found):
2020-05-23T00:57:51.7569477Z com.kms.katalon.execution.exception.ExecutionException: com.kms.katalon.execution.exception.InvalidConsoleArgumentException: Test suite '"Test' not found.