playwright-feature-reporter
Version:
Custom Playwright reporter that generates a Markdown file documenting app features based on test cases
50 lines (49 loc) • 1.28 kB
JSON
{
"name": "playwright-feature-reporter",
"version": "2.5.1",
"description": "Custom Playwright reporter that generates a Markdown file documenting app features based on test cases",
"author": "Roy Klein",
"license": "Apache-2.0",
"keywords": [
"playwright",
"custom",
"reporter",
"markdown"
],
"homepage": "https://github.com/royk/playwright-feature-reporter#readme",
"bugs": {
"url": "https://github.com/royk/playwright-feature-reporter/issues"
},
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/royk/playwright-feature-reporter.git"
},
"scripts": {
"build": "tsc",
"test": "npx playwright test",
"release": "release-it"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@playwright/test": "1.48.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.5.3",
"@types/sinon": "^17.0.3",
"eslint": "^9.13.0",
"release-it": "^17.9.0",
"sinon": "^19.0.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0"
},
"type": "module",
"release-it": {
"$schema": "https://unpkg.com/release-it/schema/release-it.json",
"github": {
"release": true
}
},
"dependencies": {
"x-feature-reporter": "^3.2.0"
}
}