UNPKG

dce-selenium

Version:

Selenium library to simplify testing and automatically snapshot the DOM.

45 lines (44 loc) 1.19 kB
{ "name": "dce-selenium", "version": "1.0.59", "description": "Selenium library to simplify testing and automatically snapshot the DOM.", "main": "index.js", "scripts": { "selenium": "node ./node_modules/dce-selenium/run" }, "repository": { "type": "git", "url": "git+https://github.com/harvard-edtech/dce-selenium.git" }, "keywords": [ "DCE", "Selenium", "Testing" ], "author": "Gabriel Abrams <gabeabrams@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/harvard-edtech/dce-selenium/issues" }, "homepage": "https://github.com/harvard-edtech/dce-selenium#readme", "dependencies": { "chromedriver": "^88.0.0", "ejs": "^3.1.5", "express": "^4.17.1", "fs": "0.0.1-security", "geckodriver": "^1.22.1", "prompt-sync": "^4.2.0", "query-string": "^6.13.8", "selenium-webdriver": "^4.0.0-alpha.8", "shelljs": "^0.8.4" }, "devDependencies": { "child_process": "^1.0.2", "eslint": "^6.8.0", "eslint-config-airbnb": "^18.2.1", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.22.0", "mocha": "^6.2.3" } }