UNPKG

aft-mocha-reporter

Version:

Automated Functional Testing (AFT) Reporter for use with Mocha Test Framework

55 lines (54 loc) 1.64 kB
{ "name": "aft-mocha-reporter", "version": "12.1.1", "description": "Automated Functional Testing (AFT) Reporter for use with Mocha Test Framework", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", "scripts": { "clean": "rimraf ./dist && rimraf ./logs && rimraf ./FileSystemMap && rimraf ./testresults.html", "build": "npm run lint && npm run clean && tsc --build", "lint": "npx eslint --fix ./src --ext .ts", "test": "npm run build && npx mocha", "coverage": "npm run build && nyc npx mocha" }, "repository": { "type": "git", "url": "git+https://github.com/bicarbon8/automated-functional-testing.git" }, "keywords": [ "aft", "functional", "automation", "e2e", "integration", "mocha", "reporter" ], "author": "Jason Holt Smith <bicarbon8@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/bicarbon8/automated-functional-testing/issues" }, "homepage": "https://github.com/bicarbon8/automated-functional-testing#readme", "dependencies": { "aft-core": "^12.1.1", "mocha": "^10.3.0" }, "devDependencies": { "@types/mocha": "^10.0.6", "@types/node": "^20.11.30", "@types/sinon": "^10.0.20", "@typescript-eslint/eslint-plugin": "^7.4.0", "@typescript-eslint/parser": "^7.4.0", "aft-reporting-filesystem": "^12.1.1", "aft-reporting-html": "^12.1.1", "chai": "^4.4.1", "eslint": "^8.57.0", "nyc": "^15.1.0", "rimraf": "^5.0.1", "sinon": "^15.2.0", "ts-node": "^10.9.2", "typescript": "^5.1.6" }, "gitHead": "07e29bfa73df85323bd4c60d45b334836885940f" }