zeba_academy_widget_tester_plus 0.0.1
zeba_academy_widget_tester_plus: ^0.0.1 copied to clipboard
A powerful and lightweight Flutter testing framework that simplifies widget testing with visual builders, interaction helpers, snapshot testing, and debug logging.
๐ Changelog #
All 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.0.1 Initial Release #
โจ Added #
- Initial release of zeba_academy_widget_tester_plus
- Simplified testing system with
TesterPlus - Interaction testing utilities (
tap,scroll,enterText) - Snapshot testing support with
SnapshotManager - Visual test builder for multi-scenario testing
- Debug logging system for test tracking
๐งช Testing #
- Basic widget interaction tests
- Test result tracking and validation
๐๏ธ Architecture #
- Clean modular structure (
core,builder,models) - Separation of test utilities from Flutter test framework
- Production-safe package design (no
flutter_testin lib)
๐ Upcoming #
๐ฅ Planned Features #
- Golden test integration
- Pixel-perfect snapshot comparison
- Visual diff viewer
- HTML test reports dashboard
- CLI runner support
- CI/CD integration (GitHub Actions)
๐ Notes #
- This is the first stable foundation release.
- Future updates will focus on performance, scalability, and advanced testing capabilities.