screenshot 08/2025 example of a test used for teardown
Teardown automatically cleans up artifacts created during test execution. This cleanup can happen through UI interactions (using the app’s interface) or programmatically via javascript step.Configure teardown in the steps section of your test case panel. Select which test should run as cleanup after your main test completes.
After your test runs, teardown results appear with a status indicator:
Green checkmark: Teardown succeeded
Red cross: Teardown failed
Since all teardown steps are optional, a failing teardown does not lead to the overall test run being failed.
screenshot 08/2025 executed teardown
Click the link icon to see what your teardown test did.
Only the steps of the teardown test itself will run during
cleanup—dependencies of the teardown test are ignored. Teardown tests should
not have their own teardown configured.