playwright-custom-reporter
Version:
A custom Playwright reporter.
20 lines (19 loc) • 410 B
JSON
{
"name": "playwright-custom-reporter",
"version": "1.1.1",
"main": "custom-reporter.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"playwright",
"reporter",
"custom-reporter"
],
"author": "Veljko V.",
"license": "MIT",
"description": "A custom Playwright reporter.",
"peerDependencies": {
"@playwright/test": "^1.49.1"
}
}