Collecting code coverage during the Flutter Driver test(this code uses an approach from the previous story when Flutter Driver connects to an already running application)Oct 7, 2022Oct 7, 2022
Running flutter driver tests with an already running applicationIf you have a complex application often you will need to run your tests within the application that is already staying in some kind of…Sep 19, 20221Sep 19, 20221
Using commands to query flutter driver for widgets states and propertiesIn this story we will use a basic template flutter application to see how flutter driver is used to test that application, what are driver…Apr 5, 2021Apr 5, 2021
Using custom finders and custom commands with flutter driver extension (advanced level)While working with flutter driver extension in the flutter version 1.25 while it still was in beta I noticed two interesting parameters…Mar 14, 2021Mar 14, 2021
Using gestures within data handler function of flutter driver extensionSometimes you need to test event related to mouse movements within your E2E tests. Flutter driver does not provide yet native…Mar 11, 2021Mar 11, 2021
Using browser console to interact with web flutter driver + chrome extension for flutter driverIt sometimes happens to me that my test don’t work as expected. And re-triggering the whole test just to figure out if some finder works…Mar 10, 20211Mar 10, 20211
Flutter testing using flutter driver, part 1I am planning to share my experience about testing flutter apps using flutter driver. We will try to use all the capabilities of the…Mar 9, 2021Mar 9, 2021
How to do widget properties testing in Flutter while you run E2E testsLets take a very generic flutter test of the default flutter application from the basic tutorial…Feb 12, 2021Feb 12, 2021