Forum Discussion

liquidphantom's avatar
liquidphantom
Occasional Contributor
7 years ago
Solved

Forcing TestExecute updates on remote VM

I currently have TestExecute working with our CI using TeamCity, I'm getting rather frustrated with TestExecute updates for Firefox however which seem to be quite regular and hold the build step up a...
  • shankar_r's avatar
    7 years ago

    I guess /SilentMode command line argument can handle your scenario. Have you added this command line into your TestExecute command line parameters in TeamCity.

     


    From Smartbear docuemnt

     

    /SilentMode - If this argument is specified, TestExecute works in silent mode, that is, it neither displays dialogs, nor informs you about errors or warnings. The dialogs and messages to be displayed are handled as if you pressed the default button in them. Information about these dialogs and messages is saved to the following file:

    <Users>\<User_Name>\AppData\Roaming\SmartBear\TestExecute\12.0\Silent.log

    The file should not be read-only or locked by another application.

    The errors that occur during the test run are posted to the test log.


     

    Helpful links : https://support.smartbear.com/testcomplete/docs/app-testing/web/general/preparing-browsers/firefox.html