UNPKG

@chtsinc/ch-playwright-report

Version:

Custom Playwright Reporter that logs test and execution results to MongoDB

60 lines (59 loc) 1.75 kB
{ "name": "@chtsinc/ch-playwright-report", "version": "0.0.3", "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.8", "@chtsinc/ch-logger": "^0.0.2", "@chtsinc/ch-uploader": "^0.0.1", "date-fns": "^4.1.0", "date-fns-tz": "^3.2.0", "dotenv": "^16.5.0", "mime-types": "^3.0.1", "uuid": "^11.1.0" }, "devDependencies": { "@playwright/test": "^1.52.0", "@types/mime-types": "^3.0.1", "@types/node": "^24.0.3", "@types/nodemailer": "^6.4.17", "rimraf": "^6.0.1", "typescript": "^5.8.3" }, "publishConfig": { "access": "public" } }