Concepts¶
- Issues are the specification; tests implement the spec.
- Config-over-code:
.issuetest.ymldrives behaviour. - Stateless CLI: all commands work locally and in CI the same way.
- Runner adapters: pytest is the default; other runners pluggable later.
Key artifacts:
- docs/test-cases/*.yml — canonical case YAMLs
- tests/ — scaffolds created from cases
- .issuetest/run_report.json — canonical run report consumed by reporter