{ "name": "docuseal-playwright", "private": true, "version": "0.0.0", "description": "Playwright end-to-end tests for DocuSeal fork features", "scripts": { "test": "playwright test", "test:headed": "playwright test --headed", "test:ui": "playwright test --ui", "install:browsers": "playwright install --with-deps chromium" }, "devDependencies": { "@playwright/test": "^1.47.0" } }