test: fold lifecycle and package proof into QA Lab (#93114)

* test: fold script coverage into qa scenarios

* test: migrate script checks into qa e2e

* test: point qa code refs at migrated e2e

* test: fold plugin lifecycle probe into qa e2e

* test: use shared temp dirs in plugin lifecycle probe

* test: fold plugin lifecycle sweep into qa lab

* test: trim lifecycle docker text assertions

* test: keep followup script conversions split

* test: make lifecycle docker runner script-safe

* test: update changed helper routing expectation
This commit is contained in:
Dallin Romney
2026-06-17 14:22:04 -07:00
committed by GitHub
parent e442b575b9
commit 0a6736af09
15 changed files with 704 additions and 372 deletions
+4 -1
View File
@@ -897,7 +897,10 @@ describe("test-projects args", () => {
},
{
config: "test/vitest/vitest.e2e.config.ts",
forwardedArgs: ["test/openclaw-launcher.e2e.test.ts"],
forwardedArgs: [
"test/e2e/qa-lab/plugins/plugin-lifecycle-probe.e2e.test.ts",
"test/openclaw-launcher.e2e.test.ts",
],
includePatterns: null,
watchMode: false,
},