Forum Discussion

xiemojia's avatar
xiemojia
Contributor
13 years ago

How to keep plugins consistent with TC projects

    Hi, Admin



        The TC8 project files don't include some info about plugins configuration.     



        I read all TC8 reference manual but I can only find the way by "File-Install Extensions" or "File-Install File Extensions" menu.



        Could you give me some tips to keep same plugins checked in differents machines by COM script or configuration file automatically,not by GUI menu operation. Thanks a lot !

1 Reply

  • HKosova's avatar
    HKosova
    SmartBear Alumni (Retired)
    Hi,



    Currently, there's no way to enable or disable plug-ins programmatically. We have an existing feature request to make this possible, and I've increased its rating based on your post. Thank you for your feedback and sorry for the inconvenience.



    One thing you can do though is to use the aqEnvironment.IsPluginInstalled method at the beginning of your tests to check whether the needed plug-ins are installed and cancel the test run otherwise.