Katalon user and password

I noticed this from MAC terminal when running test suite:

07-18-2017 01:10:13 PM - [INFO] - Evaluating variables for test case
07-18-2017 01:10:13 PM - [INFO] - Variable ‘Username’ is set to John Doe as default
07-18-2017 01:10:13 PM - [INFO] - Variable ‘Password’ is set to ThisIsNotAPassword as default

 

Seems to be affecting my Jenkins test, Jenkins log:

Building in workspace /Users/Shared/Jenkins/Home/workspace/mac3
[mac3] $ /bin/sh -xe /Users/Shared/Jenkins/tmp/jenkins3463729131163119710.sh

  • cd /Applications/
  • ‘Katalon Studio.app/Contents/MacOS/katalon’ --args -runMode=console ‘-email=John Doe’ -password=ThisIsNotAPassword ‘-projectPath=/Users/danny/Katalon Studio/mac5/mac5.prj’ -reportFolder=Reports -reportFileName=report -retry=0 ‘-testSuitePath=Test Suites/TS_RegressionTest’ -browserType=Firefox
    RegisterApplication(), FAILED TO establish the default connection to the WindowServer, CGSDefaultConnection() is NULL.

 

I was not asked for log in credential when I opened Katalon.

How can I change this to my proper credentials?

Hi there,

-email and -password parameters from Katalon Studio cmd is your REGISTERED email and password on Katalon website. Please adjust their values to use yours instead.

-email and -password parameters from Katalon Studio cmd is not required anymore, so please use the latest version and pass in normal Katalon Studio cmd without -email and -password.