18 lines
640 B
JSON
18 lines
640 B
JSON
{
|
|
"id": "event_bus_test",
|
|
"name": "Event Bus Test",
|
|
"version": "1.0.0",
|
|
"description": "Tests Event Bus pub/sub functionality: subscriptions, publishing, message delivery",
|
|
"author": "Test Suite",
|
|
"entry_point": "plugin.py",
|
|
"category": "test",
|
|
"tags": ["test", "eventbus", "pubsub", "messaging"],
|
|
"min_api_version": "2.2.0",
|
|
"permissions": ["events", "notifications", "widgets"],
|
|
"test_metadata": {
|
|
"test_type": "messaging",
|
|
"apis_tested": ["PluginAPI (EventBus)"],
|
|
"features": ["subscribe", "unsubscribe", "publish", "filter", "async"],
|
|
"automated": true
|
|
}
|
|
} |