feat: implementing some test frameworks for actions

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-06-13 13:18:50 +02:00
parent c94f8e089c
commit dbd64a283f
6 changed files with 379 additions and 1 deletions
+3 -1
View File
@@ -73,7 +73,9 @@
"testcontainers": "^10.0.0",
"textextensions": "^5.16.0",
"uuid": "^11.0.0",
"yn": "^4.0.0"
"yn": "^4.0.0",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.20.4"
},
"devDependencies": {
"@backstage/cli": "workspace:^",