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.
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.
I noticed that there is a button to generate test scripts in the
Post Request
panel under theScript
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.