@trunkio/trunk-playwright-reporter
Version:
A custom reporter for Playwright.
38 lines • 862 B
JSON
{
"name": "@trunkio/trunk-playwright-reporter",
"description": "A custom reporter for Playwright.",
"keywords": [
"playwright",
"reporter",
"trunk"
],
"homepage": "https://trunk.io",
"bugs": "https://github.com/ttrunk-io/trunk-playwright-reporter/issues",
"license": "MIT",
"version": "1.0.0-beta.9",
"repository": {
"type": "git",
"url": "https://github.com/trunk-io/trunk-playwright-reporter.git"
},
"author": "Trunk.io",
"module": "./reporter.js",
"main": "./reporter.js",
"exports": {
".": {
"import": "./reporter.js",
"require": "./reporter.js"
}
},
"type": "module",
"peerDependencies": {
"@playwright/test": "^1.38.0",
"typescript": "^5"
},
"dependencies": {
"junit-report-builder": "^5.1.1"
},
"publishConfig": {
"access": "public",
"tag": "beta"
}
}