playwright-performance
Version:
Playwright plugin for analyzing test flow performance
38 lines (37 loc) • 932 B
JSON
{
"name": "playwright-performance",
"version": "2.0.6",
"description": "Playwright plugin for analyzing test flow performance",
"files": [
"/build/src",
"/build/app.d.ts",
"/resources"
],
"main": "build/app.js",
"scripts": {
"test": "npx playwright test"
},
"keywords": [
"playwright-plugin",
"performance"
],
"author": "Tzur Paldi",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/tzurp/playwright-performance.git"
},
"homepage": "https://github.com/tzurp/playwright-performance#readme",
"bugs": {
"url": "https://github.com/tzurp/playwright-performance/issues"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@types/node": "^22.10.6",
"@types/objects-to-csv": "^1.3.1"
},
"dependencies": {
"app-root-path": "^3.1.0",
"objects-to-csv": "^1.3.6"
}
}