Forum Discussion

blindahl's avatar
blindahl
New Contributor
10 months ago

Disable statistics when using headless testrunner

When we use the ReadyAPI headless testrunner in CI (Jenkins) we get loads of error like:

08:52:11  07:52:11,297 ERROR [MixpanelCustomEngine] analytics01.smartbear.com
08:52:11  java.net.UnknownHostException: analytics01.smartbear.com
...

Followed by a long stack trace. There seem to be a way to disable the statistics in the UI but is it possible to disable it when using headless testrunner somehow?

 

  • nmrao's avatar
    nmrao
    Champion Level 3

    I believe, change of settings /preferences are saved in a settings xml file. You can leverage the same settings file while starting the testrunner in CI. There is an option "-t"

    Please refer documentation.