testwire 0.1.9
testwire: ^0.1.9 copied to clipboard
Step-based test execution framework for Flutter integration tests with AI agent control.
0.1.9 #
- FEAT: add setUp/tearDown lifecycle methods and TEAR_DOWN_AFTER_STEPS flag.
0.1.8 #
- FEAT: keep UI alive between steps in agent mode.
0.1.7 #
- Bump "testwire" to
0.1.7.
0.1.6 #
0.1.5 #
- Bump "testwire" to
0.1.5.
0.1.4 #
- DOCS: improve READMEs for pub.dev and GitHub discoverability.
0.1.3 #
- Bump "testwire" to
0.1.3.
0.1.0 #
- Initial release.
step()API for defining test steps with descriptions and context.TestSessionfor managing step execution and agent communication.runTestLoop()— hot-reload-aware test execution loop.- VM service extension registration (
registerTestwireExtensions()).