{
"name": "perf-sentinel-browser-tests",
"private": true,
"version": "0.0.0",
"description": "Playwright smoke suite for the perf-sentinel HTML dashboard",
"scripts": {
"test": "playwright test",
"demo": "rm -rf demo-videos && playwright test --config playwright.demo.config.ts && bash demo/build-gif.sh"
},
"devDependencies": {
"@playwright/test": "^1.50.0",
"@types/node": "^24.12.2",
"http-server": "^14.1.1"
}
}