vibe coded maxx

This commit is contained in:
2026-05-22 13:46:02 +02:00
parent 8f7f14c95b
commit 8feb88dfa6
9 changed files with 787 additions and 17 deletions
+49 -1
View File
@@ -291,6 +291,30 @@
"label": "Test Data",
"value": "Clean test tenant or lab PBX instance (recommended isolated environment)"
}
],
"fullyAutomated": true,
"implementationNotes": "Use Playwright to navigate the admin portal downloads section and locate release notes documents. Extract text and write to a local file.",
"codeSteps": [
{
"stepName": "Open admin portal or repository URL in browser context",
"actionKey": "open_admin_portal",
"params": {}
},
{
"stepName": "Navigate to the download / documentation portal",
"actionKey": "navigate_to_downloads_portal",
"params": {}
},
{
"stepName": "Search or locate the relevant file/link by filename pattern",
"actionKey": "search_for_document",
"params": { "pattern": "release-notes" }
},
{
"stepName": "Assert presence and visibility of the expected document",
"actionKey": "assert_document_visible",
"params": { "pattern": "release-notes" }
}
]
},
{
@@ -419,10 +443,34 @@
"label": "Credentials",
"value": "Admin user with sufficient privileges (portal + SSH where needed)"
},
{
{
"label": "Test Data",
"value": "Clean test tenant or lab PBX instance (recommended isolated environment)"
}
],
"fullyAutomated": true,
"implementationNotes": "Similar to release notes extraction but targets CLI command changes in the documentation.",
"codeSteps": [
{
"stepName": "Open admin portal or repository URL in browser context",
"actionKey": "open_admin_portal",
"params": {}
},
{
"stepName": "Navigate to the download / documentation portal",
"actionKey": "navigate_to_downloads_portal",
"params": {}
},
{
"stepName": "Search or locate the relevant file/link by filename pattern",
"actionKey": "search_for_document",
"params": { "pattern": "cli-configuration" }
},
{
"stepName": "Assert presence and visibility of the expected document",
"actionKey": "assert_document_visible",
"params": { "pattern": "cli-configuration" }
}
]
},
{