Quickstart
This guide helps you integrate Stably within standard development workflows. For support with alternative configurations, get in touch with our team.
Get an account
Contact our team to get your free Stably AI account. You will be prompted to give us some basic info about your app, such as common pages and test user accounts.
This is useful for our AI to create simple tests such as “Log In” or “Explore all links”.
Install Our Snippet
We use a JS snippet to record traffic on your web app. It helps AI discover user flows to test and become knowledgeable about your app to generate accurate tests even for your complex user flows.
Find your unique snippet code
Find your unique snippet code
You’ll find your unique snippet code on your Userflow page by clicking on Install Snippet.
Install our JS snippet onto an environment of your choice. You can install on internal environments, like localhost, dev, QA, staging, and preview URLs or in production.
If you already have a session recording tool installed (such as PostHog, Hotjar, Microsoft Clarity), you can add Stably to the same place you add their code snippets.
Automatic Test Creation
Try out our two ways of creating tests:
- Using our recorder to record the steps and have AI turn it into runnable tests.
- Directly picking an observed userflow and click “create test”.
Run Tests
Stably automatically run tests for you when you open a pull request. You can review the results in the GitHub PR and get alerted on Slack.
Alerts on test failures
Alerts on test failures
You can also receive bug alerts via Slack. If you want to automatically file bugs on Jira, GitHub Issues, and many other bug tracking systems, contact us for more information.
Detailed bug report
Detailed bug report
When a test finds a bug, it will alert you on the PR along with a link to a detailed trace view of the failed test.
bug report with recording & stack trace
Auto test-rewriting
Auto test-rewriting
Our AI will automatically update the tests if there are any changes in your app. So your tests will always be up to date with your code.