UNPKG

testable-playwright-test

Version:

Playwright fixture to run your tests against Testable Cloud

5 lines (4 loc) 143 B
const { randomBytes } = require('crypto'); module.exports = async () => { process.env.TESTABLE_TEST_ID = randomBytes(16).toString('hex'); };