thunder-client-support icon indicating copy to clipboard operation
thunder-client-support copied to clipboard

Disable tests

Open andresatierf opened this issue 2 years ago • 2 comments

Is your feature request related to a problem? Please describe.

I have a GET /profile request. Any user can use this but the result will have some properties that vary. If I try to access a property in the tests, sometimes it will fail because a specific user might not have it.

Describe the solution you'd like

The ability to enable and disable tests like query params. Also it would integrate well with #492

Describe alternatives you've considered

Also the ability to only run some tests conditionally. For example, if one test fails, some other are ignored.

Your Team Size Using TC:

Team of 7-15, not aware of anyone else using it

andresatierf avatar Dec 23 '22 17:12 andresatierf

Thanks @andresatierf for the feedback, will add to roadmap.

related to #740

rangav avatar Dec 23 '22 17:12 rangav

Hello

Just to say I'm facing the same need today: on my current project, some peoples are working on the database and they refactor queries / tables.

Some of my APIs didn't work anymore since I'm trying to access tables being refactored. I don't want to remove my tests since they just need to be updated once the DB is ready.

So, same need: is possible to disable a request?

Many thanks.

cavo789 avatar Mar 30 '23 06:03 cavo789