Setup and Tear Down
Our AI-generated test is designed to set up its own state and tear down after itself. This ensures that it is not dependent or affected by the state of previous test runs.
e.g., this is an example generated test that includes additional setup and tear down steps:
Currently, we only support setup/tear down with Playwright actions. We are working on adding support for API-based setup/tear down.
Was this page helpful?