repterm
v0.2.1
Published
CLI/TUI test framework with Playwright-style API
Maintainers
Readme
repterm
Terminal-first test runner for CLI/TUI applications.
repterm executes tests in a real PTY, so you can validate interactive behavior (prompts, ANSI output, multi-terminal flows) instead of plain stdout snapshots.
Install
bun add -d reptermUsage
bunx repterm tests/
bunx repterm --workers 4 tests/
bunx repterm --record tests/Related Packages
repterm-api: public plugin and matcher API@nexusgpu/repterm-plugin-kubectl: kubectl plugin for Kubernetes scenarios
Plugin contributors: see Plugin Contributor Guide.
For project-level docs and release notes, see the repository root README.md.
