Use AI agents to break your application and find bugs in changed pages
Run AI-powered destructive agents like form_destroyer and ui_crasher to find potential bugs in your recent code changes by attempting to break your application.
# Run destructive agents on all changed pagesbugster destructive# Run in headless mode for faster executionbugster destructive --headless# Limit number of agents (default: 5)bugster destructive --limit 10
You just built a new checkout flow and want to stress-test it:
Copy
# Run destructive testing with moderate scopebugster destructive --limit 8# Run multiple agents in parallel for speedbugster destructive --max-concurrent 5