UNPKG

cucumber-protractor

Version:

POM CukeTractor - Bootstrap your cucumber tests with cucumber, protractor and a structured way of creating page objects and component objects

9 lines (8 loc) 187 B
module.exports = function setCookie(name, value) { return browser.manage().addCookie({ name, value, path: '/', expiry: new Date(Date.now() + (10 * 60 * 1000)), }); };