{ "name": "buckets-e2e", "private": true, "packageManager": "npm@11.17.0", "description": "Playwright end-to-end smoke tests. Runs in the `playwright` compose service (browsers preinstalled) against the live stack, targeting frontend:5173. NOTE: @playwright/test version must match the image tag in compose.override.yaml.", "type": "module", "scripts": { "test": "playwright test", "test:headed": "playwright test --headed" }, "devDependencies": { "@playwright/test": "1.49.0" } }