websteps
Version:
End-to-end web testing on top of Chrome Debugging Protocol
39 lines (38 loc) • 900 B
JSON
{
"name": "websteps",
"version": "0.2.1",
"description": " End-to-end web testing on top of Chrome Debugging Protocol",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/larsthorup/node-websteps.git"
},
"keywords": [
"testing",
"end-to-end",
"acceptance",
"integration",
"chrome",
"chrome-debugging-protocol",
"cdp"
],
"author": "Lars Thorup <lars@zealake.com> (http://github.com/larsthorup)",
"license": "MIT",
"bugs": {
"url": "https://github.com/larsthorup/node-websteps/issues"
},
"homepage": "https://github.com/larsthorup/node-websteps#readme",
"dependencies": {
"chrome-remote-interface": "^0.32.2"
},
"files": [
"index.js"
],
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^10.2.0"
},
"scripts": {
"test": "mocha"
}
}