targetAppWorkingDirectory property

String? targetAppWorkingDirectory
getter/setter pair

Option to define the working directory for the process that runs the app under test (optional) Handy if your app is separated from your tests as flutter needs to be able to find a pubspec file

Implementation

String? targetAppWorkingDirectory;