Bugster CLI generates and runs AI-powered end-to-end tests for web applications.

Requirements

Installation

Automated Installation

curl -sSL https://bugster.dev/install.sh | bash 

Reset your terminal session

After installation, make sure to reset your terminal so PATH changes take effect. You can either close and reopen your terminal, or run:
source ~/.zshrc   # zsh
source ~/.bashrc  # bash

Verify Installation

bugster --version

Troubleshooting

What gets installed: Bugster CLI, Playwright browsers, and all required dependencies are installed automatically. Python is no longer required for Bugster versions > 0.3.26.

Get Started

Follow our quickstart guide to set up your first project