UNPKG

testbeats

Version:

Publish test results to Microsoft Teams, Google Chat, Slack and InfluxDB

74 lines (73 loc) 1.63 kB
{ "name": "testbeats", "version": "2.2.8", "description": "Publish test results to Microsoft Teams, Google Chat, Slack and InfluxDB", "main": "src/index.js", "types": "./src/index.d.ts", "bin": { "testbeats": "src/cli.js" }, "files": [ "/src" ], "scripts": { "test": "c8 mocha test --reporter mocha-multi-reporters --reporter-options configFile=mocha.report.json", "build": "pkg --out-path dist ." }, "repository": { "type": "git", "url": "git+https://github.com/test-results-reporter/testbeats.git" }, "keywords": [ "test", "results", "publish", "report", "microsoft teams", "teams", "slack", "influx", "influxdb", "junit", "mocha", "cucumber", "testng", "xunit", "reportportal", "google chat", "chat", "percy", "jmeter" ], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/test-results-reporter/testbeats/issues" }, "homepage": "https://testbeats.com", "dependencies": { "async-retry": "^1.3.3", "dotenv": "^16.4.5", "form-data-lite": "^1.0.3", "influxdb-lite": "^1.0.0", "performance-results-parser": "latest", "phin-retry": "^1.0.3", "pretty-ms": "^7.0.1", "prompts": "^2.4.2", "rosters": "0.0.1", "sade": "^1.8.1", "test-results-parser": "0.2.8" }, "devDependencies": { "c8": "^10.1.2", "mocha": "^10.7.3", "mocha-junit-reporter": "^2.2.1", "mocha-multi-reporters": "^1.5.1", "pactum": "^3.7.1", "pkg": "^5.8.1" }, "engines": { "node": ">=14.0.0" }, "engineStrict": true }