Running Tests

Bug0 provides multiple ways to run your tests, from interactive preview to automated CI/CD execution.

Running Methods

Live Preview

Run tests interactively from the editor with real-time browser preview.

Best for:

Learn more →

CI/CD Execution

Trigger tests automatically from your deployment pipeline.

Best for:

Learn more →

Scheduled Runs

Run tests on a schedule (hourly, daily, weekly).

Best for:

Learn more →

Execution Flow

When tests run, Bug0:

1. Login Suites      →  Execute first, save auth state
2. Regular Suites    →  Execute in order, use saved state
3. Each Test Case    →  Run steps sequentially
4. Assertions        →  Verify after steps complete
5. Cleanup Suites    →  Execute last
6. Report Results    →  Send notifications

Test Settings

Before running, ensure these are configured:

Project Level

Suite Level (optional overrides)

Understanding Results

Each test run provides:

Next Steps