terminal-emulator

Installation
SKILL.md

Testing Interactive CLI / TUI with @microsoft/tui-test

Playwright-like API for terminals. Real PTY per test. Made by Microsoft.

Install

yarn add -D @microsoft/tui-test

Usage

import { test, expect } from '@microsoft/tui-test';

test.use({ program: { file: 'node', args: ['./my-cli.js'] } });
Related skills
Installs
7
Repository
slopus/happy
GitHub Stars
20.7K
First Seen
Mar 11, 2026