mocha-headless-chrome
Version:
Run client-side mocha tests in the command line through headless Chrome
44 lines (43 loc) • 1.23 kB
JSON
{
"name": "mocha-headless-chrome",
"version": "5.1.0",
"description": "Run client-side mocha tests in the command line through headless Chrome",
"main": "./lib/runner.js",
"typings": "./lib/runner.d.ts",
"bin": "./bin/start",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"test": "node lib/cli -f ./example/example-page.html -o ./result/result.json -c ./result/coverage.json -w 801 -H 501 -a incognito",
"ts": "tsc ./example/example.ts && node ./example/example.js",
"help": "node lib/cli -h"
},
"repository": {
"type": "git",
"url": "git+https://github.com/direct-adv-interfaces/mocha-headless-chrome.git"
},
"keywords": [
"mocha",
"tests",
"puppeteer",
"headless-chrome"
],
"author": "dima117a@gmail.com",
"license": "MIT",
"types": "./runner.d.ts",
"bugs": {
"url": "https://github.com/direct-adv-interfaces/mocha-headless-chrome/issues"
},
"homepage": "https://github.com/direct-adv-interfaces/mocha-headless-chrome#readme",
"dependencies": {
"args": "^5.0.1",
"puppeteer": "^24.3.0"
},
"devDependencies": {
"chai": "^4.5.0",
"mocha": "^11.1.0",
"mocha-teamcity-reporter": "^4.2.0",
"typescript": "^5.9.2"
}
}