Complete overview of Bugster CLI commands and capabilities
Command | Description | When to use |
---|---|---|
bugster auth | Configure your Bugster API key | When switching organizations or updating credentials |
bugster init | Initialize Bugster in your repository | Once per repository |
bugster quickstart | Initialize project and generate 3 tests automatically | Perfect for first-time setup |
Command | Description | Use cases |
---|---|---|
bugster generate | Analyzes code and generates test specs | Generate tests for new features, use --page for specific pages |
bugster run | Executes test specs in automated browser | Validate before deployment, run in CI/CD, use --parallel |
bugster update | Updates existing tests based on code changes | Keep tests synchronized, automate in PRs |
Command | Description | Use cases |
---|---|---|
bugster destructive | Runs destructive agents to find bugs through edge cases | Discover vulnerabilities, stress testing, simulate unexpected behaviors |
bugster quickstart
if you’re new to Bugster - it sets up everything and generates your first tests automatically.