@chtsinc/ch-playwright-report
Version:
Custom Playwright Reporter that logs test and execution results to MongoDB
62 lines (61 loc) • 1.81 kB
JSON
{
"name": "@chtsinc/ch-playwright-report",
"version": "0.0.6",
"description": "Custom Playwright Reporter that logs test and execution results to MongoDB",
"main": "dist/ch-playwright-reporter.js",
"types": "dist/types/ch-playwright-reporter.d.ts",
"files": [
"/dist",
"!/dist/**/*.js.map"
],
"scripts": {
"prebuild": "npm run clean",
"build": "tsc",
"clean": "rimraf dist",
"clean:build": "npm run clean && npm run build",
"test": "npx playwright test --reporter=./reporting/ch-playwright-reporter.ts",
"prepublishOnly": "npm run build",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://rthomas-chtsinc@bitbucket.org/chts_cloudification/ch-playwright-report.git"
},
"keywords": [
"playwright",
"reporter",
"mongodb",
"test-reporting",
"custom-reporter"
],
"author": "CH Automation Team",
"license": "ISC",
"bugs": {
"url": "https://bitbucket.org/chts_cloudification/ch-playwright-report/issues"
},
"homepage": "https://bitbucket.org/chts_cloudification/ch-playwright-report#readme",
"dependencies": {
"@chtsinc/ch-emailer": "^0.0.2",
"@chtsinc/ch-javascript-sdk": "^0.0.9",
"@chtsinc/ch-logger": "^0.0.2",
"@chtsinc/ch-uploader": "^0.0.2",
"archiver": "^7.0.1",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"dotenv": "^17.2.2",
"mime-types": "^3.0.1",
"uuid": "^13.0.0"
},
"devDependencies": {
"@playwright/test": "^1.52.0",
"@types/archiver": "^6.0.3",
"@types/mime-types": "^3.0.1",
"@types/node": "^24.0.3",
"@types/nodemailer": "^7.0.1",
"rimraf": "^6.0.1",
"typescript": "^5.8.3"
},
"publishConfig": {
"access": "public"
}
}