Environment: Testcafe 3.6.0
Chrome Version 125.0.6422.112 (Official Build) (64-bit)
on Fedora 40 and AlmaLinux 8
What command line parameters can I pass to Chrome, or perhaps by using the Runner config object https://testcafe.io/documentation/402661/reference/testcafe-api/runner/browsers (which just passes command line params to the browser), to turn off the “Check your saved passwords” and “Save password?” popups that Chrome shows?
I am using generic test credentials with an easily guessed password, but we do not care about that because it’s in a local test environment. As a workaround I can change the password being used to be more secure but it would be nice to simply disable these security popups while running unit tests against our website.
I’m not sure if they are interfering with our test, but they are very annoying to have on the screen while the test is running.
The closest I’ve found on the web is this post from 2020 which advises going into the Settings page and unchecking an option https://support.google.com/chrome/thread/71768454/check-your-passwords-popup-how-do-i-stop-it-on-windows?hl=en