This documentation is available as Markdown. For the complete index, see llms.txt. Skip to content

Collections

For the complete documentation index, see llms.txt

A collection is a named set of scenarios you run together — typically smoke (fast, key flows) and regress (the full sweep).

Run a collection

Terminal window
npx @unotest/web collection smoke --workers=4
FlagEffect
--workers=Nrun N scenarios in parallel (default: serial)
--bailstop after the first failure
--headedrun with a visible browser

In the viewer

The viewer manages collections visually: create, rename, reorder by drag, and run the whole set. During a run you see per-scenario status, a progress bar, and a one-click abort.

In CI

Collections are the natural CI unit — run smoke on every push, regress nightly. See Run in CI.