UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

14 lines (11 loc) 198 B
const random = require('randomstring') // return a random id const id = (length = 5) => { return random.generate({ length, capitalization: 'lowercase', }) } module.exports = { id, }