$ stably
🤖 Stably Agent
Type your request or question. Press Ctrl+C to exit.
> Create a test for the checkout flow on our e-commerce site
Analyzing your application...
I'll create a test that covers:
• Adding items to cart
• Proceeding to checkout
• Completing payment
✓ Created tests/checkout.spec.ts
> The login test is failing with a timeout error
Looking at the failure context...
The selector '.login-btn' no longer exists. I found a matching
element with '[data-testid="sign-in"]'.
Apply fix? (y/n): y
✓ Updated tests/auth.spec.ts
> What's our test coverage for the dashboard?
You have 12 tests covering the dashboard:
• 4 tests for user settings
• 3 tests for analytics widgets
• 5 tests for navigation
Missing coverage: notification preferences, export functionality