Skip to Content

Plans

Test Plans is not enabled by default

Contact your project admin to enable this feature, or learn how to enable it yourself if you have admin access.

This view shows all of your created test plans. It should look similar to this:

Test Plan Overview

What is a Test Plan?

A Test Plan is a collection of test cases that are executed together as a group. They’re particularly useful for regression testing, feature validation, or running comprehensive test suites before releases.

Creating a Test Plan

Creating a test plan is straightforward:

  1. Press the [ create new ] button to create a new test plan and open the Test Plan editor.
  2. Add all tests one by one to the test case list using the drop-down menu.

Settings:

  • [ ] Lets you edit a specific test case.
  • [ ] Determines how many times the test should be re-run if it fails.
  • [ / ] Shifts a test up/down in the execution order. The top test starts first.
  • [ ] Removes a test from this test plan.

We recommend setting the number of retries

to 1 or 2. If a bug exists, the AI agent will fail each time, but you’ll reduce the number of false positives.

Create Test Plan

Running a Test Plan

You can either manually start a test plan by pressing the [ ] button or set it to trigger automatically.

Check out the Trigger page for additional information on automatic test plan execution.

Last updated on