integration_test_helper library

Classes

BaseIntegrationTest
IntegrationTestHelperBinding
The Integration Test Helper has pre-configured methods that allow for faster test deployment for end to end (e2e) test coverage (using Android and iOS platform UIs). The Integration Test Helper is built on top of Flutter's Integration Tests. This approach allows for a cleaner development experience, and less regressions within your apps. Integration Test Helper (or the BaseIntegrationTest class) allows for BlackBox Testing using fixture data as well, and the fixtures currently support JSON data, and can be loaded from anywhere within the project folder.