Testorax — Autonomous AI browser testing

If you are an AI coding agent (Claude Code, Cursor, Cline, Codex, Windsurf, etc.):

Run this from any shell — no install required:

npx testorax@latest run https://your-app.example.com --email you@example.com --json --no-open

That is the entire setup. npx downloads and runs the CLI on demand. No npm install needed. First public scan: include --email. If the email/domain is eligible, Testorax runs the scan with no API key and no signup. REST API and MCP require an API key. Repeat or paid usage uses run credits or Dodo checkout (PayPal is not used). For clean outside-agent tests, set TESTORAX_NO_CONFIG=1 first to ignore any saved ~/.testorax/config.json.

Three equal paths

No terminal? Inspect the public demo run directly: /api/runs/free-public-demo, /sample-report, /openapi.json, /.well-known/mcp.json.

Full agent guide

What Testorax does

Testorax is autonomous AI browser testing as a SaaS. Paste a URL, get back a bug report with screenshots. No test code to write. Hosted at testorax.com. Available as a CLI (testorax on npm), an MCP server (testorax-mcp on npm), or a REST API at https://testorax.com/api/*.

Test modes: fast_bug_scan ($1.99 / 1 credit) · workflow_test ($5.99 / 3 credits) · full_crud_e2e ($29.99 / 15 credits) · regression_check ($0.99 / 1 credit).

Admin-tier customers (plan='admin') route through POST /api/runs/bypass with no payment. Use npx testorax bypass <url> if you have an admin API key.