Vellum — сквозное тестирование ассистента из терминала
★ 8.2 · testing
cli-testing is a Claude Code skill that enables end-to-end testing of a Vellum assistant entirely from the terminal, with no desktop app or web UI required. It covers the full instance lifecycle: hatching via `vellum hatch --remote docker --source .` (building images from source to test local changes), sending messages with `vellum message`, streaming replies through `vellum events`, and tearing down with `vellum retire`. The skill is designed for verifying assistant behavior, reproducing bugs, and smoke-testing changes without launching macOS or web clients. Multiple LLM provider keys are supported — Anthropic, OpenAI, Gemini, Fireworks, OpenRouter, and MiniMax — read directly from environment variables by the CLI.
- #cli-testing
- #vellum
- #assistant
- #end-to-end
- #smoke-testing
- #terminal