{ "name": "novalon-manage-e2e-tests", "version": "1.0.0", "description": "E2E tests for Novalon Manage System", "scripts": { "test": "playwright test", "test:headed": "playwright test --headed", "test:debug": "playwright test --debug", "test:ui": "playwright test --ui", "test:report": "playwright show-report", "install:browsers": "playwright install --with-deps" }, "devDependencies": { "@playwright/test": "^1.40.0", "@types/node": "^20.10.0", "typescript": "^5.3.0" } }