Create Tests
Create and organize readable test intent before generating Playwright code or running browser automation.
Last updated
Was this helpful?
Create and organize readable test intent before generating Playwright code or running browser automation.
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.
If you are new to TestVibe, start with Understand the Test Suite, then read Gherkin and feature files.
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.
Strong TestVibe tests are:
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.
Continue to Understand the Test Suite.
Last updated
Was this helpful?
Was this helpful?
