18 lines
641 B
JSON
18 lines
641 B
JSON
{
|
|
"id": "external_integration_test",
|
|
"name": "External Integration Test",
|
|
"version": "1.0.0",
|
|
"description": "Tests ExternalAPI features: REST server, webhooks, authentication, and IPC",
|
|
"author": "Test Suite",
|
|
"entry_point": "plugin.py",
|
|
"category": "test",
|
|
"tags": ["test", "external", "rest", "webhook", "integration"],
|
|
"min_api_version": "2.2.0",
|
|
"permissions": ["external", "http", "notifications"],
|
|
"test_metadata": {
|
|
"test_type": "integration",
|
|
"apis_tested": ["ExternalAPI"],
|
|
"features": ["REST", "webhooks", "auth", "IPC", "SSE"],
|
|
"automated": true
|
|
}
|
|
} |