Test reporting from Currents.dev — view runs, inspect errors, explore flaky tests, and fix them with AI, all without leaving your editor.
Browse your latest CI test runs directly in the sidebar. Runs are filtered by your current git branch automatically and refresh every 30 seconds so you always see what's happening.
- Filter by branch or author
- Auto-refresh with a single toggle
- See status, commit message, duration, and spec group breakdown at a glance
Click any run to open a full detail panel with every spec and test result. Failed tests show error messages and stack traces inline.
- One-click "Fix with Agent" sends the failure context straight to your AI chat (Copilot, Cursor, etc.) to generate a fix
- "Open in Dashboard" jumps to the full Currents web UI for deeper analysis
Surface the flakiest and slowest tests across your project over configurable date ranges (14 / 30 / 60 / 90 days).
- Sort by flakiness rate or average duration
- Jump to the test file and line in one click
- Send flaky or slow tests to AI for automated analysis and fixes
An inline CodeLens / Quick Fix action appears above every test definition in your code. Trigger it to pull recent failure data from the Currents API and send a rich, context-aware prompt to your AI assistant.
The extension automatically registers a Currents MCP server so AI agents in Cursor and VS Code can query runs, test results, and spec instances directly through tool calls.
- Install the extension from the VS Code Marketplace or search "Currents" in the Extensions panel.
- Open the Currents panel in the Activity Bar.
- Click Set API Key and paste your Currents.dev API key.
- Select a project — your runs will appear immediately.
- A Currents.dev account with an API key
- VS Code 1.85+ or Cursor
| Setting | Default | Description |
|---|---|---|
currents.filterByCurrentBranch |
true |
Auto-filter runs by the current git branch |
currents.notifyOnRunComplete |
false |
Show an OS notification when a run finishes |
currents.analyzeTestDisplay |
always |
Show "Analyze with Currents" as CodeLens (always) or only via Quick Fix (quickfix) |
currents.apiBaseUrl |
https://api.currents.dev/v1 |
API base URL (for self-hosted / enterprise) |
currents.registerMcpServer |
true |
Auto-register the Currents MCP server for AI agents |
git clone https://github.com/currents-dev/ide-extension.git
cd ide-extension
npm installPress F5 in VS Code to launch the Extension Development Host.