Quickstart
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.
Before You Begin
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.
Quickstart Path
Sign in with email, GitHub, or Google to reach your workspace.
Name the project and add the site URL(s) you want to test.
Add your first Gherkin feature or test instructions in the Test Suite.
Use AI generation to turn the test intent into Playwright code.
Run the generated test in a cloud test session and inspect the result evidence.
What You Will Have At The End
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
If Something Blocks You
Most first-run issues come from setup rather than the test itself.
Check email verification and your sign-in method.
Check the variables and secrets your test references.
Open the result evidence before changing the test.
Next
Start with Sign in.