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