Utils - overview
Utils are automated or semi-automated operations that run inside a project and produce artifacts you can review in the UI - separate from manual test runs, but scoped to the same team and project.
The first available util is Screenshot Multi (capture a page across a browser/resolution matrix). More utils will follow the same pattern: a listing in the project, details with results, and lifecycle actions (status, delete).
Place in the product
Team
└── Project
├── TMS - cases, runs, results
├── Bug tracker
├── Execution context
└── Utils - util executions (e.g. screenshot.multi)Utils are available from the project area when the feature is enabled for your workspace.
Util execution (what you see)
Each row in the util listing is one run (util_execution_id):
| Column (UI) | Meaning |
|---|---|
| Execution | Run ID |
| Status | Lifecycle: Pending, Queued, Completed, Failed, Submit failed |
| Page URL | Target page (for screenshot.multi) |
| Screenshots | Count of stored screenshot files |
| User | Who started the run |
| Created at / Completed at | Timestamps |
Open details from the row to see parameters, capture matrix results, screenshot previews, partial errors, and an event log.
Files and storage
Screenshot and other util artifacts are stored in the file service (not as inline blobs in the util row). Previews use short-lived links - see Files and temporary links.
Available utils
| Util | Doc |
|---|---|
| Screenshot Multi | screenshot.multi |
See also
| Version | 1.2.1 |
| Last updated | 2026-06-28 |