self_test 0.1.0
self_test: ^0.1.0 copied to clipboard
Automated regression testing for Flutter through direct callback invocation. Run tests in live app environments without UI simulation.
0.1.0 #
- Direct callback invocation for automated testing
- Code generation with
build_runnerand annotations SelfTestableWidgetwrapper for manual setupTestScenarioandTestStepfor multi-step test flows- Text assertion support for input field validation
- Screenshot capture during test execution
- Memory-safe test node management
- Runtime testing in debug/profile builds
- Test mode support for unit/integration tests
- Generated test controllers with full type safety
0.0.1 #
- Initial experimental release