commit | 8b1dbdbb4d910ab969114673d46f1a5d49a3237f | [log] [tgz] |
---|---|---|
author | Anna Gringauze <annagrin@google.com> | Fri Jan 21 11:30:18 2022 -0800 |
committer | GitHub <noreply@github.com> | Fri Jan 21 11:30:18 2022 -0800 |
tree | f831f84985d0eb068f88673ba23acd65646c2437 | |
parent | 61512c1876ca163ff0d6f27888f417adcdd27d09 [diff] |
Allow signing into default profile and enabling extensions (#29) * Allow signing into default profile and enabling extensions - Add `signIn` argument to `startWithDebugPort` API. - Add tests. Related: https://github.com/dart-lang/webdev/issues/1490 * Addressed CR comments, fixed test failure * Addressed more CR comments * Addressed CR comments, fixed test flake * Create tem dir for eacch test, better flake fix * Make closing chrome on each test explicit