Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

Testing Workflow

RocketQA follows a simple, intuitive workflow:

1. ๐Ÿ“ Write Feature Files
โ†“
2. ๐ŸŽฏ Define Locators
โ†“
3. ๐Ÿš€ Run Tests
โ†“
4. ๐Ÿ“Š Review Reports
โ†“
5. ๐Ÿ”„ Iterate & Improve

Create .feature files describing your applicationโ€™s behavior in natural language.

Map UI elements to selectors in your locators.yml file.

Execute tests with simple CLI commands like npx rocketqa test.

Get detailed HTML reports with screenshots and execution details.

Refine tests based on results and add new scenarios as needed.