feat(qa): add repo-backed qa suite runner

This commit is contained in:
Peter Steinberger
2026-04-05 23:20:39 +01:00
parent eb6d0ce2c2
commit 4780788bbb
8 changed files with 1012 additions and 2 deletions

View File

@@ -15,3 +15,5 @@ export * from "./src/scenario.js";
export * from "./src/scenario-catalog.js";
export * from "./src/self-check-scenario.js";
export * from "./src/self-check.js";
export * from "./src/gateway-child.js";
export * from "./src/suite.js";