Create Tests
Use the Test Suite to describe what your application should do before TestVibe turns that intent into Playwright code.
Tests in TestVibe start as readable feature files. You can create them from scratch, import existing .feature files, record a browser journey, or accept AI-suggested test ideas.
What You Can Do
Understand the suite
Learn how groups, features, generated code, and status fit together.
Create tests
Add groups and feature files that describe user behavior.
Write better intent
Give TestVibe clear steps and outcomes so generation is stronger.
Use the recorder
Capture a browser journey and review the generated Gherkin.
Start Here
If you are new to TestVibe, start with Understand the Test Suite, then read Gherkin and feature files.
Typical Authoring Flow
- Choose a group for the feature area.
- Create or import a feature file.
- Write one or more scenarios in Gherkin.
- Save the test intent.
- Generate Playwright code.
- Run the test and review results.
- Improve the Gherkin, generated code, or application behavior.
Good Test Intent
Strong TestVibe tests are:
| Quality | What it means |
|---|---|
| Focused | Each scenario proves one behavior or journey. |
| Visible | Steps mention UI labels, fields, messages, and outcomes a user can observe. |
| Repeatable | Test data and setup are stable enough to run again. |
| Reviewable | Product, QA, and engineering users can understand what is being tested. |
Next
Continue to Understand the Test Suite.