playwright-performance
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "playwright-performance", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Playwright plugin for analyzing test flow performance", | ||
"files": [ | ||
"/build/src", | ||
"/build/app.d.ts" | ||
"/build/app.d.ts", | ||
"/resources" | ||
], | ||
"main": "build/app.js", | ||
"scripts": {"test": "npx playwright test"}, | ||
"scripts": { | ||
"test": "npx playwright test" | ||
}, | ||
"keywords": [ | ||
@@ -12,0 +15,0 @@ "playwright-plugin", |
42680
33