Dear Katalon Devs!
Thanks for the new improvements announced!
I’ve a question about the Override Profile Variables. It worked fine when using on command line with -testSuitePath property. The following command works:
katalon -noSplash -runMode=console -consoleLog -noExit -projectPath="my project path" -browserType="Remote" -remoteWebDriverType="Selenium" -remoteWebDriverUrl="my selenium hub" -retry=0 -testSuitePath="Test Suites/Regression Suite" -executionProfile="DEV" -g_URL="my url"
But when using with -testSuiteCollectionPath property the URL variable do not overrides. The command below do not works (URL variable is not overridden):
katalon -noSplash -runMode=console -consoleLog -noExit -projectPath="my project path" -retry=0 -testSuiteCollectionPath="Test Suites/Regression Collection" -executionProfile="DEV" -g_URL="my url"
So, I’d like to know if there is some special condition when using override with -testSuiteCollectionPath property.
Thank you very much!