Catalog
Each run writes
input.json, results.json, report.md, failures.jsonl, cost.json, and traces/ under .zenrows/evals/<run-id>/.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A reproducible benchmark bundled with the Zenrows CLI, with explicit pass or fail criteria.
zenrows eval list
zenrows eval run <name>
| Command | Does |
|---|---|
zenrows eval list | List all evals |
zenrows eval run <name> | Run an eval and write a report |
zenrows eval report <name> | Print a previous eval’s report |
zenrows eval explain <name> | Show an eval’s full docs |
zenrows eval install <name> | Copy an eval into .zenrows/ |
zenrows eval update [name] | Refresh installed eval(s) |
zenrows eval remove <name> | Remove an installed eval |
| Eval | Description |
|---|---|
protected-fetch-smoke | fetch against a known-good URL, expects HTTP 2xx and content |
extract-smoke | extract --autoparse against a known-good ecommerce demo page |
batch-spec-validation | A JSONL spec parses cleanly and estimates cost, no cloud call |
input.json, results.json, report.md, failures.jsonl, cost.json, and traces/ under .zenrows/evals/<run-id>/.Was this page helpful?