dartvm_integration_tests 0.0.2
dartvm_integration_tests: ^0.0.2 copied to clipboard
Run full app integration tests on the Dart VM with no devices, no drivers, no builds. Provides HTTP mocking, method channel mocking, a unified tester abstraction, and page object/flow patterns for fas [...]
0.0.2 #
- Add
pumpUntilNotFoundhelper for deterministic “wait until removed” widget tests. - Stabilize Patrol
waitUntilVisibletimeout behavior under fake time.
0.0.1 #
- Initial release.
- HTTP mocking via
IntegrationTestHttpOverrideswith queued and permanent responses. - Selective HTTP pass-through with
TesterHttpClient. - Method channel mocking via
BaseMethodChannelMock. - Unified tester abstraction (
ITester) with native and Patrol implementations. - Binding-aware pump utilities for automated, live, and preview bindings.
- Page Object (
BasePageObject) and Flow (BaseFlow) base classes. - Request verification and simulated network latency support.