script-kit-testing

Installation
SKILL.md

Script Kit Testing

Testing infrastructure and patterns for Script Kit GPUI.

Test Directories

  • tests/smoke/ - E2E tests (run via stdin JSON protocol)
  • tests/sdk/ - SDK tests (often bun run ...)

SDK Preload in Tests

import '../../scripts/kit-sdk'; // globals: arg(), div(), editor(), fields(), captureScreenshot(), getLayoutInfo(), ...

Test Output JSONL Format

{"test":"arg-string-choices","status":"running","timestamp":"2024-..."}
Related skills
Installs
1
GitHub Stars
21
First Seen
Mar 21, 2026