lastest Wiki
AI-supported visual verification and tests you can actually trust.
Brought to you by:
ewyct
A dedicated VS Code extension (lastest-vscode) provides full IDE integration for managing and running visual regression tests without leaving your editor.
| Command | Description |
|---|---|
lastest.refreshTests |
Refresh the test list |
lastest.runTest |
Run a specific test |
lastest.runAllTests |
Run all tests |
lastest.openInBrowser |
Open test in Lastest UI |
lastest.connect |
Connect to Lastest server |
The extension is powered by a backend API at /api/v1/:
| Resource | Operations |
|---|---|
| Repos | List, get repositories |
| Functional Areas | List, create, manage test areas |
| Tests | CRUD operations, run individual tests |
| Builds | Trigger and monitor builds |
| Runs | View test run results |
SSE (Server-Sent Events) stream at /api/v1/events for real-time updates:
API access uses DB-backed session tokens via Authorization: Bearer <token> headers. Generate API keys from Settings > Agents & API Access.
Wiki: Home
Wiki: MCP Server
Wiki: Settings Reference
Wiki: _Sidebar