Add multiple relative workspaces #913
Closed
Andriiklymiuk
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
Thanks @Andriiklymiuk for the feedback, will review it. This can be very complicated use case is it not possible to have all the tests in |
Beta Was this translation helpful? Give feedback.
3 replies
-
separate project for tests can also work. You can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
i really love thunder-client, it is making dev process much more enjoyable.
Thanks for the work you've done!
One feature will be nice to have: multiple workspace relative path of thunder-tests.
Current functionality
Currently, if you want to import collections from
microserviceA
tomainProjectFolder
, you can add insettings.json
workspace relative path and the collections frommicroserviceA
will be shown in the main workspace thunder-client tab.Problem
This is working fine, but if you want to import thunder-client from
microserviceB
andmicroserviceC
there is no automatic way (at least from what I found) to import collections from multiple sub-folders. You can import them manually, after exporting each time from each sub-folder, but it is less convenient and time consuming on every change.Suggestion
You can add smth like
.workspaceRelativeMultiplePath
tosettings.json
, so that thunder-client can support multiple collections/environments :In this way, the following project structure will be handled better and it will even better improve thunder-client experience.
Will be happy to help, if needed!
Beta Was this translation helpful? Give feedback.
All reactions