Quickstart
Follow the fastest path from signing in to TestVibe to reviewing the result of your first generated Playwright test.
Last updated
Was this helpful?
Follow the fastest path from signing in to TestVibe to reviewing the result of your first generated Playwright test.
This quickstart walks you through the shortest successful path in TestVibe:
Sign in.
Create a project.
Create your first Gherkin test.
Generate Playwright code.
Run the test.
Review the result.
You can come back later for deeper setup, generation, run, and troubleshooting details. For now, the goal is simple: get one useful test from idea to result.
You will need:
a TestVibe workspace — sign up with email and password, GitHub, or Google, and every user gets a personal workspace automatically (if you're joining a team, an invite link takes you straight into their workspace instead — see Sign in)
a project name and the URL of the site you want to test, reachable from the internet (private apps can come later with a tunnel device)
That is it — there is nothing to install and no CI pipeline to configure. Your first project is one screen: name, site URL, and optional target framework — no source repository needed to get started. TestVibe will prompt for anything else missing as you move through the flow.
After the quickstart, you should have:
a project in your workspace
one Gherkin feature or test description
generated Playwright code saved to your project
one completed test run
result evidence you can use to decide what to do next
Most first-run issues come from setup rather than the test itself.
Sign-in problems
Generation cannot start
Start with Sign in.
Last updated
Was this helpful?
Was this helpful?
