Quickstart
Get up and running with Bug0 Vibe Studio in under 5 minutes.
Step 1: Sign Up
- Go to app.bug0.com
- Click Sign in with Google (use your work email)
- You'll be automatically added to your team's workspace or a new one will be created
Step 2: Create a Project
A project represents your application. Each project has:
- A base URL (e.g.,
https://staging.myapp.com) - Test suites containing test cases
- Integrations for CI/CD and notifications
To create a project:
- Click New Project in the sidebar
- Enter a project name (e.g., "MyApp Staging")
- Set the base URL where tests will run
- Click Create
Step 3: Create a Test Suite
Test suites group related tests together. For example:
- "Authentication" - login, logout, password reset
- "Checkout" - add to cart, payment, order confirmation
To create a suite:
- Open your project
- Click the + icon next to "Test Suites"
- Enter a suite name
- Click Create
Step 4: Create Your First Test
You can create tests in two ways:
Option A: From Video
- Click New Test in your suite
- Select Generate from Video
- Upload a screen recording or record your tab
- AI will extract steps automatically
- Review and edit the generated steps
- Click Save
Option B: From Text
- Click New Test in your suite
- Select Generate from Text
- Describe the flow in plain English:
1. Click the login button 2. Enter email "test@example.com" 3. Enter password "password123" 4. Click submit 5. Wait for dashboard to load - AI will structure these into executable steps
- Review and click Save
Step 5: Run Your Test
- Open your test case
- Click the Run button
- Watch the live browser preview as AI executes each step
- Review the results and AI reasoning