codeceptjs-testit-reporter
Version:
Plugin for sending CodeceptJS test run reports to TestIT
55 lines (54 loc) • 1.58 kB
JSON
{
"name": "codeceptjs-testit-reporter",
"version": "0.3.2",
"description": "Plugin for sending CodeceptJS test run reports to TestIT",
"main": "dist/index.js",
"types": "dist/types.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"test": "jest",
"build": "tsc",
"lint": "eslint --max-warnings=0 .",
"prepare": "npm run build",
"prepublishOnly": "npm run test && npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexmorez/codeceptjs-testit-reporter.git"
},
"keywords": [
"codeceptjs",
"testit",
"plugin",
"reporter",
"adapter",
"testing",
"end 2 end",
"e2e"
],
"author": "Alexander Utochkin <jusamorez@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/alexmorez/codeceptjs-testit-reporter/issues"
},
"homepage": "https://github.com/alexmorez/codeceptjs-testit-reporter#readme",
"dependencies": {
"codeceptjs": "^3.3.0",
"nanoid": "^3.3.4",
"testit-api-client": "^1.0.5"
},
"devDependencies": {
"@types/jest": "^29.4.4",
"@types/node": "^18.15.3",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"jest": "^29.5.0",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5"
}
}