@mmmnt/feat-runner
v0.1.8
Published
Feat runner: thin vitest subprocess orchestrator (GAP-D09). Spec filtering, exit-code passthrough, JUnit collection.
Readme
@mmmnt/feat-runner
Feat's test runner orchestration: a thin vitest run subprocess wrapper with file selection,
JUnit reporter wiring, coverage passthrough, and exit-code passthrough. Generated tests own
their lifecycle — the runner deliberately does nothing else.
You normally reach this through feat run rather than directly.
import { runTests } from "@mmmnt/feat-runner";
const result = runTests({ files, root, junitOutput: "reports/feat-junit.xml" });Part of Feature — the .feat execution specification
language. Docs: https://github.com/mmmnt/feature/wiki
MIT
