Glubean
Code-first API testing that runs the same way in editor and CI.
Start Here
If you are new, follow this path:
Use by Goal
- Set up quickly: Getting Started
- Operate day-to-day: Guides
- Look up commands and outputs: Reference
Product Surfaces
Glubean has three integrated surfaces:
- SDK (
@glubean/sdk) for writing tests. - CLI (
@glubean/cli) for execution and automation. - VS Code Extension for interactive local workflows.
Core Principle
Start in explore/ for fast iteration, then move stable files into tests/ for committed regression coverage and CI execution.
Last updated on