UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

8 lines (6 loc) 176 B
module.exports = { getCookieUrl: (cookie = {}) => { const prefix = cookie.secure ? 'https://' : 'http://' return prefix + cookie.domain + (cookie.path || '') }, }