{ "name": "ipx-ui-tests", "private": true, "description": "Browser tests for the ipx web UI. The Rust tests cover the server; these cover the page.", "scripts": { "test": "playwright test", "test:headed": "playwright test --headed", "smoke": "node tests/page-smoke.js" }, "devDependencies": { "@playwright/test": "^1.56.0" } }