trycasebotcommented now
Passed
2 flows passed. Video and screenshot attached.
Your AI QA agent runs your app, tests the journeys affected by each pull request, and reports bugs and verdicts on GitHub. Videos and screenshots show what happened.
maya opened this pull request
trycasebotcommented now
Passed
2 flows passed. Video and screenshot attached.
Unlock more usage: bring the ChatGPT subscription or OpenRouter key you already pay for, and AI credits stop counting against you. Plans cost less, and testing hours become the only limit. Claude subscription support is coming soon.
Use the ChatGPT subscription you already have.
Connect your API key and choose a supported model.
Claude subscription support is coming soon.
Watch a pull request go in and a real walkthrough of the app come back. No browser test suite to write or maintain.
Your coding agents work in parallel. Your testing should too.
The short version of how TryCase runs, what it needs from you, and what it costs.
Anything that runs on Linux. For a web app or anything else with a user interface, TryCase opens the real thing in a browser and works through it the way a person would, so you get a recording instead of a log. APIs, CLIs, workers and packages are exercised through their real commands. Monorepos are fine: setup finds the apps in the repository once, then every run replays that.
Install the TryCase GitHub App on the repositories you pick, public or private. After that each pull request gets its own check and a comment carrying the result. You choose the trigger: every push, or only when someone asks for it with a /trycase run comment.
No. TryCase reads the pull request, works out which user journeys the change affects, and tries them. There is no browser test suite to write or maintain, and you can steer a run by replying on the pull request.
Yes. Connect your ChatGPT subscription through Codex, or your own OpenRouter key, and you pay TryCase only for environment time. Plans are cheaper that way: Starter is $19 a month with your own AI against $32 with ours. Claude subscription support is coming soon.
Use TryCase Auto. TryCase picks and runs the model for you, so there is nothing to connect, and every plan includes monthly Auto credits: 30 during the free trial, 130 on Starter. Credits are separate from testing hours, and if they run out you can connect your own AI and keep going.
A pass or fail verdict, a captioned video of the run, and a final screenshot. When something fails the comment says what was expected and what actually happened, so you can judge it without rerunning anything yourself.
Every pull request gets its own disposable environment with 4 vCPU and 8 GB, deleted when the run ends. Give it non-production values only. Secrets are stored encrypted, are never printed into logs, chat or the pull request, and reach only the commands that declare they need them.
No. Runs happen in their own environments alongside your CI, several at a time depending on your plan, and you can keep pushing while one is in flight. A new commit updates the run in progress rather than queueing behind it.
Nothing. The free trial runs for 14 days with 3 testing hours and 30 Auto credits, and needs no card. After that, paid plans start at $19 a month.
Contact ben@trycase.dev for help. I get back to you within 48 hours
Testing this pull request
Reading the PR and checking the changed flow.