Commit 7536404
authored
Add --replay-from argument to Flutter tools (#7146)
This argument will enable mocking of os-layer process invocations,
where the mock behavior will come from replaying a previously-
recorded set of invocations. At the point of process invocation,
the key metadata for the invocation will be looked up in the
recording's manifest, and iff a matching record exists in the
manifest, the process will be mocked out with data derived from
the corresponding recorded process (e.g. stdout, stderr, exit code).1 parent 93e662a commit 7536404
File tree
3 files changed
+462
-78
lines changed- packages/flutter_tools/lib/src
- base
- ios
- runner
3 files changed
+462
-78
lines changed
0 commit comments