mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-08-17 18:25:42 +02:00
17 lines
567 B
JSON
17 lines
567 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, plus an MCP server that hands a Claude Code instance the same Playwright hand to drive the app interactively.",
|
|
"scripts": {
|
|
"test": "playwright test",
|
|
"mcp": "node mcp/electron-mcp.js",
|
|
"mcp:selftest": "node mcp/selftest.js"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "1.49.1"
|
|
}
|
|
}
|