Ever wish you could temporarily disable a step in an API test? Now you can! Starting with mabl Desktop App version 2.24.37, you can disable and enable individual requests in your API tests.
Disabling requests gives you more flexibility over creating and maintaining your tests, and it can be especially helpful in the following situations:
- Debugging - disable steps to help isolate an issue
- Known issues - skip requests with known issues, and re-enable them when those issues are resolved
- APIs under development - disable steps for an API under development and enable them when the API is ready
Try it out
To disable or enable a request in the API Test Editor, hover over the step and click on the toggle.
When the API test runs, it'll skip any disabled steps.
To learn more about working in the API Test Editor, visit the docs.