hey all,
got tired of typing test@test.com and john doe into the same forms while doing manual testing, so i built a little browser extension called SupaFill - https://supafill.github.io/
sharing in case it helps you too. free, no account, runs fully offline
what it does: one click fills every field on a page with realistic fake data (names, emails, phones, addresses, dropdowns, radios, checkboxes).
why it’s handy for qa:
- consistent personas, so first name + last name + email all match the same fake person
- multi person forms (like booker + guests) get a different persona each
- 10 locales for localization testing
- custom rules + templates like
user+{{random4}}@company.comcompany.com - ignore fields like captcha/csrf
- works in iframes and with react/vue/angular inputs
how to use:
- toolbar icon, or
ctrl+shift+eto fill /ctrl+shift+lto clear - right click to fill a single field or just one form
install:
- chrome/edge/brave:
- firefox:
everything is generated locally, no tracking or analytics
would love feedback on what flows you’d want supported. thanks!