Skip

Skips are used to refine the test plan so it ignores specific signatures or operations, adding a skip will not delete results that have already been generated.

Skips are used to fine-tune tests that you do not want or need in a test suite.

When skipping a result, you are asked for a "reason" which will be documented for future reference.

Destructive API requests

By default, DELETE requests are skipped because they intentionally turn "good examples" into "bad examples", it's a destructive request.

Dynamic Examples can be used to get around this limitation, because the plan will determine examples at the time the report is run.

We recommend you skip all destructive tests, especially if run against a production environment.

Import skips dialogue is used to skip tests in a batch Create several skips at the same time in the Suite skips sectionspan>

Learn how to use skips on the skipping guide

Try for free
Legal