EU-Utility/plugins/test_suite/api_comprehensive_test/manifest.json

18 lines
715 B
JSON

{
"id": "api_comprehensive_test",
"name": "API Comprehensive Test",
"version": "1.0.0",
"description": "Comprehensive test suite for all PluginAPI, WidgetAPI, and ExternalAPI methods",
"author": "Test Suite",
"entry_point": "plugin.py",
"category": "test",
"tags": ["test", "api", "comprehensive"],
"min_api_version": "2.2.0",
"permissions": ["log", "window", "ocr", "screenshot", "nexus", "http", "audio", "notifications", "clipboard", "events", "data", "tasks", "widgets", "external"],
"test_metadata": {
"test_type": "comprehensive",
"apis_tested": ["PluginAPI", "WidgetAPI", "ExternalAPI"],
"total_tests": 60,
"automated": true
}
}