For the complete documentation index, see llms.txt. This page is also available as Markdown.

Quickstart

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:

  1. Sign in.

  2. Create a project.

  3. Create your first Gherkin test.

  4. Generate Playwright code.

  5. Run the test.

  6. 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

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.

Next

Start with Sign in.

Last updated

Was this helpful?