Changelog
View SourceAll notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2025-07-22
Added
- Initial release of Supertester
- Multi-repository test orchestration and execution framework
- OTP-compliant testing utilities to replace
Process.sleep/1
- Test isolation support enabling
async: true
- GenServer testing helpers with proper synchronization
- Supervisor testing utilities for supervision tree validation
- Performance testing framework for benchmarking and load testing
- Chaos engineering helpers for resilience testing
- Custom OTP-aware assertions
- Unified test foundation with multiple isolation modes
- Complete elimination of GenServer registration conflicts
- Zero test failure guarantee across monorepo structures
Features
Supertester.UnifiedTestFoundation
- Test isolation and foundation patternsSupertester.OTPHelpers
- OTP-compliant testing utilitiesSupertester.GenServerHelpers
- GenServer-specific test patternsSupertester.Assertions
- Custom OTP-aware assertions