13 lines
377 B
JSON
13 lines
377 B
JSON
{
|
|
"name": "Platform Compatibility Tester",
|
|
"version": "1.0.0",
|
|
"author": "Integration Tester",
|
|
"description": "Test cross-platform compatibility and platform-specific features",
|
|
"entry_point": "plugin.py",
|
|
"plugin_class": "PlatformCompatibilityTester",
|
|
"category": "integration_tests",
|
|
"dependencies": {
|
|
"pip": ["psutil"]
|
|
},
|
|
"min_api_version": "2.0.0"
|
|
} |