UNPKG

citty-test-utils

Version:

A comprehensive testing framework for CLI applications built with Citty, featuring Docker cleanroom support, fluent assertions, advanced scenario DSL, and noun-verb CLI structure with template generation.

19 lines (13 loc) 521 B
// Core Citty Testing Functions export * from './src/core/runners/local-runner.js' // Fluent Assertions export * from './src/core/assertions/assertions.js' // Scenario DSL and Test Utils export * from './src/core/scenarios/scenario-dsl.js' export * from './src/core/scenarios/scenarios.js' // Test Utilities export * from './src/core/utils/context-manager.js' // Snapshot Testing export * from './src/core/assertions/snapshot.js' // CLI Coverage Analysis export * from './src/core/coverage/cli-coverage-analyzer.js'