Ecosystem & packages
For the complete documentation index, see llms.txtunotest is a small set of focused packages.
| Package | Role |
|---|---|
@unotest/web | CLI · MCP server · runner · DSL engine (web) |
@unotest/mobile | CLI · MCP server · runner (iOS) |
@unotest/viewer | local results browser (HTTP + WS) |
@unotest/dsl | scenario parser + vocab-agnostic validator |
@unotest/protocol | shared types across runners |
How they fit
@unotest/web/@unotest/mobileare what you install. Each is a CLI and an MCP server and the runner.@unotest/viewerreads run artifacts and drives runs through a runner adapter — today the web adapter.@unotest/dslparses and validates scenarios; the web vocab contracts live in@unotest/web.@unotest/protocolis pure types — the shared contract that lets the viewer drive any runner.
Links
- Marketing site — unotest.com
- Playground — playground.unotest.com