UNPKG

webdriver-reuse-session

Version:

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

48 lines (47 loc) 1.23 kB
{ "name": "webdriver-reuse-session", "version": "0.1.2", "description": "Manage Webdriver sessions and make sessions id's available for e.g. Protractor and other TDD and BBD tools", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": "./bin/webdriver-reuse-session.js", "url": "https://andreasmarkussen.github.io/webdriver-reuse-session/", "scripts": { "test": "mocha", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/andreasmarkussen/webdriver-reuse-session.git" }, "keywords": [ "Webdriver", "selenium", "reuse", "session", "session", "id", "BDD", "TDD", "Test", "Automation", "optimization", "faster", "tests" ], "author": "Andreas Markussen <andreas@markussen.dk>", "license": "MIT", "bugs": { "url": "https://github.com/andreasmarkussen/webdriver-reuse-session/issues" }, "homepage": "https://github.com/andreasmarkussen/webdriver-reuse-session#readme", "dependencies": { "axios": "^0.26.1" }, "devDependencies": { "@types/node": "^17.0.23", "chai": "^4.3.6", "mocha": "^9.2.2", "typescript": "^4.6.3" } }