playwright-sniff
Version:
Monitoring library for Playwright that measures action times, catches showstoppers and generates reports
40 lines (39 loc) • 977 B
JSON
{
"name": "playwright-sniff",
"version": "1.1.1",
"description": "Monitoring library for Playwright that measures action times, catches showstoppers and generates reports",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npx tsc",
"prepublishOnly": "npm run build",
"test": "playwright test"
},
"files": [
"dist/"
],
"keywords": [
"playwright",
"monitoring",
"performance",
"sniffing"
],
"author": "Teodor Dobrzyński",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pdobrzynski/playwright-sniff.git"
},
"bugs": {
"url": "https://github.com/pdobrzynski/playwright-sniff/issues"
},
"homepage": "https://github.com/pdobrzynski/playwright-sniff#readme",
"peerDependencies": {
"@playwright/test": ">=1.20.0"
},
"devDependencies": {
"@playwright/test": "^1.52.0",
"@types/node": "^20.8.7",
"typescript": "^5.8.3"
}
}