What problem does it solve?
SPipe helps you write clear BDD-style test specifications that stay maintainable and automatically produce documentation instead of becoming scattered or undocumented test prose.
Core Features & Use Cases
- BDD test authoring with built-in describe/context/it/expect constructs and guidance on naming, structure, and single-assertion intent.
- Docstring-first specification format so generated docs capture feature context, scenarios, and expected behavior.
- Built-in matcher usage for expressive assertions like equality, containment, and numeric comparisons, aligned with SPipe expectations.
Quick Start
Create a new spec file using the provided SPipe template, then write a describe block with a module-level docstring, and run tests to verify it.