Test planning
From your feature and repo context, the agent drafts what to test — core paths, edge cases, and failures.
- Come up with the test scenarios
- Discover corner cases
- Simulate error scenarios
Test plan
Scenarios being tested in this session.
- Checkout — happy path
Signed-in user with items in cart completes purchase with a saved card; order confirmation renders.
1. Sign in as test user with cart pre-filled 2. Open checkout and select saved Visa ending 4242 3. Confirm order and wait for success route 4. Assert confirmation id and email match session - Cart — empty checkout blocked
Checkout CTA stays disabled when the cart is empty; no network call to payment intent.
- Payment — decline and retry
Simulate card decline, surface inline error, allow user to change method and succeed.