Skip to content

Instantly share code, notes, and snippets.

@PsyGik
Last active June 12, 2023 16:20
Show Gist options
  • Save PsyGik/e942a70515e5c3548af6e82639b75f18 to your computer and use it in GitHub Desktop.
Save PsyGik/e942a70515e5c3548af6e82639b75f18 to your computer and use it in GitHub Desktop.
Testing Form auto-fills using bookmarklets
import { faker } from 'https://cdn.skypack.dev/@faker-js/faker';
// Caitlyn Kerluke
const randomName = faker.person.fullName();
// [email protected]
const randomEmail = faker.internet.email();
console.log(randomName,randomEmail)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment