Running TestSuite

A Test Suite allows you to group multiple individual test cases together to execute them as a collection. This is essential for organizing tests by feature, workflow, or regression cycles. Test Suites allow you to define specific configurations—such as the exact app version, device type, and setup conditions (like fresh installs)—that apply to all tests within the group.

  1. Navigate to the Test suites tab and click Create New.

  2. Click on the default title (e.g., "Untitled") to rename your suite (e.g., Add language feature).

  3. In the Tests column, click the + Add button. Select the specific test cases you want to include and click Add.

  4. In the Configurations column, click Browse Apps to select the specific App and Version you wish to test against.

  5. Click the edit icon under Devices to choose the target device (Local or Cloud) and click Add device.

  6. Configure any Setup options, such as toggling on Fresh app install to ensure the test starts with a clean state.

  7. Click Save.

  8. To execute, click the Run button on the suite card. You can then click on the suite row to enter the Runs History and view the AI Agent executing the steps in real-time.

Last updated