Framework Support
Works with your stack
First-class support for all major frameworks. One-line setup, zero configuration.
Zero-config setup
TestRunner auto-detects your framework and configures everything automatically. Just run one command.
# Install and initialize
npm install -D @testrunner/cli
npx testrunner init
# Framework detected automatically
✓ Detected: Next.js 14
✓ Config created: testrunner.config.ts
Component Testing
Test components in isolation with framework-native mounting.
E2E Testing
Full application testing with real browser interactions.
API Testing
Test your API routes and server functions directly.
Start testing your app today
Works with your existing test files. Migrate in minutes.
Get Started Free