Getting Started
Configuration
Configure FixSense auto-fix, notifications, and plan settings.
Auto-Fix Setup
Auto-fix lets an AI agent automatically fix failing Playwright and Cypress tests. It runs entirely inside your CI runner — your code never leaves your infrastructure.
Step 1: Enable Auto-Fix from Dashboard
- Go to your FixSense Dashboard
- In the Auto-Fixes widget, click Enable Auto-Fix
- FixSense will create a Pull Request in your repository with the required workflow file
- Review and merge the PR
Step 2: Get an Anthropic API Key
- Go to console.anthropic.com
- Create an account or sign in
- Navigate to API Keys and create a new key
- Copy the key (starts with
sk-ant-...)
Step 3: Add API Key to Your Repository
Add the Anthropic API key as a GitHub Actions secret:
- Go to your repo → Settings → Secrets and variables → Actions
- Click New repository secret
- Name:
ANTHROPIC_API_KEY - Value: paste your API key
- Click Add secret
FixSense uses BYOK (Bring Your Own Key) — you provide your own Anthropic API key and pay Anthropic directly for AI usage. FixSense never sees or stores your key.
That's it! Auto-fix will activate on the next failing CI run.
Plans
Free Plan — $0/mo
- 350 analyses per month
- 3 auto-fixes per month
- 5 analyses per CI run
- 7-day data retention
Pro Plan — $49/mo
- 3,500 analyses per month
- 20 auto-fixes per month
- 25 analyses per CI run
- 60-day data retention
- Top Failing Tests analytics
- Failures by Repository breakdown
Team Plan — $149/mo
- 10,000 analyses per month
- 100 auto-fixes per month
- Unlimited analyses per CI run
- 1-year data retention
- Fix Reliability tracking
- All Pro features included
Notification Settings
FixSense posts analysis results as PR comments by default. Additional notification options are coming soon:
- Slack integration
- Email digests
- Custom webhooks