cyberneticlibrary

Test workflow runner

testworkflowsetup L211
QuintinShaw/pi-dynamic-workflows
What it does

Run test suite with configurable runners and output parsing

Best for

Generic test orchestration when you need multi-runner support and output normalization.

Inputs
  • · [object Object]
Outputs
  • · [object Object]
Requires
  • · vitest/jest/pytest (configurable)
  • · Bash
Preconditions

Test suite exists; test runner installed

Failure modes

Test runner not in PATH; output parsing fails on custom format; coverage flags unsupported

Trust signals
  • · Multiple test runner support
  • · Output parsing tested
  • · Coverage integration