18 lines
557 B
JSON
18 lines
557 B
JSON
{
|
|
"id": "widget_stress_test",
|
|
"name": "Widget Stress Test",
|
|
"version": "1.0.0",
|
|
"description": "Stress tests widget creation, management, and layout operations with multiple widgets",
|
|
"author": "Test Suite",
|
|
"entry_point": "plugin.py",
|
|
"category": "test",
|
|
"tags": ["test", "widget", "stress", "performance"],
|
|
"min_api_version": "2.2.0",
|
|
"permissions": ["widgets"],
|
|
"test_metadata": {
|
|
"test_type": "stress",
|
|
"apis_tested": ["WidgetAPI"],
|
|
"max_widgets": 50,
|
|
"automated": true
|
|
}
|
|
} |