UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

14 lines (10 loc) 151 B
const set = (key, val) => { return process.env[key] = val } const get = (key) => { return process.env[key] } module.exports = { set, get, }