Files
openswarm/e2e/package.json
T

12 lines
306 B
JSON

{
"name": "openswarm-e2e",
"private": true,
"description": "Cross-platform end-to-end tests that drive the PACKAGED OpenSwarm desktop app (Electron) on macOS and Windows via Playwright.",
"scripts": {
"test": "playwright test"
},
"devDependencies": {
"@playwright/test": "1.49.1"
}
}