flawiddsouza / Restfox

Offline-First Minimalistic HTTP & Socket Testing Client for the Web & Desktop
https://restfox.dev
MIT License
2.09k stars 99 forks source link

Consider separating test scripts into their own section/tab #292

Open x80486 opened 2 weeks ago

x80486 commented 2 weeks ago

I noticed that there is a button to generate test scripts in the Post Request panel under the Script section.

While this feature is useful, I think it could be further enhanced by introducing a dedicated tab for tests.

Having tests in their own section/space will make it easier to write and manage them without the distraction of other scripts, especially as the number of tests grows. This separation also facilitates a better understanding and debugging of both post requests and tests.

Mixing tests with other scripts is currently possible (and valid), but separating them would create a more intuitive user experience, in my opinion.

flawiddsouza commented 1 week ago

I kinda prefer having the scripts all in one section but I get your point. Having a dedicated tab for Tests would be nice. I can definitely add a setting to enable this.