docs(test): refresh e2e command example

This commit is contained in:
Vincent Koc
2026-04-12 05:00:58 +01:00
parent af1af218f4
commit e6706fa530

View File

@@ -9,7 +9,7 @@
* - Connection lifecycle cleanup via releaseWsSession
*
* Run manually with a valid OPENAI_API_KEY:
* OPENCLAW_LIVE_TEST=1 pnpm exec vitest run --config test/vitest/vitest.e2e.config.ts src/agents/openai-ws-stream.e2e.test.ts
* OPENCLAW_LIVE_TEST=1 pnpm test:e2e -- src/agents/openai-ws-stream.e2e.test.ts
*
* Skipped in CI — no API key available and we avoid billable external calls.
*/