clnrm-core 1.0.0

Cleanroom Testing Framework - Core library
Documentation

Cleanroom Test Project

This project uses the cleanroom testing framework for hermetic integration testing.

Quick Start

# Run tests
clnrm run tests/

# Validate configuration
clnrm validate tests/

# Show available plugins
clnrm plugins

Project Structure

  • tests/ - Test definition files (.clnrm.toml)
  • scenarios/ - Test scenario definitions
  • cleanroom.toml - Optional framework configuration
  • README.md - This file

Framework Self-Testing

This project demonstrates the cleanroom framework testing itself through the "eat your own dog food" principle.