Skyvern/tests/unit
2026-03-04 15:38:27 +08:00
..
services Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
workflow Allow browser_profile_id + browser_session_id together and inject browser_session_id into Jinja templates (#4967) 2026-03-03 12:40:16 -08:00
__init__.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
conftest.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
force_stub_app.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
helpers.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
test_actions.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
test_ai_click_empty_actions.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
test_aiohttp_helper.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
test_api_handler_cached_content_fix.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
test_api_handler_factory.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
test_auto_completion_location.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
test_batch_action_queries.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
test_branch_criteria.py Allow browser_profile_id + browser_session_id together and inject browser_session_id into Jinja templates (#4967) 2026-03-03 12:40:16 -08:00
test_browser_launcher_profile.py feat: add --use-local-profile to browser serve for Chrome profile reuse (#4958) 2026-03-02 20:10:34 -08:00
test_bulk_artifact_creation.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
test_cdp_download_interceptor.py Fix CDP proxy auth: add Request-stage pattern for Fetch.authRequired (#4945) 2026-03-03 00:49:41 +08:00
test_cli_auth.py Add browser-based CLI signup flow (skyvern signup) (#4925) 2026-02-27 19:09:12 -08:00
test_cli_commands.py Fix browser session timeout for FORCE_BROWSER_SESSION workflows (#SKY-8099) (#4903) 2026-02-26 21:29:25 -08:00
test_cli_commands_logging.py Extract shared core from MCP tools, add CLI browser commands (#4768) 2026-02-17 11:24:56 -08:00
test_cli_shared_core.py Extract shared core from MCP tools, add CLI browser commands (#4768) 2026-02-17 11:24:56 -08:00
test_click_prompt_parameterization.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
test_compute_conditional_scopes.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
test_conditional_script_caching.py Fix infinite script regeneration loop for adaptive caching workflows (#4956) 2026-03-02 18:25:52 -08:00
test_credential_totp_priority.py Pass workflow_permanent_id in TOTP webhook POST body (#4871) 2026-02-24 23:23:37 -05:00
test_custom_credential_client.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
test_download_file_action_handler.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
test_error_detection_integration.py Add user-defined error detection on task failure (#4974) 2026-03-04 15:38:27 +08:00
test_error_detection_service.py Add user-defined error detection on task failure (#4974) 2026-03-04 15:38:27 +08:00
test_exception_messages.py Clean up browser launch failure messaging (#4844) 2026-02-21 23:23:15 -05:00
test_fail_task_error_detection.py Add user-defined error detection on task failure (#4974) 2026-03-04 15:38:27 +08:00
test_finally_block_dag.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
test_forloop_script_generation.py Fix for-loop adaptive caching: output aggregation, cached function bodies, and template resolution (#4931) 2026-02-28 15:57:05 -08:00
test_http_block_raw_filter.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
test_id_generation.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
test_llm_response_parsing.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
test_mcp_block_tools.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
test_mcp_browser_tools.py Extract shared core from MCP tools, add CLI browser commands (#4768) 2026-02-17 11:24:56 -08:00
test_mcp_concise_responses.py fix: ensure meaningful failure_reason when NL branch evaluation fails (#SKY-8026) (#4964) 2026-03-03 20:20:11 +03:00
test_mcp_http_auth.py Remove admin impersonation feature from MCP (#4889) 2026-02-25 21:02:30 -08:00
test_mcp_session_lifecycle.py fix MCP remote tool handlers calling wrong API environment (#4869) 2026-02-24 17:12:45 -08:00
test_multi_field_totp.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
test_parallel_verification.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
test_prompt_caching_settings.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
test_real_browser_manager.py fix: restore self.pages cache lookup in get_or_create_for_workflow_run for PBS workflow runs (#4943) 2026-03-02 23:45:21 +08:00
test_request_logging.py Log response body in api.raw_request for all status codes (#SKY-7987) (#4779) 2026-02-17 23:40:47 -05:00
test_run_commands_cleanup.py align workflow CLI commands with MCP parity (#4792) 2026-02-18 11:34:12 -08:00
test_run_task_prompt_parameterization.py Fix PII leakage in cached run_task() prompts (#SKY-7989) (#4744) 2026-02-13 12:16:45 -08:00
test_sanitization.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
test_script_generation_race_condition.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
test_script_reviewer_validators.py Fix conditional block reviewer routing and add hardcoded value detection (#4949) 2026-03-02 12:18:33 -08:00
test_script_skyvern_page.py Fix cached script element IDs missing after page navigation (#4774) 2026-02-17 17:28:05 -08:00
test_secret_credentials.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
test_security.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
test_text_prompt_block.py Consolidate Gemini 3 Pro into version-agnostic VERTEX_GEMINI_3_PRO (#4926) 2026-02-27 19:13:23 -08:00
test_totp_identifier_fallback.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
test_url_validators.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
test_utils_templating.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
test_validation_error_formatting.py Re-apply SKY-7366: Improve 422 error messages for workflow save (#4852) 2026-02-24 00:55:29 +03:00
test_vertex_cache_model_extraction.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
test_webhook_timestamps.py Fix webhook payload timestamps always null (#SKY-7211) (#4959) 2026-03-03 00:26:17 -05:00
test_workflow_parameter_validation.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00
test_workflow_schema_field_preservation.py Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00