- Implement test script for new SAG module endpoints BE-003 (Tag State Management) and BE-004 (Bulk Operations). - Create test cases for creating, updating, and bulk operations on cases and tags. - Add a test for module deactivation to ensure data integrity is maintained. - Include setup and teardown for tests to clear database state before and after each test.
19 lines
341 B
JSON
19 lines
341 B
JSON
{
|
|
"name": "solution",
|
|
"version": "1.0.0",
|
|
"description": "Løsning",
|
|
"author": "BMC Networks",
|
|
"enabled": false,
|
|
"dependencies": [],
|
|
"table_prefix": "solution_",
|
|
"api_prefix": "/api/v1/solution",
|
|
"tags": [
|
|
"Solution"
|
|
],
|
|
"config": {
|
|
"safety_switches": {
|
|
"read_only": true,
|
|
"dry_run": true
|
|
}
|
|
}
|
|
} |