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
--[no-]keep-app-running Will keep the Flutter application running when done testing. By default, "flutter drive" stops the application after tests are finished, and --keep-app-running overrides this. On the other hand, if --use-existing-app is specified, then "flutter drive" instead defaults to leaving the application running, and --no-keep-app-running overrides it.
- Assembly
- Cake
.Flutter .dll - Namespace
- Cake
.Flutter - Containing Type
- FlutterDriveSettings
Syntax
public Nullable<bool> KeepAppRunning { get; set; }
Value
Type | Description |
---|---|
Nullable |