Release run
One project for your teams, agents, and CI.
Steps and expected results from your team or an agent.
Mark pass, fail, or blocked as you work through the test cases.
Create test cases and record results from Cursor, Claude, ChatGPT, Copilot, Codex, and other agents.
Submit Playwright, Cypress, pytest, and other results with the CLI.
Test cases
Agents write them from the editor; your team writes them in the browser. Same project. Group by suite and tag: smoke, auth, checkout.
Test runs
Let an agent update results from the work it just did, or start a run yourself, see what’s still open, and paste the summary into a release thread.
Automation
Send Playwright, Cypress, pytest, or other CI results into the same cases and runs your team already uses.
Works with Cursor, Claude, ChatGPT, Copilot, Codex, and other MCP clients. Read the agents docs
MCP config
{
"mcpServers": {
"testbeaver": {
"command": "npx",
"args": ["-y", "@testbeaver/mcp"],
"env": {
"TESTBEAVER_API_TOKEN": "cr_YOUR_TOKEN"
}
}
}
}Then ask
Create a few smoke test cases for login in my TestBeaver project: title, steps, and expected result for each.
Test case management for teams that ship with agents.