YAML Test Format
The simplest way to write browser tests.Example
Schema
| Field | Required | Description |
|---|---|---|
name | Yes | Test suite name |
url | No | Base URL for all tests |
tests | Yes | Array of test cases |
tests[].name | Yes | Individual test name |
tests[].tags | No | Tags for filtering |
tests[].steps | Yes | Natural language steps |
Running
Writing Steps
Steps are natural language instructions. Be specific:- Good
- Avoid
Tips
- Include URLs in navigation steps
- Use quotes for specific text values
- Be explicit about what to verify

