Quick Start
Get started with Kerno in minutes
Requirements
For Kerno to work you'll need:
Docker installed and running on your machine so Kerno can start the test environment.
A dockerfile in your apps root directory so Kerno can use it to start your application
Getting started
Install the Kerno extension
Install the Kerno extension from the VS Code Marketplace or the Open VSX Directory.
Kerno is currently available on VS Code, Cursor, Windsurf, and Antigravity.
Running your first test with Kerno
Wait for Kerno to finish indexing your code
When you open your project, Kerno begins indexing your code and setting up a test environment. Wait for the progress dot to turn pink, which shows that indexing is complete and the environment is ready. If anything goes wrong, check the troubleshooting section or contact the engineering team on Slack.
Review Results
When the tests finish, Kerno produces a report that lists all detected differences. You can approve the differences and update the tests, or you can adjust your code and run the tests again until the difference is resolved.
If you approve the difference, Kerno updates the tests to reflect the new behavior. It also adds or removes tests when the logic of your endpoint has changed.
Last updated