{
"name": "oip-e2e-tests",
"version": "0.1.0",
"description": "End-to-end tests for OIP - Organizational Intelligence Plugin",
"private": true,
"scripts": {
"test": "playwright test",
"test:headed": "playwright test --headed",
"test:debug": "playwright test --debug",
"test:ui": "playwright test --ui",
"test:chromium": "playwright test --project=chromium",
"test:firefox": "playwright test --project=firefox",
"test:webkit": "playwright test --project=webkit",
"report": "playwright show-report",
"codegen": "playwright codegen http://localhost:7777/"
},
"devDependencies": {
"@playwright/test": "^1.48.0",
"@types/node": "^22.0.0"
},
"engines": {
"node": ">=18.0.0"
}
}