UNPKG

spectron-test

Version:

Easily test your Electron apps using ChromeDriver and WebdriverIO.

48 lines (47 loc) 1.17 kB
{ "name": "spectron-test", "version": "10.0.0", "description": "Easily test your Electron apps using ChromeDriver and WebdriverIO.", "main": "index.js", "types": "./lib/spectron.d.ts", "scripts": { "lint": "standard", "prepack": "check-for-leaks", "prepush": "check-for-leaks", "pretest": "tslint lib/spectron.d.ts && tsc lib/spectron.d.ts", "test": "mocha && standard" }, "engines": { "node": ">=0.12.4" }, "repository": "https://github.com/electron/spectron", "keywords": [ "electron", "chromedriver", "webdriverio", "selenium" ], "author": "Kevin Sawicki", "license": "MIT", "dependencies": { "dev-null": "^0.1.1", "electron-chromedriver": "^6.0.0", "request": "^2.87.0", "split": "^1.0.0", "webdriverio": "^4.13.0" }, "devDependencies": { "@types/webdriverio": "^4.8.0", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "chai-roughly": "^1.0.0", "check-for-leaks": "^1.0.2", "electron": "^6.0.0", "husky": "^3.0.0", "mocha": "^6.1.4", "standard": "^12.0.1", "temp": "^0.9.0", "tslint": "^5.10.0", "typescript": "^3.5.3" } }