Test plans
Group tests into plans and run them as a suite.
What is a test plan?
A test plan groups multiple tests so you can run them as a suite — for smoke checks, release gates, or recurring QA workflows inside a project.
Create a plan
- Open Test plans from the sidebar.
- Create a plan and give it a clear name (for example “Smoke — Android”).
- Add the tests that belong in the suite.
Running a plan
Connect a device, then run the plan. Testral executes the included tests in order and records results you can review like a single-test run.
Tip: Keep plans small and focused. Large suites are harder to debug when one early failure cascades.