Open
Description
When I use dart test
with tests that run in Chrome, there is some desktop config on my Linux workstation that causes problems: I get a "please enter password to unlock keyring" popup. I can click "cancel" and the test proceeds as expected, but this is obviously not ideal :)
Example: "dart test" in the "_test" folder in the package:build repo.
There is a Chrome flag that turns this off
--password-store=basic
which stops Chrome from trying to load the desktop password store at all.
Would it make sense to use this always when launching Chrome for tests?