Natural-language test creation
Describe a test or flow in plain English instead of writing selectors or a custom DSL.
Kane CLI is a command-line tool for AI browser automation. It lets users describe tests in natural language, then drives a real Chrome browser from the terminal and returns pass or fail results.
Kane CLI is a command-line tool for AI browser automation that turns natural-language test descriptions into real browser runs. It is built to drive Chrome from the terminal and return a pass or fail result after executing the flow.
The product is positioned for developers, QA teams, platform and DevOps users, and coding agents that need to validate web applications without maintaining brittle scripts. It supports local browser automation, visible or headless execution, and a workflow that can feed results into the KaneAI dashboard.
Describe a test or flow in plain English instead of writing selectors or a custom DSL.
Kane CLI drives an actual Chrome browser, so results come from the browser run itself.
Install the CLI and run browser automation directly from your terminal or editor-driven workflow.
Use visible mode while debugging and switch to headless mode for CI without rewriting the test.
Each run ends in a portable `.evidence` bundle that captures screenshots, DOM snapshots, console lines, network calls, and execution order.
The product rolls up criteria and coverage by flow, so a test run is tied back to the use case it proves.
Run a checkout, login, or other end-to-end flow before opening a pull request to confirm the browser path still works.
Let an AI coding agent invoke Kane CLI when it needs to navigate a site and verify a result as part of a larger task.
Use the same described flow against staging and production by changing only the URL, rather than maintaining duplicate scripts.
Run in visible mode to watch the browser step through the flow while you refine the test or investigate a failure.
Open the `.evidence` output to review what happened, replay the run, or share it with a teammate or reviewer.
Kane CLI lets you describe a browser test in natural language and then runs it in a real Chrome browser from the terminal, returning pass or fail results.
The product is described for developers, QA engineers, AI coding agents, and platform or DevOps teams that need browser-based checks without maintaining script-heavy automation.
Kane CLI is the terminal-native companion to KaneAI. The CLI handles local authoring and execution, while KaneAI is the web-based test authoring and management platform.
Yes. The page says each run ends in a shareable `.evidence` pack with captured steps and browser data that can be reopened and replayed.
Yes. The page says you can run flows in headless mode for CI and switch between visible and headless execution without changing the test.