@heilgar/pest-cli
v0.0.5
Published
Prompt Evaluation & Scoring Toolkit - CLI
Maintainers
Readme
@heilgar/pest-cli
CLI for pest (Prompt Evaluation & Scoring Toolkit) — run LLM prompt tests from the command line. Shells out to Vitest or Jest, so your existing test config works out of the box.
Features
pestcommand — run prompt tests with a single command- Framework auto-detection — detects Vitest or Jest in your project and delegates to it
- QA generation —
pest qagenerates test cases for your prompts using an LLM - Zero config — works with your existing
vitest.config.tsorjest.config.ts
Install
npm install -g @heilgar/pest-cli
# or
npx @heilgar/pest-cliUsage
# Run all prompt tests
pest
# Generate QA test cases
pest qaDocumentation
Full docs at heilgar.github.io/pest
License
MIT
