Add --use-mock-keychain to Chrome args (#63)

Bug: https://github.com/dart-lang/sdk/issues/56519

Rolling the Chrome version in Dart CI to 128.0.6613.36
results in a system dialog requesting Chrome to use
the keychain in MacOS. This then results in timeouts due
to it being blocking. Instead, use a mock keychain.
1 file changed
tree: 8585adf8585578c73dd1339ae25c4a8a9de97001
  1. .github/
  2. example/
  3. lib/
  4. test/
  5. .gitignore
  6. analysis_options.yaml
  7. AUTHORS
  8. CHANGELOG.md
  9. LICENSE
  10. pubspec.yaml
  11. README.md
README.md

Dart pub package package publisher

Provides a standardized way to launch web browsers.

Currently, Chrome is the only supported browser; support for other browsers may be added in the future.