qpilot
Paste a test case. Watch it run.
$
npx qpilot01
Paste a test case
Plain text — steps, expected results, credentials. No special format.
02
Agent opens Chrome
Navigates, clicks, fills forms — exactly as a human would.
03
Live results per step
pass, fail, or warn in real time. Screenshots on failure.
04
Hits OTP? It asks
Run pauses, prompts you directly, then continues.
Example
TC-001 — Login and add item to cart
URL: https://www.saucedemo.com/
Credentials: standard_user / secret_sauce
Steps:
1. Open the home page.
Expected: login form is visible.
2. Enter credentials and click Login.
Expected: Products page opens with 6 items.
3. Click "Add to cart" on "Sauce Labs Backpack".
Expected: cart counter shows 1.
4. Click the cart icon.
Expected: cart contains Sauce Labs Backpack at $29.99.Write it like you'd explain it to a colleague. The agent figures out the rest.