feat(tests): Migrate manual launchers to live_gui fixture and consolidate visual tests

This commit is contained in:
2026-03-02 23:00:09 -05:00
parent b9197a1ea5
commit 6b7cd0a9da
8 changed files with 76 additions and 275 deletions

View File

@@ -42,7 +42,11 @@ files = [
"tests/test_mma_orchestration_gui.py",
"tests/test_headless_verification.py",
"tests/test_tier4_interceptor.py",
"tests/test_conductor_api_hook_integration.py"
"tests/test_conductor_api_hook_integration.py",
"tests/test_visual_mma.py",
"tests/test_visual_orchestration.py",
"tests/test_visual_sim_gui_ux.py",
"tests/test_visual_sim_mma_v2.py"
]
[categories.integrations]