mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 10:10:43 +00:00
Add Codex Computer Use setup for Codex mode (#71842)
* Add Codex Computer Use setup * Tighten Codex Computer Use setup checks * Handle fresh Codex Computer Use marketplace setup * Fix channel setup manifest fixture * Match Codex Computer Use marketplace loading * Harden plugin manifest test fixtures * Isolate auth choice legacy manifest test * Update aggregate shard test expectation * Improve Codex Computer Use first-run setup * Harden Codex Computer Use auto-install * Fix plugin auto-enable test fixture roots
This commit is contained in:
@@ -474,6 +474,8 @@ describe("test-projects args", () => {
|
||||
const configs = buildFullSuiteVitestRunPlans([]).map((plan) => plan.config);
|
||||
|
||||
expect(configs).toContain("test/vitest/vitest.full-core-unit-fast.config.ts");
|
||||
expect(configs).toContain("test/vitest/vitest.full-core-support-boundary.config.ts");
|
||||
expect(configs).not.toContain("test/vitest/vitest.boundary.config.ts");
|
||||
expect(configs).toContain("test/vitest/vitest.full-agentic.config.ts");
|
||||
expect(configs).not.toContain("test/vitest/vitest.agents.config.ts");
|
||||
expect(configs).not.toContain("test/vitest/vitest.plugins.config.ts");
|
||||
|
||||
Reference in New Issue
Block a user