Get Started
Reccy captures your interactions with your application in environments like localhost as you develop. It monitors which code paths and edge cases each user flow exercises, then curates a test suite that comprehensively covers every scenario. As your application evolves, your test suite evolves automatically.
By eliminating test maintenance entirely, Reccy can scale to thousands of tests—providing coverage levels that are impractical with hand-written tests.
When you open a pull request, Reccy replays selected user sessions against both the new and old versions of your app, grouping and surfacing any differences to highlight exactly which edge cases your change affects.
Setup Overview
Section titled “Setup Overview”To get Reccy running, you need to:
- Install the session recorder
- Configure tests to run in CI
- Tune Reccy for your application
Continue to the Setup Guide to begin. For common questions, see the FAQ & Troubleshooting section.