mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-08-23 21:12:22 +02:00
12 lines
306 B
JSON
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"
|
|
}
|
|
}
|