UNPKG

claude-flow

Version:

Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration

26 lines 842 B
/** * Smoke tests for web_browse — ADR-133-PR5 * * Run with: * cd v3/@claude-flow/cli * npx tsx src/benchmarks/gaia-tools/web_browse.smoke.ts * * Requires Playwright to be installed: * npm install playwright * npx playwright install chromium * * If Playwright is not installed, tests that require it are skipped with * a SKIP result (not a failure) — the install instructions are printed. * * Tests: * 1. Browse Wikipedia page — content contains 'Mercedes', status 200 * 2. Bad URL with short timeout — returns error message (no crash) * 3. Screenshot mode — returns non-empty base64 string * 4. HTML extract mode — content contains '<html' or '<HTML' * * Cost: $0 (all local Playwright calls — no LLM). * * Refs: ADR-133, #2156 */ export {}; //# sourceMappingURL=web_browse.smoke.d.ts.map