This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Flutter.
Summary
--driver=<path> The test file to run on the host (as opposed to the target file to run on the device). By default, this file has the same base name as the target file, but in the "test_driver/" directory instead, and with "_test" inserted just before the extension, so e.g. if the target is "lib/main.dart", the driver will be "test_driver/main_test.dart".
- Assembly
- Cake
.Flutter .dll - Namespace
- Cake
.Flutter - Containing Type
- FlutterDriveSettings
Syntax
public FilePath Driver { get; set; }
Value
Type | Description |
---|---|
FilePath |