Major ReleaseJanuary 15, 2026
Version 2.0.0
The biggest release in BugBrain’s history. v2.0.0 transforms BugBrain from a simple test runner into a full AI-powered QA platform with collaboration, billing, and deep integrations.
Added
- AI Test Generation — Generate comprehensive test suites from natural language using Claude or Gemini. Describe what you want to test, BugBrain writes the steps.
- Team Management — Invite members, assign roles (member, admin), and collaborate on projects across your organization.
- Billing System — Subscription plans (Starter, Growth, Pro) with usage tracking and quota management. Powered by Polar.sh.
- Personas — Manage test users and encrypted credentials for authenticated testing scenarios. Switch personas per test case.
- Test Plans — Group related tests and run them in batches on a schedule or triggered by CI.
- Integrations — Connect with Slack, Jira, Microsoft Teams, and Trello for notifications and issue tracking.
- Webhooks — Custom webhook support for advanced integrations and CI/CD pipelines with retry logic.
Changed
- UI Refresh — Complete dashboard redesign with a modern, intuitive interface built for speed and clarity.
- Database Migration — Upgraded to Prisma 7 with native pg adapter for improved query performance and reliability.
- Authentication — Migrated to NextAuth v4 with JWT strategy and full OAuth support (Google, GitHub).
Fixed
- Account Security — Implemented account lockout after 5 failed login attempts with cooldown period.
- Session Management — Fixed session expiration edge cases that caused unexpected logouts on long-running sessions.
- Browser Pool — Resolved memory leaks in long-running browser instances that caused degraded performance over time.