Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1005 Bytes

File metadata and controls

31 lines (23 loc) · 1005 Bytes

testcoe Roadmap

Version History

v0.1.0 - Initial Release

  • ✅ Grid-based visualization for test execution
  • ✅ Real-time test progress display
  • ✅ Enhanced crash handling with stack traces
  • ✅ Cross-platform support (Windows, Linux, macOS)
  • ✅ Test filtering API (run_suite, run_test)
  • ✅ Terminal ANSI color support detection
  • ✅ Comprehensive examples and integration tests
  • ✅ Support for MSVC, GCC, Clang, and MinGW compilers

Future Plans

  • ⏳ Customizable grid layout and colors
  • ⏳ JSON/XML test report generation
  • ⏳ Test execution time tracking and reporting

Feature Requests

Have an idea for testcoe? Please open an issue on GitHub with the "enhancement" label. And of course, feel free to reach out at nircoe@gmail.com

Versioning

testcoe follows Semantic Versioning:

  • MAJOR version for incompatible API changes
  • MINOR version for backwards-compatible functionality additions
  • PATCH version for backwards-compatible bug fixes