@frontmcp/testing.
Usage
Configuration
project.json
Options
| Option | Type | Default | Description |
|---|---|---|---|
runInBand | boolean | false | Run tests serially (recommended for E2E) |
watch | boolean | false | Watch mode |
coverage | boolean | false | Collect test coverage |
verbose | boolean | false | Verbose output |
timeout | number | — | Test timeout in ms |
Caching
This executor is cacheable. Test results are cached when inputs haven’t changed. Use withcoverage for reproducible reports.