fast_flutter_driver_tool library

Classes

BaseConfiguration
Base configuration that will be passed from tests to the application
Colorize
Resolution
Specifies in what resolution the application should be run.
System
TestPlatformEx
Extension method to make converting String to TestPlatform easier.
TestProperties
Properties that are passed to the tests from command line

Enums

Styles
TestPlatform
UI platform for the application

Extensions

TestPlatformEnum on TestPlatform
Extension method to make converting TestPlatform to String easier

Properties

linuxOverride bool?
Used to override behavior of System.isLinux
getter/setter pair
macOsOverride bool?
Used to override behavior of System.isMacOS
getter/setter pair
testParameters ↔ ArgParser
Parameter parser that parses arguments that were passed from command line to Flutter Driver tests
getter/setter pair
windowsOverride bool?
Used to override behavior of System.isWindows
getter/setter pair