Forum Discussion

Stoplight's avatar
2 years ago
Solved

Will stoplight studio continue to be updated?

Originally posted by user rdean to the Stoplight Community on 08/15/2023 at 08:39 ET.

Our team uses studio over web app since we can handle commits locally without needing to push every change to github. Do you plan to continue supporting studio with all the latest features? Even if it's a simple web wrapper around the web app, having the ability to work locally is much faster for us. However we're missing the latest features like masking that our team would like to use.

  • Nadav's avatar
    Nadav
    7 years ago

    Just to close the loop and save time for future users with the same problem, the solution is as followed:

    1. open the WHL file with 7-zip

    2. extract the folders in it to "C:\Program Files (x86)\SmartBear\TestComplete 12\Bin\Extensions\Python\Python36\Lib\site-packages" folder.

    3. add these lines to the start of your code:

     

    import sys

    sys.path.insert(0, 'C:\Program Files (x86)\SmartBear\TestComplete 12\Bin\Extensions\Python\Python36\Lib\site-packages'

    import <your lib name (in my case: numpy)>

     

    that worked like a charm.

     

    *** credit to Yuriy from SmartBear Customer Care for the solution ***

4 Replies

  • Caitlin (Staff) [08/16/2023 - 15:35 ET]

    Hi , supporting Studio Desktop long term is not currently part of Stoplight's plans, it is highly recommended that you move to Studio Web. Currently functionality like Component Libraries, Style Guides, and Masking are impossible to support in Desktop so the best way to access that is Studio Web. Our product team would definitely be interested in understanding why you prefer desktop over web and what we can change to make the transition easier!

    • Stoplight's avatar
      Stoplight
      Icon for Admin rankAdmin

      rdean (OP) [09/08/2023 - 15:36 ET]

      Sorry I missed this, I had a chat with Nauman about this on another call. The general gist is it's much easier for us to use studio as it's local; with web we have to commit each change into a branch then pull it locally.

      • Stoplight's avatar
        Stoplight
        Icon for Admin rankAdmin

        Caitlin (Staff) [09/13/2023 - 15:53 ET]

        No worries! I would have given that information to Nauman so you really just made things more efficient 🙂

  • HenrikHL [02/01/2024 - 06:54 ET]

    A good reason to use the Studio Desktop is the speed when doing a Git commit. On the Studio Web it sometimes takes 20 sec and you worry about a timeout...