Skip to main content
1

Install CLI

Install Bugster CLI on your system.
curl -sSL https://bugster.dev/install.sh | bash

Installation Guide

Detailed installation instructions and troubleshooting
2

Navigate to your project

Open your terminal and navigate to your project directory.
cd your-project
3

Run Bugster

Execute Bugster in your project folder.
bugster
This opens the Bugster interactive testing shell.
4

Write what you want to test

Type your test request in natural language. For example:
test the user login flow
Or try:
  • test the checkout process
  • test that my application is running and I can access the home page

Next Steps

Generate More Tests

Learn how to create and manage multiple tests for your application.

Destructive Agent

Use AI agents to find bugs and edge cases in your application.

Interactive Mode

Master the Bugster interactive CLI for advanced testing workflows.