Where Runs Execute
Learn where TestVibe runs execute: isolated cloud sandboxes by default, a private self-hosted runner, or a tunnel to a private app.
Last updated
Was this helpful?
Learn where TestVibe runs execute: isolated cloud sandboxes by default, a private self-hosted runner, or a tunnel to a private app.
When you start a run, TestVibe executes your tests against your project's URL. Every project has an execution target that decides where the test code runs and how the run reaches your application.
There are three targets. Most projects use the default and never change it.
Cloud (default)
TestVibe's isolated cloud sandboxes
Your site is reachable from the internet (public or staging). Nothing to install.
Private runner
A runner you host inside your firewall
Your app is fully private and must never leave your network. You run the runner image; the test code runs on your infrastructure.
Tunneled
TestVibe's isolated cloud sandbox, reaching a private app over a tunnel
Your app is private but you'd rather not host the runner. A small tvtunnel agent inside your network relays traffic; the test code stays in TestVibe's sandbox.
The cloud target is the default and the only one most teams need. Reach for a private runner or a tunnel only when the application under test is not reachable from the public internet.
Last updated
Was this helpful?
Was this helpful?
