au2001 / icloud-passwords-firefox

Firefox extension which lets you use your passwords stored on iCloud Keychain®.
https://addons.mozilla.org/en-US/firefox/addon/icloud-passwords/
Apache License 2.0
76 stars 5 forks source link

Write automated tests on popular websites #32

Open au2001 opened 5 months ago

au2001 commented 5 months ago

To make sure the extension does not break because of website changes, a set of automated test could be run on a schedule with GitHub Actions. A list of login forms on somewhat popular websites could be created, with their expected output after auto-filling. An alert could then be raised if any of them fails, in order to be able to react swiftly and keep the extension stable over time.