UNPKG

@theia-extension-tester/mocha-runner

Version:
51 lines (50 loc) 1.41 kB
{ "name": "@theia-extension-tester/mocha-runner", "version": "0.1.2", "description": "Use Mocha to run theia-extension-tester UI tests.", "keywords": [ "mocha", "selenium", "testing", "theia-extension-tester", "webdriver" ], "author": "Marian Lorinc <mlorinc@redhat.com>", "homepage": "https://github.com/mlorinc/theia-extension-tester/tree/master/packages/runner-mocha", "license": "Apache-2.0", "main": "lib/index.js", "types": "lib/index.d.ts", "directories": { "lib": "lib" }, "files": [ "lib" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "prepublish": "yarn run clean && yarn run build", "test": "echo \"Error: run tests from root\" && exit 1", "build": "tsc", "clean": "rimraf lib" }, "repository": { "type": "git", "url": "https://github.com/mlorinc/theia-extension-tester.git", "directory": "packages/runner-mocha" }, "dependencies": { "@theia-extension-tester/base-browser": "^0.1.2", "@theia-extension-tester/locator-loader": "^0.1.1", "@theia-extension-tester/repeat": "^0.1.2", "@theia-extension-tester/theia-element": "^0.1.2", "sanitize-filename": "1.6.3" }, "peerDependencies": { "extension-tester-page-objects": "^0.1.1", "mocha": "^8.2.1" }, "gitHead": "15cfcbcd6bad78b80fba5a1dd164544be91b46ec" }