firecamp-io / firecamp

VSCode for APIs, Postman Alternative.
https://firecamp.dev
317 stars 22 forks source link

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

Open DanTalash opened 2 years ago

DanTalash commented 2 years ago

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.

Nishchit14 commented 2 years ago

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

DanTalash commented 2 years ago

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