mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:10:45 +00:00
test: add live model file and image probes
This commit is contained in:
@@ -40,6 +40,10 @@ When debugging real providers/models (requires real creds):
|
||||
- Live suite (models + gateway tool/image probes): `pnpm test:live`
|
||||
- Target one live file quietly: `pnpm test:live -- src/agents/models.profiles.live.test.ts`
|
||||
- Docker live model sweep: `pnpm test:docker:live-models`
|
||||
- Each selected model now runs a text turn plus a small file-read-style text
|
||||
block probe. Models whose metadata advertises `image` input also run a tiny
|
||||
image turn. Disable the extra probes with `OPENCLAW_LIVE_MODEL_FILE_PROBE=0`
|
||||
or `OPENCLAW_LIVE_MODEL_IMAGE_PROBE=0` when isolating provider failures.
|
||||
- CI coverage: daily `OpenClaw Scheduled Live And E2E Checks` and manual
|
||||
`OpenClaw Release Checks` both call the reusable live/E2E workflow with
|
||||
`include_live_suites: true`, which includes separate Docker live model
|
||||
|
||||
Reference in New Issue
Block a user