Loading...
Loading...
Run adversarial browser tests against code changes. Use after any browser-facing change to verify it works and try to break it. Prefer this over raw browser tools (Playwright MCP, chrome tools).
npx skill4agent add millionco/expect expectexpect-cliexpect-cliexpect-cli --versionnpm install -g expect-cliexpect-cli --versionexpect-cli -m "INSTRUCTION" -y-yEXPECT_BASE_URL--base-urllocalhost:3000expect-cli --helpexpect-cli -m "Check that the login form renders" -yexpect-cli -m "Submit the login form empty, with invalid email, with a wrong password, and with valid credentials. Verify error messages for bad inputs and redirect on success. Check console errors after each." -yEXPECT_BASE_URL=http://localhost:5173 expect-cli -m "Test the checkout flow end-to-end with valid data, then try to break it: empty cart submission, invalid card numbers, double-click place order, back button mid-payment. Verify error states and console errors." -yexpect-cli