• Todd Volkert's avatar
    Add --replay-from argument to Flutter tools (#7146) · 7536404b
    Todd Volkert authored
    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).
    7536404b
Name
Last commit
Last update
.idea Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.analysis_options Loading commit data...
.analysis_options_repo Loading commit data...
.analysis_options_user Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...