| Child |
Name |
Tests |
Failures |
Skipped |
Duration |
Success rate |
| CLI -min-confidence overrides YAML minConfidence |
cliArgs_minConfidenceFlagOverridesYaml(Path) |
1 |
0 |
0 |
0.004s |
100% |
| CliArgs seeds minConfidence 0.0 when YAML field is absent |
cliArgs_minConfidenceFromYaml_seedsDefault(Path) |
1 |
0 |
0 |
0.004s |
100% |
| CliArgs seeds minConfidence from YAML when present |
cliArgs_minConfidenceFromYaml_seedsValue(Path) |
1 |
0 |
0 |
0.004s |
100% |
| load returns null for all optional fields when YAML is an empty object |
load_allFieldsNullByDefault(Path) |
1 |
0 |
0 |
0.006s |
100% |
| load ignores unknown top-level fields and parses known ones |
load_ignoresUnknownTopLevelFields(Path) |
1 |
0 |
0 |
0.003s |
100% |
| minConfidence defaults to null (no filtering) when absent from YAML |
load_minConfidenceNullByDefault(Path) |
1 |
0 |
0 |
0.004s |
100% |
| load parses all AI configuration fields from YAML |
load_parsesAiSection(Path) |
1 |
0 |
0 |
0.005s |
100% |
| load parses AI apiKey, apiKeyEnv, baseUrl, and taxonomyFile fields |
load_parsesApiKeyFields(Path) |
1 |
0 |
0 |
0.004s |
100% |
| load parses contentHash: true field correctly |
load_parsesContentHashField(Path) |
1 |
0 |
0 |
0.007s |
100% |
| load parses emitMetadata field from YAML |
load_parsesEmitMetadata(Path) |
1 |
0 |
0 |
0.004s |
100% |
| load parses fileSuffixes list from YAML |
load_parsesFileSuffixes(Path) |
1 |
0 |
0 |
0.004s |
100% |
| load parses minConfidence field from YAML |
load_parsesMinConfidenceField(Path) |
1 |
0 |
0 |
0.003s |
100% |
| load parses outputMode field from YAML |
load_parsesOutputMode(Path) |
1 |
0 |
0 |
0.003s |
100% |
| load parses properties map from YAML |
load_parsesProperties(Path) |
1 |
0 |
0 |
0.004s |
100% |
| load parses testMarkers list from YAML |
load_parsesTestMarkers(Path) |
1 |
0 |
0 |
0.005s |
100% |
| load throws IOException when config file does not exist |
load_throwsIoExceptionForMissingFile(Path) |
1 |
0 |
0 |
0.001s |
100% |