01
Test Explorer
Tree view of every test grouped by functional area, with status icons (passing, failing, new). Click a test to view details inline; right-click for run, edit, and "open in browser."
IDE
A first-party VS Code extension surfaces your full Lastest instance in the Activity Bar - test tree by functional area, status bar build counts, and live SSE updates. Authenticated with the same Bearer token your MCP server and CI use.
What you get
01
Tree view of every test grouped by functional area, with status icons (passing, failing, new). Click a test to view details inline; right-click for run, edit, and "open in browser."
02
Live build status and counts in the bottom-right. Five commands: refreshTests, runTest, runAllTests, openInBrowser, connect - bind any of them to a keyboard shortcut.
03
The extension subscribes to /api/v1/events. Build status changes, test completions, and runner status updates push instantly - no polling, no stale view.
How it works
Diagram 1 · Extension architecture
Diagram 2 · Test explorer + status bar
Diagram 3 · SSE event flow
Configure
VS Code keybinding to run all Lastest tests
{
"key": "ctrl+alt+l",
"command": "lastest.runAllTests",
"when": "editorTextFocus"
}