Tool Nl Test File
Category: Testing · Tier: All
Run a natural language test suite from a file. Returns step-level results with error info, partial matches, and suggestions.
When to Use
Testing tools generate and validate test cases using natural language. They also detect unreliable tests and map coverage.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| filepath | string | Yes | Path to the test file |
| dryRun | boolean | No | Parse and display steps without executing |
| fuzzyMatch | boolean | No | Use case-insensitive fuzzy matching for assertions |
Example
Run all tests in tests/checkout.txt
Tips
- Natural language tests require no code — just describe what to verify
- Tests can be saved to files and run in CI/CD pipelines
Research
- Hick-Hyman Law — Decision time = a + b × log₂(n) for n choices
Related
- Tools Overview — All 120 tools by category