FixSense
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

  1. Go to your FixSense Dashboard
  2. In the Auto-Fixes widget, click Enable Auto-Fix
  3. FixSense will create a Pull Request in your repository with the required workflow file
  4. Review and merge the PR

Step 2: Get an Anthropic API Key

  1. Go to console.anthropic.com
  2. Create an account or sign in
  3. Navigate to API Keys and create a new key
  4. 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:

  1. Go to your repo → SettingsSecrets and variablesActions
  2. Click New repository secret
  3. Name: ANTHROPIC_API_KEY
  4. Value: paste your API key
  5. 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