.gitignore
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
VALIDACIONES_DISPONIBLES.md
azure_devops_config.json
check_env.py
consolidate_job_simple.yaml
debug_screenshot_config.py
diagnose_full_screenshot.py
diagnose_screenshot_issue.py
extract_spanish_steps.py
extract_validation_steps.py
jira_config.json
publish_to_pypi.py
pyproject.toml
requirements-full.txt
requirements.txt
setup.py
test_during_behave.py
test_screenshot_real.py
verify_before_publish.py
.github/workflows/hakalab-ci.yml
.kiro/README.md
.kiro/api-reference.md
.kiro/architecture.md
.kiro/development-guide.md
.kiro/project-overview.md
.kiro/troubleshooting.md
.kiro/user-guide.md
.kiro/analysis/cleanup_error_investigation.md
.kiro/analysis/final_diagnosis.md
.kiro/analysis/problem_reproduction.md
.kiro/analysis/root_cause_analysis.md
.kiro/analysis/screenshot_investigation.md
.kiro/cleanup/files_to_remove.md
.kiro/summary/complete_analysis_and_solutions.md
.kiro/test_project/requirements.txt
.kiro/test_project/runner.py
.kiro/test_project/features/demo.feature
.kiro/test_project/features/environment.py
.kiro/test_project/features/steps/__init__.py
features/steps/ejemplo_correcto.py
framework/features/__init__.py
framework/features/test_de_navegacin_bsica.feature
framework/features/steps/__init__.py
framework/features/steps/test_de_navegacin_bsica_steps.py
framework/helper/pages/__init__.py
framework/helper/pages/page_test_de_navegacin_bsica.py
haka_playwright_engine.egg-info/PKG-INFO
haka_playwright_engine.egg-info/SOURCES.txt
haka_playwright_engine.egg-info/dependency_links.txt
haka_playwright_engine.egg-info/entry_points.txt
haka_playwright_engine.egg-info/requires.txt
haka_playwright_engine.egg-info/top_level.txt
hakalab_framework/__init__.py
hakalab_framework/__main__.py
hakalab_framework/behave_plugin.py
hakalab_framework/cli.py
hakalab_framework/cli_html_report.py
hakalab_framework/cli_unified_report.py
hakalab_framework/generate_unified_report.py
hakalab_framework/merge_reports.py
hakalab_framework/core/__init__.py
hakalab_framework/core/ai_report_generator.py
hakalab_framework/core/appium_manager.py
hakalab_framework/core/auto_installer.py
hakalab_framework/core/azure_devops_config_manager.py
hakalab_framework/core/azure_devops_manager.py
hakalab_framework/core/behave_html_integration.py
hakalab_framework/core/context_helpers.py
hakalab_framework/core/cucumber_report_merger.py
hakalab_framework/core/data_snapshot_manager.py
hakalab_framework/core/database_manager.py
hakalab_framework/core/desktop_manager.py
hakalab_framework/core/element_locator.py
hakalab_framework/core/environment_config.py
hakalab_framework/core/html_reporter.py
hakalab_framework/core/jira_config_manager.py
hakalab_framework/core/ocr_manager.py
hakalab_framework/core/ocr_manager_demo.py
hakalab_framework/core/ocr_manager_simple.py
hakalab_framework/core/parallelization.py
hakalab_framework/core/parallelization_manager.py
hakalab_framework/core/report_generator.py
hakalab_framework/core/report_merger.py
hakalab_framework/core/scenario_retry_runner.py
hakalab_framework/core/screenshot_manager.py
hakalab_framework/core/soft_assertion_hooks.py
hakalab_framework/core/soft_assertions.py
hakalab_framework/core/step_suggester.py
hakalab_framework/core/unified_report_generator.py
hakalab_framework/core/variable_manager.py
hakalab_framework/core/video_manager.py
hakalab_framework/documentacion/GUIA_COMPLETA_FRAMEWORK.md
hakalab_framework/documentacion/INVENTARIO_COMPLETO_PASOS.md
hakalab_framework/documentacion/INVENTARIO_VALIDACIONES_PASOS.md
hakalab_framework/examples/.env.azure_devops_example
hakalab_framework/examples/.env.example
hakalab_framework/examples/README_EXAMPLES.txt
hakalab_framework/examples/api_testing_advanced_example.feature
hakalab_framework/examples/api_testing_complete_example.feature
hakalab_framework/examples/appium_mobile_example.feature
hakalab_framework/examples/azure_devops_integration_example.feature
hakalab_framework/examples/desktop_automation_example.feature
hakalab_framework/examples/ejemplo_jira_auto_issue.feature
hakalab_framework/examples/environment_simple_with_azure.py
hakalab_framework/examples/gemini_advanced_testing_example.feature
hakalab_framework/examples/gemini_api_integration_example.feature
hakalab_framework/examples/gemini_evaluation_example.feature
hakalab_framework/examples/gemini_generate_answers_example.feature
hakalab_framework/examples/gemini_technical_docs_example.feature
hakalab_framework/examples/html_report_example.py
hakalab_framework/examples/jira_config_example.feature
hakalab_framework/examples/mi_prompt_juez_ejemplo.txt
hakalab_framework/examples/prompt_juez_por_defecto.txt
hakalab_framework/examples/rag_supabase_gemini_example.feature
hakalab_framework/examples/semantic_advanced_example.feature
hakalab_framework/examples/semantic_nlp_example.feature
hakalab_framework/examples/semantic_validation_example.feature
hakalab_framework/examples/soft_assertions_example.feature
hakalab_framework/examples/supabase_vector_example.feature
hakalab_framework/examples/test_stealth_mode.py
hakalab_framework/examples/vectorize_documents_supabase.py
hakalab_framework/examples/context/customer_service_rules.txt
hakalab_framework/integrations/__init__.py
hakalab_framework/integrations/behave_hooks.py
hakalab_framework/integrations/jira_integration.py
hakalab_framework/integrations/xray_integration.py
hakalab_framework/plugins/__init__.py
hakalab_framework/plugins/ai_report_plugin.py
hakalab_framework/plugins/azure_devops_plugin.py
hakalab_framework/plugins/base_plugin.py
hakalab_framework/plugins/html_report_plugin.py
hakalab_framework/plugins/jira_config_plugin.py
hakalab_framework/plugins/jira_xray_plugin.py
hakalab_framework/plugins/plugin_manager.py
hakalab_framework/plugins/screenshot_plugin.py
hakalab_framework/plugins/soft_assertions_plugin.py
hakalab_framework/steps/__init__.py
hakalab_framework/steps/accessibility_steps.py
hakalab_framework/steps/advanced_input_steps.py
hakalab_framework/steps/advanced_steps.py
hakalab_framework/steps/api_json_validation_steps.py
hakalab_framework/steps/api_testing_steps.py
hakalab_framework/steps/appium_steps.py
hakalab_framework/steps/assertion_steps.py
hakalab_framework/steps/browser_advanced_config_steps.py
hakalab_framework/steps/browser_control_steps.py
hakalab_framework/steps/combobox_steps.py
hakalab_framework/steps/combobox_validation_steps.py
hakalab_framework/steps/csv_file_steps.py
hakalab_framework/steps/data_extraction_steps.py
hakalab_framework/steps/database_steps.py
hakalab_framework/steps/desktop_steps.py
hakalab_framework/steps/drag_drop_steps.py
hakalab_framework/steps/email_steps.py
hakalab_framework/steps/environment_steps.py
hakalab_framework/steps/file_steps.py
hakalab_framework/steps/form_handling_steps.py
hakalab_framework/steps/genai_advanced_steps.py
hakalab_framework/steps/genai_evaluation_steps.py
hakalab_framework/steps/iframe_steps.py
hakalab_framework/steps/interaction_steps.py
hakalab_framework/steps/jira_config_steps.py
hakalab_framework/steps/jira_xray_steps.py
hakalab_framework/steps/keyboard_mouse_steps.py
hakalab_framework/steps/modal_steps.py
hakalab_framework/steps/navigation_steps.py
hakalab_framework/steps/ocr_steps.py
hakalab_framework/steps/pdf_steps.py
hakalab_framework/steps/performance_steps.py
hakalab_framework/steps/responsive_steps.py
hakalab_framework/steps/salesforce_steps.py
hakalab_framework/steps/scroll_steps.py
hakalab_framework/steps/semantic_advanced_steps.py
hakalab_framework/steps/semantic_nlp_steps.py
hakalab_framework/steps/semantic_validation_steps.py
hakalab_framework/steps/supabase_vector_steps.py
hakalab_framework/steps/table_steps.py
hakalab_framework/steps/timing_steps.py
hakalab_framework/steps/validation_steps.py
hakalab_framework/steps/variable_steps.py
hakalab_framework/steps/wait_steps.py
hakalab_framework/steps/web_elements_steps.py
hakalab_framework/steps/window_steps.py
hakalab_framework/templates/__init__.py
hakalab_framework/templates/environment.py
hakalab_framework/templates/environment_simple.py
hakalab_framework/templates/environment_with_azure_devops.py
hakalab_framework/templates/environment_with_html_report.py
hakalab_framework/templates/environment_with_jira_xray.py
hakalab_framework/templates/report_config.json
hakalab_framework/templates/browser_configs/chrome_cicd.json
hakalab_framework/templates/browser_configs/chrome_mobile.json
hakalab_framework/templates/browser_configs/chrome_performance.json
hakalab_framework/templates/browser_configs/chrome_security_disabled.json
hakalab_framework/templates/browser_configs/firefox_standard.json
testing/README.md
testing/behave.ini
testing/debug_jira_local.py
testing/generate_unified_report.py
testing/run_all_tests.py
testing/test_browser_config.py
testing/test_browser_config_quick.py
testing/test_local.py
testing/test_parallelization.py
testing/test_unified_report.py
testing/test_variable_manager_env.py
testing/features/browser_config_simple.feature
testing/features/browser_configuration.feature
testing/features/environment.py
testing/features/example_parallelization.feature
testing/features/test_alert_handling.feature
testing/features/test_database_functionality.feature
testing/features/test_jira_xray.feature
testing/features/test_ocr_functionality.feature
testing/features/test_simple_navigation.feature
testing/features/steps/browser_config_simple_steps.py
testing/features/steps/browser_config_steps.py
testing/reports/TESTS-browser_config_simple.xml
testing/reports/TESTS-test_database_functionality.xml
testing/reports/TESTS-test_ocr_functionality.xml
testing/reports/TESTS-test_simple_navigation.xml
testing/test_data/test.db