test: add CaseRun R4.5 native smoke

This commit is contained in:
root
2026-07-17 07:32:32 +02:00
parent 11d9bb59fb
commit df2126abf0
2 changed files with 384 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@
"harnessrl:api:dev": "bun --watch cmd/hwlab-harnessrl-api/main.ts",
"harnessrl:worker:dev": "bun --watch cmd/hwlab-harnessrl-worker/main.ts",
"harnessrl:native:smoke": "bun test internal/harnessrl/harnessrl.test.ts internal/cloud/server-caserun-http.test.ts",
"harnessrl:native:l1-smoke": "node scripts/harnessrl-native-l1-smoke.mjs",
"workbench:p1:inventory": "node scripts/workbench-long-reliability-p1-inventory.mjs",
"dev-runtime-base:build": "node scripts/dev-runtime-base-image.mjs",
"cloud-api:smoke": "node scripts/run-bun.mjs scripts/cloud-api-runtime-smoke.mjs",