You paste a URL. We test your site.
We visit the page, explore it, and generate test scenarios written as readable steps.
Tests as readable steps
Each test describes what a user does and what they expect to see. The format is called Gherkin. It reads like instructions, not code.
The test expresses intent. Playwright runs underneath, but the logic is clear without reading code.
Test generation
We explore your page and suggest Gherkin scenarios based on what we observe. These are starting points, not final tests. You can review them and decide what is useful.
You can generate additional scenarios later, either by re-running exploration or by giving specific instructions. This lets you stay in control of what gets tested and when.
LetsRunIt does not auto-update tests when your UI changes. Instead, it helps you understand what failed, so you can choose whether the code or the test should change.
Sign up for GitHub
Enter an email in the hero field and click "Sign up for GitHub" to create an account.
Start a free Copilot trial
Click "Try Github Copilot free" to open the Copilot Pro trial flow for AI-assisted coding across supported IDEs.
Subscribe to email updates
Enter your email address in the footer form and press "Subscribe" to receive product news and resources.
Failure explanations
When a test fails, we analyze the difference and explain what changed in plain language. You see exactly what broke and whether it's a code issue or the test needs updating.
How tests run
Generated tests run with Cucumber. Install the package, add the step definitions we provide, and run the tests like any other Cucumber suite.
The tests integrate into existing CI without special setup. This is not a new test ecosystem. It's standard Gherkin running on standard tooling.