MCPcopy
hub / github.com/vercel/chatbot / generateRandomTestUser

Function generateRandomTestUser

tests/helpers.ts:73–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72
73export function generateRandomTestUser() {
74 const email = `test-${getUnixTime(new Date())}@playwright.com`;
75 const password = generateId();
76
77 return {
78 email,
79 password,
80 };
81}

Callers 1

session.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…