Support reusable data directory, --user-data-dir and auto-detection of user chrome data directory on Windows
Open
P3
package:webdev
triaged
- Dominant language
- Dart
- Stars
- 224
- Forks
- 94
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 2
Description
We support specifying chrome user data directory via `webdev serve --user-data-dir=` and auto-detection of user chrome data directory on Linux and Mac OS X, but not on Windows (using reusable user data directory has caused flakes in the past). We can investigate if flakes are fixable and add this options for Windows as well.
Related work for other platforms: https://github.com/dart-lang/webdev/issues/1490
Contributor guide
Assessment
This issue has not been assessed yet.