{
"name": "assay-engine-e2e",
"private": true,
"version": "0.0.0",
"description": "End-to-end browser tests for the assay-engine console + auth console + cross-console nav strip. Run with `npm install && npx playwright install chromium && npx playwright test` from this directory after starting an engine with the fixture config.",
"scripts": {
"test": "playwright test",
"test:headed": "playwright test --headed"
},
"devDependencies": {
"@playwright/test": "^1.59.1",
"@types/node": "^25.0.0"
}
}