Pass parameters for db connections in cmd

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:

1 Like