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

unotest documentation

Your agent writes the E2E tests. You review and commit. Plain .js in your repo, a local viewer, full human control.

Start building

Learn the model

Scenarios & step()

Tests are readable on top, precise underneath. Every step is step("intent", () => { … }) — plain-English intent over real DSL calls. Read more

The Viewer

A local IDE for your tests: live runs, a step debugger, collections, variables — no cloud, no account. Tour the viewer