Once your test cases exist, automation is one wizard away. A guided four-step flow turns a pile of tests into a scheduled plan that runs on browsers you choose, alerts the right people on failure, and captures everything you need to debug after the fact.
Directories group related plans under a single name. Useful when one product surface has several plans (smoke, regression, full suite) and you want them grouped without flattening into a single bucket.
Plans are the runnable unit. A plan owns its own schedule, browser matrix, recipient list, and data source binding. One plan, one run, one result.
The overview keeps both visible at the same level so you can see the whole tree without clicking through layers.
Every plan execution is captured. The Plan Results view shows the last 30 days at a glance: pass rate trend, total runs, success and failure counts, and a per-run table with executor, browser, test count, and pass/fail split.
Click any plan run and the side drawer opens with:
The same drawer surfaces from the Testpit analytics page, so wherever you spot a regression you can drill into the run that caused it.
Every plan runs on the browser matrix you choose. The default is Chromium, but Firefox and WebKit are one click away in the Test options panel. Parallel execution runs all selected browsers at the same time, so a 20-minute suite finishes in roughly the same time across one browser or three.
When a step inside a plan fails, the result row carries the error inline. TimeoutError with the step that timed out. AssertionError with the variable that was missing. Network errors with the request that returned the wrong status.
Click into the test and you get the full step-by-step replay, the screenshots captured at each step, and the video of the run if you enabled it in Reporting settings.
See how Plans and Directories turn a project tree into scheduled coverage. Live demo, your stack, your tests.
Request a Demo