UNPKG

@nightwatch/nightwatch-inspector

Version:

Nightwatch Inspector that allows you to tests command directly from the browser

61 lines (60 loc) 1.45 kB
{ "name": "@nightwatch/nightwatch-inspector", "version": "3.1.0", "description": "Nightwatch Inspector that allows you to tests command directly from the browser", "main": "index.js", "scripts": { "build": "node preprocessExtension.js", "prepublishOnly": "npm run build", "prepack": "npm run build", "postinstall": "npm run build", "eslint": "eslint index.js src --quiet", "test": "npx nightwatch ./tests --env chrome --headless" }, "publishConfig": { "access": "public" }, "eslintConfig": { "extends": "eslint:recommended", "env": { "browser": false, "node": true }, "rules": { "eqeqeq": "off", "curly": [ "error", "all" ], "quotes": [ "error", "single" ] } }, "repository": { "type": "git", "url": "git+https://github.com/nightwatchjs/nightwatch-selector-playground.git" }, "keywords": [ "nightwatch", "chrome", "selector-playground", "automation", "nightwatch-inspector" ], "author": "Harshit Agrawal", "license": "MIT", "bugs": { "url": "https://github.com/nightwatchjs/nightwatch-selector-playground/issues" }, "homepage": "https://github.com/nightwatchjs/nightwatch-selector-playground#readme", "dependencies": { "archiver": "^7.0.1" }, "devDependencies": { "eslint": "^8.9.0", "http-server": "^14.1.1", "nightwatch": "^3.7.0" } }