Run Tests
Use this section when you are ready to execute generated tests against your application.
TestVibe runs tests in isolated cloud test sessions. The session prepares the environment, Playwright opens your target site, and TestVibe streams status and evidence back into the app.

Common Tasks
Run one test
Start with a single scenario when you want fast feedback.
Run a group
Execute related tests for a feature area or user journey.
Run the full suite
Run every selected test in the project.
Understand status
Follow queued, setting up, running, finalizing, passed, failed, and cancelled states.
Before You Run
Check these items first:
| Check | Why it matters |
|---|---|
| Target site URL | The runner must be able to open the app you are testing. |
| Generated test code | Playwright code needs to exist before TestVibe can execute it. |
| Browser and viewport | These settings control how Playwright opens the page. |
| Reachability | The cloud session must be able to reach the site — private apps need a tunnel device. |
| Secrets | Login credentials or API keys must be configured when the test needs them. |
To run journeys under load instead of once, see Load Testing.