firecamp-io / firecamp

VSCode for APIs, Postman Alternative.

Home Page:https://firecamp.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Option to automatically export tests to a file on changes

DanTalash opened this issue · comments

We track our tests in the same git repo that holds the API we're testing by exporting them and committing the changes. It would be awesome if there were a way to set up automatic exporting of the current workspace to a given file, so that we would not need to manually export them whenever we were done.

Great, It's interesting. what is your usecase, Do you need test case syncing for workspace level or collection level?

Hi,

The use case is that we track our tests in git along with the code which is being tested, so that we can check if a particular combination of code + tests is valid just by checking it out and running the tests. Otherwise this wouldn't be possible without a manual step to find the appropriate tests. We would ideally just need collection level syncing, but the whole workspace would be nice as well.

Regards,
Dan