Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 12 additions & 0 deletions runner/qa/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# TestCraft QA Validation Framework

This module validates:
1. Generated tests (schema validation)
2. Execution results (runs)
3. Acceptance criteria coverage

## Run Validation

```bash
npm install
npm run validate
16 changes: 16 additions & 0 deletions runner/qa/node_modules/.bin/yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions runner/qa/node_modules/.bin/yaml.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions runner/qa/node_modules/.bin/yaml.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

85 changes: 85 additions & 0 deletions runner/qa/node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions runner/qa/node_modules/ajv/.runkit_example.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions runner/qa/node_modules/ajv/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading