additionalArgs property

String get additionalArgs

Additional parameters passed via --test-args from fastdriver. This is used to extend the capabilities of your tests without the need of modifying fastdriver's code.

Implementation

String get additionalArgs => arguments[testArg];