UNPKG

webdriver-reuse-session

Version:

Manage Webdriver sessions and make sessions id's available for e.g. Protractor and other TDD and BBD tools

18 lines (17 loc) 426 B
{ "name": "webdriver-reuse-session-example", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "postinstall": "webdriver-manager update", "start-reuse": "webdriver-reuse-session start", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "webdriver-manager": "^12.1.8", "webdriver-reuse-session": "0.0.3" } }