There is a way to give parameters (username/password) for db connection in cmd?
Something like
katalon -noSplash -runMode --config -dbuser='root' -dbpass='root'
There is a way to give parameters (username/password) for db connection in cmd?
Something like
katalon -noSplash -runMode --config -dbuser='root' -dbpass='root'
There is the option of overriding global variables from cmd:
https://docs.katalon.com/katalon-studio/new/version-510.html#override-profile-variables-via-command-line-execution-mode
You could set up dbuser and dbpass as global variables and then use -g_dbuser='root' and -g_dbpass='root' in cmd.
But, there might be a bug there: