Dynamic Test Generation

/app/tests/dynamic-test-generation.yaml

medium
5 Steps
Duration: 13ms
Success Rate: 100%
Successful Steps
5
100% success rate
Failed Steps
0
0% of total
⏭️
Skipped Steps
0
0% of total
🔗
HTTP Requests
5
100% requests
🔄
Iterações
0
0 steps com iterações

📊 Execution Timeline

# Status Step Name Type Duration Started At Details
1
Test GET endpoint dynamically
GET /get
request
2ms 19/10/2025, 10:28:39
✅ Request completed successfully
2
Test POST with dynamic user data
POST /post
request
2ms 19/10/2025, 10:28:39
✅ Request completed successfully
3
Test PUT with dynamic modifications
PUT /put
request
2ms 19/10/2025, 10:28:39
✅ Request completed successfully
4
Test DELETE with dynamic cleanup
DELETE /delete
request
2ms 19/10/2025, 10:28:39
✅ Request completed successfully
5
Generate dynamic test summary
POST /post
request
3ms 19/10/2025, 10:28:39
✅ Request completed successfully

🌐 HTTP Requests Debug Info

Test GET endpoint dynamically

Step #1

2ms
cURL Command
curl -X GET -H 'X-Dynamic-Test: endpoint-iteration' -H 'X-Test-ID: f2d7f88e-aac0-410b-b807-6421553dea31' "http://httpbin/get"

📤 Request

Method: GET
URL: http://httpbin/get
Base URL: http://httpbin
Request Headers
X-Dynamic-Test: endpoint-iteration
X-Test-ID: f2d7f88e-aac0-410b-b807-6421553dea31

📥 Response

Status Code: 200
Duration: 2ms
Size: 325 bytes
Response Headers
server: gunicorn/19.9.0
date: Sun, 19 Oct 2025 10:28:39 GMT
connection: keep-alive
content-type: application/json
content-length: 397
access-control-allow-origin: *
access-control-allow-credentials: true
Response Body
{
  "args": {},
  "headers": {
    "Accept": "application/json, text/plain, */*",
    "Accept-Encoding": "gzip, compress, deflate, br",
    "Connection": "keep-alive",
    "Host": "httpbin",
    "User-Agent": "axios/1.12.1",
    "X-Dynamic-Test": "endpoint-iteration",
    "X-Test-Id": "f2d7f88e-aac0-410b-b807-6421553dea31"
  },
  "origin": "172.18.0.3",
  "url": "http://httpbin/get"
}
📊
Total
2
assertions
Passed
2
assertions
📈
Success Rate
100%
success

status_code

PASSED
✓ Match
Condição
status_code equals 200
Assertion passou conforme esperado
Valor recebido: 200

headers.content-type.contains

PASSED
Condição
headers.content-type.contains equals json
Comparação de Valores
Esperado expected
json
Recebido actual
application/json
Captured Variables
{
  "endpoint_get_result": null,
  "response_time_get": null
}
Available Variables
{
  "api_base_url": "http://localhost:8080",
  "api_endpoints": [
    {
      "path": "/get",
      "method": "GET",
      "description": "Get request test"
    },
    {
      "path": "/post",
      "method": "POST",
      "description": "Post request test"
    },
    {
      "path": "/put",
      "method": "PUT",
      "description": "Put request test"
    },
    {
      "path": "/delete",
      "method": "DELETE",
      "description": "Delete request test"
    }
  ],
  "auth_flows_test.jwt_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.mock_payload",
  "auth_flows_test.oauth2_access_token": "oauth2_access_token_xyz",
  "auth_flows_test.user_permissions": [
    "read",
    "write"
  ],
  "auth_flows_test.auth_flow_results": {
    "jwt_authentication": {
      "status": "{{jwt_login_success && jwt_valid && jwt_refresh_success ? 'success' : 'partial'}}",
      "tokens_issued": 2,
      "profile_access": "{{js: Boolean(variables.profile_fetch_success)}}"
    },
    "oauth2_authentication": {
      "status": "{{oauth2_token_exchange_success && oauth2_resource_access ? 'success' : 'partial'}}",
      "authorization_code_flow": "{{js: Boolean(variables.oauth2_auth_started)}}",
      "token_management": "{{js: Boolean(variables.oauth2_token_revoked)}}"
    },
    "security_validation": {
      "expired_tokens": "{{js: Boolean(variables.jwt_expired_handled)}}",
      "revoked_tokens": "{{js: Boolean(variables.revoked_token_rejected)}}",
      "permissions": "{{js: Boolean(variables.admin_permission_granted || variables.admin_permission_denied)}}"
    },
    "session_management": {
      "logout_success": "{{js: Boolean(variables.complete_logout)}}",
      "cleanup_complete": "{{js: Boolean(variables.all_tokens_revoked)}}"
    }
  },
  "complex-workflows-test.workflow_results": {
    "api_contract_validations": {
      "order_service": null,
      "payment_service": null,
      "user_service": null
    },
    "business_outcomes": {
      "customer_id": "{{customer_id}}",
      "items_purchased": 3,
      "order_id": null,
      "total_revenue": 594.96,
      "transaction_id": null,
      "workflow_completion": null
    },
    "ecommerce_workflow_results": {
      "cart_management": "success",
      "catalog_browsing": null,
      "customer_registration": null,
      "fulfillment_initiated": null,
      "order_created": null,
      "payment_processed": null,
      "product_details": null,
      "promotions_applied": null,
      "shipping_calculated": null
    },
    "end_to_end_success": true,
    "microservices_communication": {
      "inventory_service": null,
      "notification_service": null
    },
    "test_summary": "complex_workflows_ecommerce_contracts",
    "total_complex_workflow_tests": 13,
    "workflow_patterns_tested": [
      "customer_lifecycle_management",
      "product_catalog_interaction",
      "cart_and_checkout_process",
      "payment_transaction_flow",
      "order_fulfillment_pipeline",
      "api_contract_validation",
      "microservices_integration",
      "end_to_end_business_process",
      "workflow_analytics_tracking"
    ],
    "workflow_test_id": "workflow-ce7a02af-3257-4a3b-b77e-2dad7569115e"
  },
  "complex-workflows-test.ecommerce_data": {
    "cart_management": "success",
    "catalog_browsing": null,
    "customer_registration": null,
    "fulfillment_initiated": null,
    "order_created": null,
    "payment_processed": null,
    "product_details": null,
    "promotions_applied": null,
    "shipping_calculated": null
  },
  "complex-workflows-test.contract_validation_results": {
    "order_service": null,
    "payment_service": null,
    "user_service": null
  },
  "auth.token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImlhdCI6MTUxNjIzOTAyMn0.KMUFsIDTnFmyG3nMiGM6H9FNFUROf3wh7SmqJp-QV30",
  "input-capture-test.normalized_email": "John.Doe@Example.COM",
  "input-capture-test.email_domain": "John.Doe@Example.COM",
  "input-capture-test.full_name": "John Michael Doe",
  "dependency-setup.auth_token": "test_user",
  "dependency-setup.session_id": "172.18.0.3",
  "dependency-setup.config_id": "v2",
  "dependency-setup.setup_timestamp": true,
  "comprehensive_basic.captured_echo_data": {
    "action": "create_resource",
    "metadata": {
      "api_version": "v2.1",
      "test_mode": true,
      "timestamp": "2024-01-01T00:00:00Z"
    },
    "user_id": 12345,
    "username": "flow_test_user"
  },
  "comprehensive_basic.generated_uuid": "httpbin",
  "comprehensive_basic.final_status": "completed",
  "javascript-expressions.js_calculated": 50,
  "javascript-expressions.js_timestamp": 1760869717656,
  "iteration-examples.users_tested": null,
  "iteration-examples.range_test_summary": null,
  "sensitive-data-security.security_test_passed": null,
  "sensitive-data-security.sensitive_data_masked": null,
  "sensitive-data-security.auth_tokens_secure": null,
  "webhooks-realtime.webhook_delivered": true,
  "webhooks-realtime.webhook_system_healthy": false,
  "webhooks-realtime.event_user_id": "31b4e06a-4cf5-4af9-b89d-4c7d79e5e91e",
  "webhooks-realtime.stream_event_count": 3,
  "retry-logic-comprehensive.retry_attempts": 1,
  "retry-logic-comprehensive.retry_system_functional": false,
  "retry-logic-comprehensive.jittered_response_time": null,
  "file-upload-multipart-test.upload_results": {
    "content_types_tested": [
      "text/plain",
      "application/json",
      "application/octet-stream",
      "image/jpeg",
      "application/pdf",
      "video/mp4",
      "multipart/form-data"
    ],
    "test_id": "upload-6b89f201-e691-4ce2-ac53-a9d39aae657e",
    "test_patterns": [
      "single_file_upload",
      "multiple_file_upload",
      "large_file_handling",
      "chunked_upload_process",
      "upload_validation",
      "error_handling",
      "resume_functionality"
    ],
    "test_summary": "file_upload_multipart_comprehensive",
    "total_upload_tests": 12,
    "upload_results": {
      "binary_upload": null,
      "chunked_upload": null,
      "image_upload": null,
      "json_upload": null,
      "large_file": null,
      "mixed_form": null,
      "multiple_upload": null,
      "resume_upload": null,
      "text_upload": null,
      "validated_upload": null
    },
    "upload_scenarios_tested": [
      "text_file_upload",
      "json_file_upload",
      "binary_file_upload",
      "image_file_upload",
      "multiple_files_upload",
      "mixed_form_data",
      "large_file_upload",
      "chunked_upload",
      "validated_upload",
      "error_scenarios",
      "resume_upload"
    ]
  },
  "file-upload-multipart-test.multipart_data": {
    "binary_upload": null,
    "chunked_upload": null,
    "image_upload": null,
    "json_upload": null,
    "large_file": null,
    "mixed_form": null,
    "multiple_upload": null,
    "resume_upload": null,
    "text_upload": null,
    "validated_upload": null
  },
  "file-upload-multipart-test.file_handling_status": [
    "text_file_upload",
    "json_file_upload",
    "binary_file_upload",
    "image_file_upload",
    "multiple_files_upload",
    "mixed_form_data",
    "large_file_upload",
    "chunked_upload",
    "validated_upload",
    "error_scenarios",
    "resume_upload"
  ],
  "advanced-assertions-test.assertion_results": {
    "assertion_types_tested": [
      "regex_matching",
      "length_validation",
      "type_checking",
      "oneof_validation",
      "numeric_ranges",
      "complex_nested",
      "array_elements",
      "conditional_exists",
      "error_structure",
      "performance_combined"
    ],
    "test_id": "assert-f27e4cec-c756-4dad-8a77-a4177723732c",
    "test_patterns": {
      "array_length": null,
      "complex_nested": null,
      "email_regex": null,
      "length_exact": null,
      "oneof_strings": null,
      "phone_regex": null,
      "type_validation": null,
      "url_regex": null,
      "uuid_regex": null
    },
    "test_summary": "advanced_assertions_comprehensive",
    "total_assertion_tests": 11
  },
  "advanced-assertions-test.validation_data": {
    "array_length": null,
    "complex_nested": null,
    "email_regex": null,
    "length_exact": null,
    "oneof_strings": null,
    "phone_regex": null,
    "type_validation": null,
    "url_regex": null,
    "uuid_regex": null
  },
  "advanced-assertions-test.regex_test_results": [
    "regex_matching",
    "length_validation",
    "type_checking",
    "oneof_validation",
    "numeric_ranges",
    "complex_nested",
    "array_elements",
    "conditional_exists",
    "error_structure",
    "performance_combined"
  ],
  "advanced-retry-patterns.retry_results": {
    "base_delay_ms": 1000,
    "max_retries_configured": 3,
    "patterns_tested": [
      "exponential_backoff",
      "linear_backoff",
      "fixed_delay",
      "conditional_retry",
      "no_retry_4xx",
      "timeout_retry_combo",
      "high_frequency",
      "multi_condition",
      "performance_tracking",
      "retry_chain"
    ],
    "test_id": "retry-cd4a5b7a-ee7d-4084-be15-f5ddbce03d5a",
    "test_summary": "advanced_retry_patterns",
    "total_retry_tests": 12
  },
  "advanced-retry-patterns.backoff_measurements": [
    "exponential_backoff",
    "linear_backoff",
    "fixed_delay",
    "conditional_retry",
    "no_retry_4xx",
    "timeout_retry_combo",
    "high_frequency",
    "multi_condition",
    "performance_tracking",
    "retry_chain"
  ],
  "environment-feature-flags-test.environment_results": {
    "current_environment": null,
    "deployment_stage": null,
    "environment_configurations": {
      "development": {
        "debug_logging": true,
        "retry_attempts": 3,
        "timeout": 30000
      },
      "production": {
        "debug_logging": false,
        "retry_attempts": 1,
        "timeout": 5000
      },
      "staging": {
        "debug_logging": false,
        "retry_attempts": 2,
        "timeout": 15000
      },
      "test": {
        "debug_logging": false,
        "retry_attempts": 2,
        "timeout": 10000
      }
    },
    "environment_specific_tests": {
      "development": "skipped",
      "production": "skipped",
      "staging": "skipped",
      "test": "skipped"
    },
    "environment_urls": {
      "development": "http://localhost:3000",
      "production": "https://api.example.com",
      "staging": "https://staging-api.example.com",
      "test": "http://localhost:8080"
    },
    "feature_flag_results": {
      "advanced_analytics": "skipped",
      "api_v2": "skipped",
      "beta_program": "skipped",
      "debug_mode": "skipped",
      "experimental_features": "skipped",
      "new_ui": "skipped"
    },
    "feature_flags_tested": {
      "advanced_analytics": null,
      "api_v2": null,
      "beta_program": null,
      "debug_mode": null,
      "experimental_features": null,
      "new_ui": null
    },
    "test_environment": null,
    "test_id": "env-9155d18f-ba99-4cfc-b367-9d2df87e67e9",
    "test_patterns": [
      "environment_detection",
      "environment_specific_operations",
      "feature_flag_conditional_execution",
      "multi_environment_configuration",
      "environment_based_data_handling",
      "feature_flag_combinations"
    ],
    "test_summary": "environment_feature_flags_comprehensive",
    "total_environment_tests": 13
  },
  "environment-feature-flags-test.feature_flag_data": {
    "advanced_analytics": "skipped",
    "api_v2": "skipped",
    "beta_program": "skipped",
    "debug_mode": "skipped",
    "experimental_features": "skipped",
    "new_ui": "skipped"
  },
  "environment-feature-flags-test.multi_env_config": {
    "development": {
      "debug_logging": true,
      "retry_attempts": 3,
      "timeout": 30000
    },
    "production": {
      "debug_logging": false,
      "retry_attempts": 1,
      "timeout": 5000
    },
    "staging": {
      "debug_logging": false,
      "retry_attempts": 2,
      "timeout": 15000
    },
    "test": {
      "debug_logging": false,
      "retry_attempts": 2,
      "timeout": 10000
    }
  },
  "error-handling-test.error_handling_results": {
    "error_handling_results": {
      "bad_gateway": null,
      "bad_request": null,
      "chain_recovery": "error_recovery",
      "cleanup_status": null,
      "continue_after_failure": null,
      "degradation_mode": null,
      "fallback_service": null,
      "forbidden": null,
      "not_found": null,
      "primary_service": null,
      "rate_limit": null,
      "server_error": null,
      "service_unavailable": null,
      "timeout_handling": "{{timeout_result}}",
      "unauthorized": null
    },
    "error_scenarios_tested": [
      "continue_on_failure",
      "timeout_handling",
      "http_error_codes",
      "error_recovery_fallback",
      "graceful_degradation",
      "chain_failure_recovery",
      "error_propagation",
      "network_errors",
      "cleanup_after_errors"
    ],
    "http_status_codes_handled": [
      400,
      401,
      403,
      404,
      422,
      429,
      500,
      502,
      503
    ],
    "recovery_patterns": [
      "fallback_services",
      "graceful_degradation",
      "error_chain_recovery",
      "resource_cleanup"
    ],
    "test_id": "error-afc8e2e9-ee8c-4d98-ace0-c04d982c7248",
    "test_summary": "error_handling_comprehensive",
    "total_error_tests": 10
  },
  "error-handling-test.failure_scenarios": [
    "continue_on_failure",
    "timeout_handling",
    "http_error_codes",
    "error_recovery_fallback",
    "graceful_degradation",
    "chain_failure_recovery",
    "error_propagation",
    "network_errors",
    "cleanup_after_errors"
  ],
  "error-handling-test.recovery_data": [
    "fallback_services",
    "graceful_degradation",
    "error_chain_recovery",
    "resource_cleanup"
  ],
  "faker_demo.generatedEmail": "Brittany.Mitchell@yahoo.com",
  "faker_demo.generatedUserId": 8456786969362432,
  "httpbin-test.captured_username": "alpha_user",
  "httpbin-test.auth_token": "httpbin",
  "variable_cleanup_test.cleanup_verification_result": "cleanup_test_completed",
  "variable_cleanup_test.variable_state_before": null,
  "variable_cleanup_test.variable_state_after": null,
  "environment-variables.env_user": null,
  "environment-variables.env_home": null,
  "environment-variables.env_test_passed": true,
  "faker_comprehensive.generated_user_profile": "{\"user_profile\":{\"id\":\"d142fc31-094b-4a02-ac8f-34eef8f1a563\",\"first_name\":\"Price\",\"last_name\":\"Miller\",\"full_name\":\"Hilda Champlin-Bartoletti\",\"gender\":\"Non-binary\",\"email\":\"Travis.Reynolds@yahoo.com\",\"phone\":\"(415) 296-9932 x603\",\"website\":\"https://disgusting-overnighter.net/\",\"address\":{\"street\":\"7918 Franey Corner\",\"city\":\"Lake Lavonville\",\"state\":\"Massachusetts\",\"country\":\"Dominican Republic\",\"zip_code\":\"28571-7564\",\"latitude\":84.6382,\"longitude\":-114.4559},\"job\":{\"title\":\"Forward Metrics Specialist\",\"department\":\"Infrastructure\",\"company\":\"Kunde - Wiza\"},\"birth_date\":\"2002-12-18T08:44:01.690Z\",\"created_at\":\"2025-10-18T23:02:58.263Z\",\"last_login\":\"2025-10-18T13:29:57.870Z\",\"avatar\":\"https://avatars.githubusercontent.com/u/53642843\",\"bio\":\"Pecto vesco comes ademptio magni carbo ater cohors error. Solium temporibus territo adsidue adeo voluptates acervus. Porro talis audax curis angelus bene.\",\"username\":\"Herman.Schultz\"}}",
  "faker_comprehensive.financial_data": "{\"financial_profile\":{\"account_number\":\"12447327\",\"routing_number\":\"763219866\",\"credit_card\":\"589328513943287374\",\"credit_card_cvv\":\"813\",\"amount\":\"249.92\",\"currency_code\":\"MMK\",\"currency_name\":\"Kwanza\",\"product\":{\"name\":\"Sleek Metal Chair\",\"description\":\"The Football Is Good For Training And Recreational Purposes\",\"price\":\"223.00\",\"department\":\"Games\",\"material\":\"Concrete\"},\"vehicle\":{\"manufacturer\":\"Nissan\",\"model\":\"LeBaron\",\"type\":\"SUV\",\"fuel\":\"Gasoline\",\"vin\":\"7RZ1HAK58HLY43020\"},\"transactions\":[{\"id\":\"42b7dde4-b5a7-47d7-b083-39bd8086b251\",\"amount\":\"535.30\",\"description\":\"Oriental Plastic Keyboard\",\"date\":\"2025-10-19T00:46:57.126Z\"},{\"id\":\"cace6760-9036-4f28-9dd4-8c0f021d8938\",\"amount\":\"4.03\",\"description\":\"Rustic Bronze Pants\",\"date\":\"2025-10-19T01:05:28.532Z\"}]}}",
  "faker_comprehensive.validation_results": "{\"validation_test\":{\"emails\":[\"Danial.Kuvalis92@gmail.com\",\"Norris10@gmail.com\",\"Skye_Botsford@yahoo.com\"],\"uuids\":[\"cf9f3379-5dda-43c5-85fd-13d27166aa1c\",\"73f5a9b1-f413-49a6-b6a2-5e04f6799cee\",\"2983168d-4f9c-4459-9c9e-9e4596edfecf\"],\"phone_numbers\":[\"1-602-444-4075 x042\",\"315.724.2578 x458\",\"378.818.4888\"],\"dates\":{\"past\":\"2025-02-03T16:02:52.736Z\",\"future\":\"2026-03-24T09:50:29.661Z\",\"recent\":\"2025-10-18T14:32:08.117Z\",\"birthdate\":\"2004-02-26T05:37:41.794Z\"},\"consistent_data\":{\"name1\":\"Ms. Kristen Kris\",\"name2\":\"Rodney Lang\",\"email1\":\"Antoinette19@gmail.com\",\"email2\":\"Ewald_Hodkiewicz84@gmail.com\"}}}",
  "variable_interpolation.captured_user_data": null,
  "variable_interpolation.extracted_numbers": null,
  "variable_interpolation.processed_array": null,
  "variable_interpolation.nested_extraction": null,
  "variable_interpolation.final_computed_value": null,
  "complex_scenarios_test.user_access_matrix": {
    "guest_valid": false,
    "registered_valid": false,
    "premium_valid": false,
    "admin_valid": false
  },
  "complex_scenarios_test.scenario_results": {
    "guest_scenario": "not_tested",
    "registered_scenario": "not_tested",
    "premium_scenario": "not_tested",
    "admin_scenario": "not_tested",
    "cross_validation": "not_tested"
  },
  "complex_scenarios_test.conditional_flow_summary": {
    "total_scenarios": 6,
    "conditions_tested": 12,
    "user_types_validated": 4,
    "matrix_validation": false,
    "test_complete": true
  },
  "integration_full.e2e_test_summary": {
    "generated_data": {
      "active_user_count": "length(2)",
      "test_user": null,
      "total_transactions": 10,
      "total_users_processed": 5
    },
    "imported_flows": {
      "auth": {
        "token_present": true,
        "user_authenticated": true
      },
      "setup": {
        "environment": "integration",
        "session_active": true
      }
    },
    "performance": {
      "crud_performance": "excellent",
      "crud_success": true,
      "performance_rating": "excellent",
      "performance_score": 100
    },
    "test_summary": {
      "all_steps_completed": true,
      "environment": "integration",
      "initialization": true,
      "test_id": "INTEG_001"
    }
  },
  "integration_full.performance_metrics": {
    "crud_performance": "excellent",
    "crud_success": true,
    "performance_rating": "excellent",
    "performance_score": 100
  },
  "integration_full.user_journey_data": {
    "active_user_count": "length(2)",
    "test_user": null,
    "total_transactions": 10,
    "total_users_processed": 5
  },
  "integration_full.final_validation_result": "all_tests_passed",
  "advanced_scenarios.auth_status": "authenticated",
  "advanced_scenarios.performance_rating": "excellent",
  "advanced_scenarios.error_count": 1,
  "advanced_scenarios.final_scenario_result": "partial_success",
  "file_upload_test.file_id": "FILE-12345",
  "file_upload_test.upload_metadata": {
    "original_filename": "test_document.pdf",
    "file_size": 256000,
    "upload_time": "2024-01-01T10:00:00Z",
    "file_id": "{{file_id}}"
  },
  "file_upload_test.file_operations_summary": {
    "total_operations": 7,
    "upload_success": true,
    "download_success": true,
    "integrity_verified": true,
    "deletion_confirmed": true,
    "supported_formats_count": 4
  },
  "interactive-input-examples.selected_user_data": "user_001",
  "interactive-input-examples.user_action_result": "view_activity",
  "interactive-input-examples.final_config": {
    "action_performed": "view_activity",
    "batch_size": 10,
    "execution_metadata": {
      "confirmed": null,
      "reason": "{{action_reason}}",
      "test_run": true,
      "timestamp": "2024-01-15T12:00:00Z"
    },
    "notification_settings": {
      "email": "admin@company.com",
      "webhook": "{{webhook_url}}"
    },
    "selected_user": "user_001"
  },
  "faker-advanced-integration.generated_email": "Kylie.Hayes39@gmail.com",
  "faker-advanced-integration.generated_name": "Jeffery Romaguera",
  "faker-advanced-integration.generated_city": "Coral Springs",
  "faker-advanced-integration.generated_company": "Emmerich, Wolf and Little",
  "faker-advanced-integration.locale_name": "Gail Ward",
  "microservices_integration_test.service_health_status": {
    "pre_transaction": "{{all_services_up}}",
    "post_transaction": "{{post_transaction_health}}",
    "degradation_detected": "false"
  },
  "microservices_integration_test.integration_results": {
    "transaction_success": "{{payment_approved && order_updated && notification_sent}}",
    "services_coordination": "successful",
    "data_propagation": "{{all_services_consistent ? 'complete' : 'partial'}}",
    "error_handling": "{{js: (variables.rollback_initiated || variables.rollback_failed) ? 'tested' : 'not_applicable'}}"
  },
  "microservices_integration_test.transaction_trace": {
    "trace_id": "{{tracing_headers.trace_id}}",
    "correlation_id": "{{tracing_headers.correlation_id}}",
    "total_steps": 12,
    "execution_time": "{{js: Math.floor(Math.random() * 5000) + 2000}}ms",
    "service_calls": 11,
    "cross_service_calls": 6
  },
  "microservices_integration_test.service_dependencies": [
    {
      "service": "user-service",
      "dependencies": [],
      "dependents": [
        "order-service",
        "notification-service"
      ]
    },
    {
      "service": "inventory-service",
      "dependencies": [],
      "dependents": [
        "order-service"
      ]
    },
    {
      "service": "order-service",
      "dependencies": [
        "user-service",
        "inventory-service"
      ],
      "dependents": [
        "payment-service",
        "notification-service"
      ]
    },
    {
      "service": "payment-service",
      "dependencies": [
        "order-service"
      ],
      "dependents": [
        "order-service",
        "inventory-service"
      ]
    },
    {
      "service": "notification-service",
      "dependencies": [
        "user-service",
        "order-service"
      ],
      "dependents": []
    }
  ],
  "microservices_integration_test.payment_approved": "true",
  "performance_test.performance_metrics": {
    "response_time_analysis": {
      "fastest": "{{js: Math.min(variables.baseline_response_time, variables.small_payload_time, variables.json_endpoint_time)}}ms",
      "slowest": "{{js: Math.max(variables.medium_payload_time, variables.large_payload_time)}}ms",
      "average": "{{js: Math.round((variables.baseline_response_time + variables.small_payload_time + variables.medium_payload_time + variables.large_payload_time) / 4)}}ms"
    },
    "load_test_results": {
      "light_load_success": "{{light_load_success}}",
      "medium_load_degradation": "{{medium_load_degradation}}",
      "heavy_load_stability": "{{js: Boolean(variables.system_stable_under_load)}}",
      "load_shedding": "{{js: Boolean(variables.load_shedding_active)}}"
    },
    "performance_thresholds": {
      "baseline_met": "{{baseline_success}}",
      "acceptable_met": "{{small_payload_success && medium_payload_success}}",
      "critical_met": "{{large_payload_success}}"
    },
    "system_characteristics": {
      "payload_sensitivity": "{{js: variables.large_payload_time > variables.baseline_response_time * 3 ? 'high' : variables.large_payload_time > variables.baseline_response_time * 2 ? 'medium' : 'low'}}",
      "load_tolerance": "{{system_overloaded ? 'low' : medium_load_degradation ? 'medium' : 'high'}}",
      "timeout_behavior": "{{js: (variables.timeout_handled_correctly || variables.timeout_occurred) ? 'correct' : 'untested'}}"
    }
  },
  "performance_test.response_times": [
    {
      "endpoint": "baseline_get",
      "time": "{{baseline_response_time}}",
      "grade": "{{baseline_performance_grade}}"
    },
    {
      "endpoint": "small_payload_post",
      "time": "{{small_payload_time}}",
      "success": "{{small_payload_success}}"
    },
    {
      "endpoint": "medium_payload_post",
      "time": "{{medium_payload_time}}",
      "success": "{{medium_payload_success}}"
    },
    {
      "endpoint": "large_payload_post",
      "time": "{{large_payload_time}}",
      "success": "{{large_payload_success}}"
    }
  ],
  "performance_test.throughput_results": {
    "baseline_rps": "{{requests_per_second}}",
    "performance_comparison": "{{performance_comparison}}",
    "degradation_under_load": "{{medium_load_degradation}}"
  },
  "performance_test.load_test_summary": {
    "total_scenarios_tested": 3,
    "light_load_result": "{{light_load_success ? 'passed' : 'failed'}}",
    "medium_load_result": "{{medium_load_degradation ? 'degraded' : 'stable'}}",
    "heavy_load_result": "{{system_overloaded ? 'overloaded' : system_stable_under_load ? 'stable' : 'unknown'}}",
    "overall_stability": "{{system_stable_under_load && !system_overloaded ? 'good' : 'needs_attention'}}"
  },
  "data-formatting-examples.formatted_data": {
    "test_summary": "data_formatting_examples",
    "total_examples": 9,
    "transformations_applied": [
      "essential_field_extraction",
      "summary_reports",
      "catalog_views",
      "hierarchical_transformation",
      "csv_formatting",
      "api_response_formatting",
      "conditional_formatting"
    ]
  },
  "data-formatting-examples.transformation_results": [
    "essential_field_extraction",
    "summary_reports",
    "catalog_views",
    "hierarchical_transformation",
    "csv_formatting",
    "api_response_formatting",
    "conditional_formatting"
  ]
}

Test POST with dynamic user data

Step #2

2ms
cURL Command
curl -X POST -H 'Content-Type: application/json' -H 'X-Dynamic-User: generated' -d '{"user_id":1,"user_name":"Chad Stroman","user_email":"Ramona.Jacobs77@hotmail.com","user_city":"Lake Thurmanfield","timestamp":1760869719310,"test_batch":"dynamic-generation"}' "http://httpbin/post"

📤 Request

Method: POST
URL: http://httpbin/post
Base URL: http://httpbin
Request Headers
Content-Type: application/json
X-Dynamic-User: generated
Request Body
{
  "user_id": 1,
  "user_name": "Chad Stroman",
  "user_email": "Ramona.Jacobs77@hotmail.com",
  "user_city": "Lake Thurmanfield",
  "timestamp": 1760869719310,
  "test_batch": "dynamic-generation"
}

📥 Response

Status Code: 200
Duration: 2ms
Size: 732 bytes
Response Headers
server: gunicorn/19.9.0
date: Sun, 19 Oct 2025 10:28:39 GMT
connection: keep-alive
content-type: application/json
content-length: 875
access-control-allow-origin: *
access-control-allow-credentials: true
Response Body
{
  "args": {},
  "data": "{\"user_id\":1,\"user_name\":\"Chad Stroman\",\"user_email\":\"Ramona.Jacobs77@hotmail.com\",\"user_city\":\"Lake Thurmanfield\",\"timestamp\":1760869719310,\"test_batch\":\"dynamic-generation\"}",
  "files": {},
  "form": {},
  "headers": {
    "Accept": "application/json, text/plain, */*",
    "Accept-Encoding": "gzip, compress, deflate, br",
    "Connection": "keep-alive",
    "Content-Length": "175",
    "Content-Type": "application/json",
    "Host": "httpbin",
    "User-Agent": "axios/1.12.1",
    "X-Dynamic-User": "generated"
  },
  "json": {
    "test_batch": "dynamic-generation",
    "timestamp": 1760869719310,
    "user_city": "Lake Thurmanfield",
    "user_email": "Ramona.Jacobs77@hotmail.com",
    "user_id": 1,
    "user_name": "Chad Stroman"
  },
  "origin": "172.18.0.3",
  "url": "http://httpbin/post"
}
📊
Total
2
assertions
Passed
2
assertions
📈
Success Rate
100%
success

status_code

PASSED
✓ Match
Condição
status_code equals 200
Assertion passou conforme esperado
Valor recebido: 200

body.data.contains

PASSED
Condição
body.data.contains equals user_id
Comparação de Valores
Esperado expected
user_id
Recebido actual
{"user_id":1,"user_name":"Chad Stroman","user_email":"Ramona.Jacobs77@hotmail.com","user_city":"Lake Thurmanfield","timestamp":1760869719310,"test_batch":"dynamic-generation"}
Captured Variables
{
  "generated_user_data": null,
  "post_response_time": null
}
Available Variables
{
  "api_base_url": "http://localhost:8080",
  "api_endpoints": [
    {
      "path": "/get",
      "method": "GET",
      "description": "Get request test"
    },
    {
      "path": "/post",
      "method": "POST",
      "description": "Post request test"
    },
    {
      "path": "/put",
      "method": "PUT",
      "description": "Put request test"
    },
    {
      "path": "/delete",
      "method": "DELETE",
      "description": "Delete request test"
    }
  ],
  "auth_flows_test.jwt_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.mock_payload",
  "auth_flows_test.oauth2_access_token": "oauth2_access_token_xyz",
  "auth_flows_test.user_permissions": [
    "read",
    "write"
  ],
  "auth_flows_test.auth_flow_results": {
    "jwt_authentication": {
      "status": "{{jwt_login_success && jwt_valid && jwt_refresh_success ? 'success' : 'partial'}}",
      "tokens_issued": 2,
      "profile_access": "{{js: Boolean(variables.profile_fetch_success)}}"
    },
    "oauth2_authentication": {
      "status": "{{oauth2_token_exchange_success && oauth2_resource_access ? 'success' : 'partial'}}",
      "authorization_code_flow": "{{js: Boolean(variables.oauth2_auth_started)}}",
      "token_management": "{{js: Boolean(variables.oauth2_token_revoked)}}"
    },
    "security_validation": {
      "expired_tokens": "{{js: Boolean(variables.jwt_expired_handled)}}",
      "revoked_tokens": "{{js: Boolean(variables.revoked_token_rejected)}}",
      "permissions": "{{js: Boolean(variables.admin_permission_granted || variables.admin_permission_denied)}}"
    },
    "session_management": {
      "logout_success": "{{js: Boolean(variables.complete_logout)}}",
      "cleanup_complete": "{{js: Boolean(variables.all_tokens_revoked)}}"
    }
  },
  "complex-workflows-test.workflow_results": {
    "api_contract_validations": {
      "order_service": null,
      "payment_service": null,
      "user_service": null
    },
    "business_outcomes": {
      "customer_id": "{{customer_id}}",
      "items_purchased": 3,
      "order_id": null,
      "total_revenue": 594.96,
      "transaction_id": null,
      "workflow_completion": null
    },
    "ecommerce_workflow_results": {
      "cart_management": "success",
      "catalog_browsing": null,
      "customer_registration": null,
      "fulfillment_initiated": null,
      "order_created": null,
      "payment_processed": null,
      "product_details": null,
      "promotions_applied": null,
      "shipping_calculated": null
    },
    "end_to_end_success": true,
    "microservices_communication": {
      "inventory_service": null,
      "notification_service": null
    },
    "test_summary": "complex_workflows_ecommerce_contracts",
    "total_complex_workflow_tests": 13,
    "workflow_patterns_tested": [
      "customer_lifecycle_management",
      "product_catalog_interaction",
      "cart_and_checkout_process",
      "payment_transaction_flow",
      "order_fulfillment_pipeline",
      "api_contract_validation",
      "microservices_integration",
      "end_to_end_business_process",
      "workflow_analytics_tracking"
    ],
    "workflow_test_id": "workflow-ce7a02af-3257-4a3b-b77e-2dad7569115e"
  },
  "complex-workflows-test.ecommerce_data": {
    "cart_management": "success",
    "catalog_browsing": null,
    "customer_registration": null,
    "fulfillment_initiated": null,
    "order_created": null,
    "payment_processed": null,
    "product_details": null,
    "promotions_applied": null,
    "shipping_calculated": null
  },
  "complex-workflows-test.contract_validation_results": {
    "order_service": null,
    "payment_service": null,
    "user_service": null
  },
  "auth.token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImlhdCI6MTUxNjIzOTAyMn0.KMUFsIDTnFmyG3nMiGM6H9FNFUROf3wh7SmqJp-QV30",
  "input-capture-test.normalized_email": "John.Doe@Example.COM",
  "input-capture-test.email_domain": "John.Doe@Example.COM",
  "input-capture-test.full_name": "John Michael Doe",
  "dependency-setup.auth_token": "test_user",
  "dependency-setup.session_id": "172.18.0.3",
  "dependency-setup.config_id": "v2",
  "dependency-setup.setup_timestamp": true,
  "comprehensive_basic.captured_echo_data": {
    "action": "create_resource",
    "metadata": {
      "api_version": "v2.1",
      "test_mode": true,
      "timestamp": "2024-01-01T00:00:00Z"
    },
    "user_id": 12345,
    "username": "flow_test_user"
  },
  "comprehensive_basic.generated_uuid": "httpbin",
  "comprehensive_basic.final_status": "completed",
  "javascript-expressions.js_calculated": 50,
  "javascript-expressions.js_timestamp": 1760869717656,
  "iteration-examples.users_tested": null,
  "iteration-examples.range_test_summary": null,
  "sensitive-data-security.security_test_passed": null,
  "sensitive-data-security.sensitive_data_masked": null,
  "sensitive-data-security.auth_tokens_secure": null,
  "webhooks-realtime.webhook_delivered": true,
  "webhooks-realtime.webhook_system_healthy": false,
  "webhooks-realtime.event_user_id": "31b4e06a-4cf5-4af9-b89d-4c7d79e5e91e",
  "webhooks-realtime.stream_event_count": 3,
  "retry-logic-comprehensive.retry_attempts": 1,
  "retry-logic-comprehensive.retry_system_functional": false,
  "retry-logic-comprehensive.jittered_response_time": null,
  "file-upload-multipart-test.upload_results": {
    "content_types_tested": [
      "text/plain",
      "application/json",
      "application/octet-stream",
      "image/jpeg",
      "application/pdf",
      "video/mp4",
      "multipart/form-data"
    ],
    "test_id": "upload-6b89f201-e691-4ce2-ac53-a9d39aae657e",
    "test_patterns": [
      "single_file_upload",
      "multiple_file_upload",
      "large_file_handling",
      "chunked_upload_process",
      "upload_validation",
      "error_handling",
      "resume_functionality"
    ],
    "test_summary": "file_upload_multipart_comprehensive",
    "total_upload_tests": 12,
    "upload_results": {
      "binary_upload": null,
      "chunked_upload": null,
      "image_upload": null,
      "json_upload": null,
      "large_file": null,
      "mixed_form": null,
      "multiple_upload": null,
      "resume_upload": null,
      "text_upload": null,
      "validated_upload": null
    },
    "upload_scenarios_tested": [
      "text_file_upload",
      "json_file_upload",
      "binary_file_upload",
      "image_file_upload",
      "multiple_files_upload",
      "mixed_form_data",
      "large_file_upload",
      "chunked_upload",
      "validated_upload",
      "error_scenarios",
      "resume_upload"
    ]
  },
  "file-upload-multipart-test.multipart_data": {
    "binary_upload": null,
    "chunked_upload": null,
    "image_upload": null,
    "json_upload": null,
    "large_file": null,
    "mixed_form": null,
    "multiple_upload": null,
    "resume_upload": null,
    "text_upload": null,
    "validated_upload": null
  },
  "file-upload-multipart-test.file_handling_status": [
    "text_file_upload",
    "json_file_upload",
    "binary_file_upload",
    "image_file_upload",
    "multiple_files_upload",
    "mixed_form_data",
    "large_file_upload",
    "chunked_upload",
    "validated_upload",
    "error_scenarios",
    "resume_upload"
  ],
  "advanced-assertions-test.assertion_results": {
    "assertion_types_tested": [
      "regex_matching",
      "length_validation",
      "type_checking",
      "oneof_validation",
      "numeric_ranges",
      "complex_nested",
      "array_elements",
      "conditional_exists",
      "error_structure",
      "performance_combined"
    ],
    "test_id": "assert-f27e4cec-c756-4dad-8a77-a4177723732c",
    "test_patterns": {
      "array_length": null,
      "complex_nested": null,
      "email_regex": null,
      "length_exact": null,
      "oneof_strings": null,
      "phone_regex": null,
      "type_validation": null,
      "url_regex": null,
      "uuid_regex": null
    },
    "test_summary": "advanced_assertions_comprehensive",
    "total_assertion_tests": 11
  },
  "advanced-assertions-test.validation_data": {
    "array_length": null,
    "complex_nested": null,
    "email_regex": null,
    "length_exact": null,
    "oneof_strings": null,
    "phone_regex": null,
    "type_validation": null,
    "url_regex": null,
    "uuid_regex": null
  },
  "advanced-assertions-test.regex_test_results": [
    "regex_matching",
    "length_validation",
    "type_checking",
    "oneof_validation",
    "numeric_ranges",
    "complex_nested",
    "array_elements",
    "conditional_exists",
    "error_structure",
    "performance_combined"
  ],
  "advanced-retry-patterns.retry_results": {
    "base_delay_ms": 1000,
    "max_retries_configured": 3,
    "patterns_tested": [
      "exponential_backoff",
      "linear_backoff",
      "fixed_delay",
      "conditional_retry",
      "no_retry_4xx",
      "timeout_retry_combo",
      "high_frequency",
      "multi_condition",
      "performance_tracking",
      "retry_chain"
    ],
    "test_id": "retry-cd4a5b7a-ee7d-4084-be15-f5ddbce03d5a",
    "test_summary": "advanced_retry_patterns",
    "total_retry_tests": 12
  },
  "advanced-retry-patterns.backoff_measurements": [
    "exponential_backoff",
    "linear_backoff",
    "fixed_delay",
    "conditional_retry",
    "no_retry_4xx",
    "timeout_retry_combo",
    "high_frequency",
    "multi_condition",
    "performance_tracking",
    "retry_chain"
  ],
  "environment-feature-flags-test.environment_results": {
    "current_environment": null,
    "deployment_stage": null,
    "environment_configurations": {
      "development": {
        "debug_logging": true,
        "retry_attempts": 3,
        "timeout": 30000
      },
      "production": {
        "debug_logging": false,
        "retry_attempts": 1,
        "timeout": 5000
      },
      "staging": {
        "debug_logging": false,
        "retry_attempts": 2,
        "timeout": 15000
      },
      "test": {
        "debug_logging": false,
        "retry_attempts": 2,
        "timeout": 10000
      }
    },
    "environment_specific_tests": {
      "development": "skipped",
      "production": "skipped",
      "staging": "skipped",
      "test": "skipped"
    },
    "environment_urls": {
      "development": "http://localhost:3000",
      "production": "https://api.example.com",
      "staging": "https://staging-api.example.com",
      "test": "http://localhost:8080"
    },
    "feature_flag_results": {
      "advanced_analytics": "skipped",
      "api_v2": "skipped",
      "beta_program": "skipped",
      "debug_mode": "skipped",
      "experimental_features": "skipped",
      "new_ui": "skipped"
    },
    "feature_flags_tested": {
      "advanced_analytics": null,
      "api_v2": null,
      "beta_program": null,
      "debug_mode": null,
      "experimental_features": null,
      "new_ui": null
    },
    "test_environment": null,
    "test_id": "env-9155d18f-ba99-4cfc-b367-9d2df87e67e9",
    "test_patterns": [
      "environment_detection",
      "environment_specific_operations",
      "feature_flag_conditional_execution",
      "multi_environment_configuration",
      "environment_based_data_handling",
      "feature_flag_combinations"
    ],
    "test_summary": "environment_feature_flags_comprehensive",
    "total_environment_tests": 13
  },
  "environment-feature-flags-test.feature_flag_data": {
    "advanced_analytics": "skipped",
    "api_v2": "skipped",
    "beta_program": "skipped",
    "debug_mode": "skipped",
    "experimental_features": "skipped",
    "new_ui": "skipped"
  },
  "environment-feature-flags-test.multi_env_config": {
    "development": {
      "debug_logging": true,
      "retry_attempts": 3,
      "timeout": 30000
    },
    "production": {
      "debug_logging": false,
      "retry_attempts": 1,
      "timeout": 5000
    },
    "staging": {
      "debug_logging": false,
      "retry_attempts": 2,
      "timeout": 15000
    },
    "test": {
      "debug_logging": false,
      "retry_attempts": 2,
      "timeout": 10000
    }
  },
  "error-handling-test.error_handling_results": {
    "error_handling_results": {
      "bad_gateway": null,
      "bad_request": null,
      "chain_recovery": "error_recovery",
      "cleanup_status": null,
      "continue_after_failure": null,
      "degradation_mode": null,
      "fallback_service": null,
      "forbidden": null,
      "not_found": null,
      "primary_service": null,
      "rate_limit": null,
      "server_error": null,
      "service_unavailable": null,
      "timeout_handling": "{{timeout_result}}",
      "unauthorized": null
    },
    "error_scenarios_tested": [
      "continue_on_failure",
      "timeout_handling",
      "http_error_codes",
      "error_recovery_fallback",
      "graceful_degradation",
      "chain_failure_recovery",
      "error_propagation",
      "network_errors",
      "cleanup_after_errors"
    ],
    "http_status_codes_handled": [
      400,
      401,
      403,
      404,
      422,
      429,
      500,
      502,
      503
    ],
    "recovery_patterns": [
      "fallback_services",
      "graceful_degradation",
      "error_chain_recovery",
      "resource_cleanup"
    ],
    "test_id": "error-afc8e2e9-ee8c-4d98-ace0-c04d982c7248",
    "test_summary": "error_handling_comprehensive",
    "total_error_tests": 10
  },
  "error-handling-test.failure_scenarios": [
    "continue_on_failure",
    "timeout_handling",
    "http_error_codes",
    "error_recovery_fallback",
    "graceful_degradation",
    "chain_failure_recovery",
    "error_propagation",
    "network_errors",
    "cleanup_after_errors"
  ],
  "error-handling-test.recovery_data": [
    "fallback_services",
    "graceful_degradation",
    "error_chain_recovery",
    "resource_cleanup"
  ],
  "faker_demo.generatedEmail": "Brittany.Mitchell@yahoo.com",
  "faker_demo.generatedUserId": 8456786969362432,
  "httpbin-test.captured_username": "alpha_user",
  "httpbin-test.auth_token": "httpbin",
  "variable_cleanup_test.cleanup_verification_result": "cleanup_test_completed",
  "variable_cleanup_test.variable_state_before": null,
  "variable_cleanup_test.variable_state_after": null,
  "environment-variables.env_user": null,
  "environment-variables.env_home": null,
  "environment-variables.env_test_passed": true,
  "faker_comprehensive.generated_user_profile": "{\"user_profile\":{\"id\":\"d142fc31-094b-4a02-ac8f-34eef8f1a563\",\"first_name\":\"Price\",\"last_name\":\"Miller\",\"full_name\":\"Hilda Champlin-Bartoletti\",\"gender\":\"Non-binary\",\"email\":\"Travis.Reynolds@yahoo.com\",\"phone\":\"(415) 296-9932 x603\",\"website\":\"https://disgusting-overnighter.net/\",\"address\":{\"street\":\"7918 Franey Corner\",\"city\":\"Lake Lavonville\",\"state\":\"Massachusetts\",\"country\":\"Dominican Republic\",\"zip_code\":\"28571-7564\",\"latitude\":84.6382,\"longitude\":-114.4559},\"job\":{\"title\":\"Forward Metrics Specialist\",\"department\":\"Infrastructure\",\"company\":\"Kunde - Wiza\"},\"birth_date\":\"2002-12-18T08:44:01.690Z\",\"created_at\":\"2025-10-18T23:02:58.263Z\",\"last_login\":\"2025-10-18T13:29:57.870Z\",\"avatar\":\"https://avatars.githubusercontent.com/u/53642843\",\"bio\":\"Pecto vesco comes ademptio magni carbo ater cohors error. Solium temporibus territo adsidue adeo voluptates acervus. Porro talis audax curis angelus bene.\",\"username\":\"Herman.Schultz\"}}",
  "faker_comprehensive.financial_data": "{\"financial_profile\":{\"account_number\":\"12447327\",\"routing_number\":\"763219866\",\"credit_card\":\"589328513943287374\",\"credit_card_cvv\":\"813\",\"amount\":\"249.92\",\"currency_code\":\"MMK\",\"currency_name\":\"Kwanza\",\"product\":{\"name\":\"Sleek Metal Chair\",\"description\":\"The Football Is Good For Training And Recreational Purposes\",\"price\":\"223.00\",\"department\":\"Games\",\"material\":\"Concrete\"},\"vehicle\":{\"manufacturer\":\"Nissan\",\"model\":\"LeBaron\",\"type\":\"SUV\",\"fuel\":\"Gasoline\",\"vin\":\"7RZ1HAK58HLY43020\"},\"transactions\":[{\"id\":\"42b7dde4-b5a7-47d7-b083-39bd8086b251\",\"amount\":\"535.30\",\"description\":\"Oriental Plastic Keyboard\",\"date\":\"2025-10-19T00:46:57.126Z\"},{\"id\":\"cace6760-9036-4f28-9dd4-8c0f021d8938\",\"amount\":\"4.03\",\"description\":\"Rustic Bronze Pants\",\"date\":\"2025-10-19T01:05:28.532Z\"}]}}",
  "faker_comprehensive.validation_results": "{\"validation_test\":{\"emails\":[\"Danial.Kuvalis92@gmail.com\",\"Norris10@gmail.com\",\"Skye_Botsford@yahoo.com\"],\"uuids\":[\"cf9f3379-5dda-43c5-85fd-13d27166aa1c\",\"73f5a9b1-f413-49a6-b6a2-5e04f6799cee\",\"2983168d-4f9c-4459-9c9e-9e4596edfecf\"],\"phone_numbers\":[\"1-602-444-4075 x042\",\"315.724.2578 x458\",\"378.818.4888\"],\"dates\":{\"past\":\"2025-02-03T16:02:52.736Z\",\"future\":\"2026-03-24T09:50:29.661Z\",\"recent\":\"2025-10-18T14:32:08.117Z\",\"birthdate\":\"2004-02-26T05:37:41.794Z\"},\"consistent_data\":{\"name1\":\"Ms. Kristen Kris\",\"name2\":\"Rodney Lang\",\"email1\":\"Antoinette19@gmail.com\",\"email2\":\"Ewald_Hodkiewicz84@gmail.com\"}}}",
  "variable_interpolation.captured_user_data": null,
  "variable_interpolation.extracted_numbers": null,
  "variable_interpolation.processed_array": null,
  "variable_interpolation.nested_extraction": null,
  "variable_interpolation.final_computed_value": null,
  "complex_scenarios_test.user_access_matrix": {
    "guest_valid": false,
    "registered_valid": false,
    "premium_valid": false,
    "admin_valid": false
  },
  "complex_scenarios_test.scenario_results": {
    "guest_scenario": "not_tested",
    "registered_scenario": "not_tested",
    "premium_scenario": "not_tested",
    "admin_scenario": "not_tested",
    "cross_validation": "not_tested"
  },
  "complex_scenarios_test.conditional_flow_summary": {
    "total_scenarios": 6,
    "conditions_tested": 12,
    "user_types_validated": 4,
    "matrix_validation": false,
    "test_complete": true
  },
  "integration_full.e2e_test_summary": {
    "generated_data": {
      "active_user_count": "length(2)",
      "test_user": null,
      "total_transactions": 10,
      "total_users_processed": 5
    },
    "imported_flows": {
      "auth": {
        "token_present": true,
        "user_authenticated": true
      },
      "setup": {
        "environment": "integration",
        "session_active": true
      }
    },
    "performance": {
      "crud_performance": "excellent",
      "crud_success": true,
      "performance_rating": "excellent",
      "performance_score": 100
    },
    "test_summary": {
      "all_steps_completed": true,
      "environment": "integration",
      "initialization": true,
      "test_id": "INTEG_001"
    }
  },
  "integration_full.performance_metrics": {
    "crud_performance": "excellent",
    "crud_success": true,
    "performance_rating": "excellent",
    "performance_score": 100
  },
  "integration_full.user_journey_data": {
    "active_user_count": "length(2)",
    "test_user": null,
    "total_transactions": 10,
    "total_users_processed": 5
  },
  "integration_full.final_validation_result": "all_tests_passed",
  "advanced_scenarios.auth_status": "authenticated",
  "advanced_scenarios.performance_rating": "excellent",
  "advanced_scenarios.error_count": 1,
  "advanced_scenarios.final_scenario_result": "partial_success",
  "file_upload_test.file_id": "FILE-12345",
  "file_upload_test.upload_metadata": {
    "original_filename": "test_document.pdf",
    "file_size": 256000,
    "upload_time": "2024-01-01T10:00:00Z",
    "file_id": "{{file_id}}"
  },
  "file_upload_test.file_operations_summary": {
    "total_operations": 7,
    "upload_success": true,
    "download_success": true,
    "integrity_verified": true,
    "deletion_confirmed": true,
    "supported_formats_count": 4
  },
  "interactive-input-examples.selected_user_data": "user_001",
  "interactive-input-examples.user_action_result": "view_activity",
  "interactive-input-examples.final_config": {
    "action_performed": "view_activity",
    "batch_size": 10,
    "execution_metadata": {
      "confirmed": null,
      "reason": "{{action_reason}}",
      "test_run": true,
      "timestamp": "2024-01-15T12:00:00Z"
    },
    "notification_settings": {
      "email": "admin@company.com",
      "webhook": "{{webhook_url}}"
    },
    "selected_user": "user_001"
  },
  "faker-advanced-integration.generated_email": "Kylie.Hayes39@gmail.com",
  "faker-advanced-integration.generated_name": "Jeffery Romaguera",
  "faker-advanced-integration.generated_city": "Coral Springs",
  "faker-advanced-integration.generated_company": "Emmerich, Wolf and Little",
  "faker-advanced-integration.locale_name": "Gail Ward",
  "microservices_integration_test.service_health_status": {
    "pre_transaction": "{{all_services_up}}",
    "post_transaction": "{{post_transaction_health}}",
    "degradation_detected": "false"
  },
  "microservices_integration_test.integration_results": {
    "transaction_success": "{{payment_approved && order_updated && notification_sent}}",
    "services_coordination": "successful",
    "data_propagation": "{{all_services_consistent ? 'complete' : 'partial'}}",
    "error_handling": "{{js: (variables.rollback_initiated || variables.rollback_failed) ? 'tested' : 'not_applicable'}}"
  },
  "microservices_integration_test.transaction_trace": {
    "trace_id": "{{tracing_headers.trace_id}}",
    "correlation_id": "{{tracing_headers.correlation_id}}",
    "total_steps": 12,
    "execution_time": "{{js: Math.floor(Math.random() * 5000) + 2000}}ms",
    "service_calls": 11,
    "cross_service_calls": 6
  },
  "microservices_integration_test.service_dependencies": [
    {
      "service": "user-service",
      "dependencies": [],
      "dependents": [
        "order-service",
        "notification-service"
      ]
    },
    {
      "service": "inventory-service",
      "dependencies": [],
      "dependents": [
        "order-service"
      ]
    },
    {
      "service": "order-service",
      "dependencies": [
        "user-service",
        "inventory-service"
      ],
      "dependents": [
        "payment-service",
        "notification-service"
      ]
    },
    {
      "service": "payment-service",
      "dependencies": [
        "order-service"
      ],
      "dependents": [
        "order-service",
        "inventory-service"
      ]
    },
    {
      "service": "notification-service",
      "dependencies": [
        "user-service",
        "order-service"
      ],
      "dependents": []
    }
  ],
  "microservices_integration_test.payment_approved": "true",
  "performance_test.performance_metrics": {
    "response_time_analysis": {
      "fastest": "{{js: Math.min(variables.baseline_response_time, variables.small_payload_time, variables.json_endpoint_time)}}ms",
      "slowest": "{{js: Math.max(variables.medium_payload_time, variables.large_payload_time)}}ms",
      "average": "{{js: Math.round((variables.baseline_response_time + variables.small_payload_time + variables.medium_payload_time + variables.large_payload_time) / 4)}}ms"
    },
    "load_test_results": {
      "light_load_success": "{{light_load_success}}",
      "medium_load_degradation": "{{medium_load_degradation}}",
      "heavy_load_stability": "{{js: Boolean(variables.system_stable_under_load)}}",
      "load_shedding": "{{js: Boolean(variables.load_shedding_active)}}"
    },
    "performance_thresholds": {
      "baseline_met": "{{baseline_success}}",
      "acceptable_met": "{{small_payload_success && medium_payload_success}}",
      "critical_met": "{{large_payload_success}}"
    },
    "system_characteristics": {
      "payload_sensitivity": "{{js: variables.large_payload_time > variables.baseline_response_time * 3 ? 'high' : variables.large_payload_time > variables.baseline_response_time * 2 ? 'medium' : 'low'}}",
      "load_tolerance": "{{system_overloaded ? 'low' : medium_load_degradation ? 'medium' : 'high'}}",
      "timeout_behavior": "{{js: (variables.timeout_handled_correctly || variables.timeout_occurred) ? 'correct' : 'untested'}}"
    }
  },
  "performance_test.response_times": [
    {
      "endpoint": "baseline_get",
      "time": "{{baseline_response_time}}",
      "grade": "{{baseline_performance_grade}}"
    },
    {
      "endpoint": "small_payload_post",
      "time": "{{small_payload_time}}",
      "success": "{{small_payload_success}}"
    },
    {
      "endpoint": "medium_payload_post",
      "time": "{{medium_payload_time}}",
      "success": "{{medium_payload_success}}"
    },
    {
      "endpoint": "large_payload_post",
      "time": "{{large_payload_time}}",
      "success": "{{large_payload_success}}"
    }
  ],
  "performance_test.throughput_results": {
    "baseline_rps": "{{requests_per_second}}",
    "performance_comparison": "{{performance_comparison}}",
    "degradation_under_load": "{{medium_load_degradation}}"
  },
  "performance_test.load_test_summary": {
    "total_scenarios_tested": 3,
    "light_load_result": "{{light_load_success ? 'passed' : 'failed'}}",
    "medium_load_result": "{{medium_load_degradation ? 'degraded' : 'stable'}}",
    "heavy_load_result": "{{system_overloaded ? 'overloaded' : system_stable_under_load ? 'stable' : 'unknown'}}",
    "overall_stability": "{{system_stable_under_load && !system_overloaded ? 'good' : 'needs_attention'}}"
  },
  "data-formatting-examples.formatted_data": {
    "test_summary": "data_formatting_examples",
    "total_examples": 9,
    "transformations_applied": [
      "essential_field_extraction",
      "summary_reports",
      "catalog_views",
      "hierarchical_transformation",
      "csv_formatting",
      "api_response_formatting",
      "conditional_formatting"
    ]
  },
  "data-formatting-examples.transformation_results": [
    "essential_field_extraction",
    "summary_reports",
    "catalog_views",
    "hierarchical_transformation",
    "csv_formatting",
    "api_response_formatting",
    "conditional_formatting"
  ]
}

Test PUT with dynamic modifications

Step #3

2ms
cURL Command
curl -X PUT -H 'Content-Type: application/json' -H 'X-Modified-By: dynamic-generator' -d '{"user_id":2,"modified_name":"Kellie Carroll","modified_email":"Grady3@gmail.com","original_city":"Bedford","modification_timestamp":"2025-10-19T10:28:39.312Z","batch_id":"OEocDkGQ"}' "http://httpbin/put"

📤 Request

Method: PUT
URL: http://httpbin/put
Base URL: http://httpbin
Request Headers
Content-Type: application/json
X-Modified-By: dynamic-generator
Request Body
{
  "user_id": 2,
  "modified_name": "Kellie Carroll",
  "modified_email": "Grady3@gmail.com",
  "original_city": "Bedford",
  "modification_timestamp": "2025-10-19T10:28:39.312Z",
  "batch_id": "OEocDkGQ"
}

📥 Response

Status Code: 200
Duration: 2ms
Size: 754 bytes
Response Headers
server: gunicorn/19.9.0
date: Sun, 19 Oct 2025 10:28:39 GMT
connection: keep-alive
content-type: application/json
content-length: 897
access-control-allow-origin: *
access-control-allow-credentials: true
Response Body
{
  "args": {},
  "data": "{\"user_id\":2,\"modified_name\":\"Kellie Carroll\",\"modified_email\":\"Grady3@gmail.com\",\"original_city\":\"Bedford\",\"modification_timestamp\":\"2025-10-19T10:28:39.312Z\",\"batch_id\":\"OEocDkGQ\"}",
  "files": {},
  "form": {},
  "headers": {
    "Accept": "application/json, text/plain, */*",
    "Accept-Encoding": "gzip, compress, deflate, br",
    "Connection": "keep-alive",
    "Content-Length": "182",
    "Content-Type": "application/json",
    "Host": "httpbin",
    "User-Agent": "axios/1.12.1",
    "X-Modified-By": "dynamic-generator"
  },
  "json": {
    "batch_id": "OEocDkGQ",
    "modification_timestamp": "2025-10-19T10:28:39.312Z",
    "modified_email": "Grady3@gmail.com",
    "modified_name": "Kellie Carroll",
    "original_city": "Bedford",
    "user_id": 2
  },
  "origin": "172.18.0.3",
  "url": "http://httpbin/put"
}
📊
Total
2
assertions
Passed
2
assertions
📈
Success Rate
100%
success

status_code

PASSED
✓ Match
Condição
status_code equals 200
Assertion passou conforme esperado
Valor recebido: 200

body.data.contains

PASSED
Condição
body.data.contains equals user_id
Comparação de Valores
Esperado expected
user_id
Recebido actual
{"user_id":2,"modified_name":"Kellie Carroll","modified_email":"Grady3@gmail.com","original_city":"Bedford","modification_timestamp":"2025-10-19T10:28:39.312Z","batch_id":"OEocDkGQ"}
Captured Variables
{
  "modified_user_data": null,
  "put_response_time": null
}
Available Variables
{
  "api_base_url": "http://localhost:8080",
  "api_endpoints": [
    {
      "path": "/get",
      "method": "GET",
      "description": "Get request test"
    },
    {
      "path": "/post",
      "method": "POST",
      "description": "Post request test"
    },
    {
      "path": "/put",
      "method": "PUT",
      "description": "Put request test"
    },
    {
      "path": "/delete",
      "method": "DELETE",
      "description": "Delete request test"
    }
  ],
  "auth_flows_test.jwt_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.mock_payload",
  "auth_flows_test.oauth2_access_token": "oauth2_access_token_xyz",
  "auth_flows_test.user_permissions": [
    "read",
    "write"
  ],
  "auth_flows_test.auth_flow_results": {
    "jwt_authentication": {
      "status": "{{jwt_login_success && jwt_valid && jwt_refresh_success ? 'success' : 'partial'}}",
      "tokens_issued": 2,
      "profile_access": "{{js: Boolean(variables.profile_fetch_success)}}"
    },
    "oauth2_authentication": {
      "status": "{{oauth2_token_exchange_success && oauth2_resource_access ? 'success' : 'partial'}}",
      "authorization_code_flow": "{{js: Boolean(variables.oauth2_auth_started)}}",
      "token_management": "{{js: Boolean(variables.oauth2_token_revoked)}}"
    },
    "security_validation": {
      "expired_tokens": "{{js: Boolean(variables.jwt_expired_handled)}}",
      "revoked_tokens": "{{js: Boolean(variables.revoked_token_rejected)}}",
      "permissions": "{{js: Boolean(variables.admin_permission_granted || variables.admin_permission_denied)}}"
    },
    "session_management": {
      "logout_success": "{{js: Boolean(variables.complete_logout)}}",
      "cleanup_complete": "{{js: Boolean(variables.all_tokens_revoked)}}"
    }
  },
  "complex-workflows-test.workflow_results": {
    "api_contract_validations": {
      "order_service": null,
      "payment_service": null,
      "user_service": null
    },
    "business_outcomes": {
      "customer_id": "{{customer_id}}",
      "items_purchased": 3,
      "order_id": null,
      "total_revenue": 594.96,
      "transaction_id": null,
      "workflow_completion": null
    },
    "ecommerce_workflow_results": {
      "cart_management": "success",
      "catalog_browsing": null,
      "customer_registration": null,
      "fulfillment_initiated": null,
      "order_created": null,
      "payment_processed": null,
      "product_details": null,
      "promotions_applied": null,
      "shipping_calculated": null
    },
    "end_to_end_success": true,
    "microservices_communication": {
      "inventory_service": null,
      "notification_service": null
    },
    "test_summary": "complex_workflows_ecommerce_contracts",
    "total_complex_workflow_tests": 13,
    "workflow_patterns_tested": [
      "customer_lifecycle_management",
      "product_catalog_interaction",
      "cart_and_checkout_process",
      "payment_transaction_flow",
      "order_fulfillment_pipeline",
      "api_contract_validation",
      "microservices_integration",
      "end_to_end_business_process",
      "workflow_analytics_tracking"
    ],
    "workflow_test_id": "workflow-ce7a02af-3257-4a3b-b77e-2dad7569115e"
  },
  "complex-workflows-test.ecommerce_data": {
    "cart_management": "success",
    "catalog_browsing": null,
    "customer_registration": null,
    "fulfillment_initiated": null,
    "order_created": null,
    "payment_processed": null,
    "product_details": null,
    "promotions_applied": null,
    "shipping_calculated": null
  },
  "complex-workflows-test.contract_validation_results": {
    "order_service": null,
    "payment_service": null,
    "user_service": null
  },
  "auth.token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImlhdCI6MTUxNjIzOTAyMn0.KMUFsIDTnFmyG3nMiGM6H9FNFUROf3wh7SmqJp-QV30",
  "input-capture-test.normalized_email": "John.Doe@Example.COM",
  "input-capture-test.email_domain": "John.Doe@Example.COM",
  "input-capture-test.full_name": "John Michael Doe",
  "dependency-setup.auth_token": "test_user",
  "dependency-setup.session_id": "172.18.0.3",
  "dependency-setup.config_id": "v2",
  "dependency-setup.setup_timestamp": true,
  "comprehensive_basic.captured_echo_data": {
    "action": "create_resource",
    "metadata": {
      "api_version": "v2.1",
      "test_mode": true,
      "timestamp": "2024-01-01T00:00:00Z"
    },
    "user_id": 12345,
    "username": "flow_test_user"
  },
  "comprehensive_basic.generated_uuid": "httpbin",
  "comprehensive_basic.final_status": "completed",
  "javascript-expressions.js_calculated": 50,
  "javascript-expressions.js_timestamp": 1760869717656,
  "iteration-examples.users_tested": null,
  "iteration-examples.range_test_summary": null,
  "sensitive-data-security.security_test_passed": null,
  "sensitive-data-security.sensitive_data_masked": null,
  "sensitive-data-security.auth_tokens_secure": null,
  "webhooks-realtime.webhook_delivered": true,
  "webhooks-realtime.webhook_system_healthy": false,
  "webhooks-realtime.event_user_id": "31b4e06a-4cf5-4af9-b89d-4c7d79e5e91e",
  "webhooks-realtime.stream_event_count": 3,
  "retry-logic-comprehensive.retry_attempts": 1,
  "retry-logic-comprehensive.retry_system_functional": false,
  "retry-logic-comprehensive.jittered_response_time": null,
  "file-upload-multipart-test.upload_results": {
    "content_types_tested": [
      "text/plain",
      "application/json",
      "application/octet-stream",
      "image/jpeg",
      "application/pdf",
      "video/mp4",
      "multipart/form-data"
    ],
    "test_id": "upload-6b89f201-e691-4ce2-ac53-a9d39aae657e",
    "test_patterns": [
      "single_file_upload",
      "multiple_file_upload",
      "large_file_handling",
      "chunked_upload_process",
      "upload_validation",
      "error_handling",
      "resume_functionality"
    ],
    "test_summary": "file_upload_multipart_comprehensive",
    "total_upload_tests": 12,
    "upload_results": {
      "binary_upload": null,
      "chunked_upload": null,
      "image_upload": null,
      "json_upload": null,
      "large_file": null,
      "mixed_form": null,
      "multiple_upload": null,
      "resume_upload": null,
      "text_upload": null,
      "validated_upload": null
    },
    "upload_scenarios_tested": [
      "text_file_upload",
      "json_file_upload",
      "binary_file_upload",
      "image_file_upload",
      "multiple_files_upload",
      "mixed_form_data",
      "large_file_upload",
      "chunked_upload",
      "validated_upload",
      "error_scenarios",
      "resume_upload"
    ]
  },
  "file-upload-multipart-test.multipart_data": {
    "binary_upload": null,
    "chunked_upload": null,
    "image_upload": null,
    "json_upload": null,
    "large_file": null,
    "mixed_form": null,
    "multiple_upload": null,
    "resume_upload": null,
    "text_upload": null,
    "validated_upload": null
  },
  "file-upload-multipart-test.file_handling_status": [
    "text_file_upload",
    "json_file_upload",
    "binary_file_upload",
    "image_file_upload",
    "multiple_files_upload",
    "mixed_form_data",
    "large_file_upload",
    "chunked_upload",
    "validated_upload",
    "error_scenarios",
    "resume_upload"
  ],
  "advanced-assertions-test.assertion_results": {
    "assertion_types_tested": [
      "regex_matching",
      "length_validation",
      "type_checking",
      "oneof_validation",
      "numeric_ranges",
      "complex_nested",
      "array_elements",
      "conditional_exists",
      "error_structure",
      "performance_combined"
    ],
    "test_id": "assert-f27e4cec-c756-4dad-8a77-a4177723732c",
    "test_patterns": {
      "array_length": null,
      "complex_nested": null,
      "email_regex": null,
      "length_exact": null,
      "oneof_strings": null,
      "phone_regex": null,
      "type_validation": null,
      "url_regex": null,
      "uuid_regex": null
    },
    "test_summary": "advanced_assertions_comprehensive",
    "total_assertion_tests": 11
  },
  "advanced-assertions-test.validation_data": {
    "array_length": null,
    "complex_nested": null,
    "email_regex": null,
    "length_exact": null,
    "oneof_strings": null,
    "phone_regex": null,
    "type_validation": null,
    "url_regex": null,
    "uuid_regex": null
  },
  "advanced-assertions-test.regex_test_results": [
    "regex_matching",
    "length_validation",
    "type_checking",
    "oneof_validation",
    "numeric_ranges",
    "complex_nested",
    "array_elements",
    "conditional_exists",
    "error_structure",
    "performance_combined"
  ],
  "advanced-retry-patterns.retry_results": {
    "base_delay_ms": 1000,
    "max_retries_configured": 3,
    "patterns_tested": [
      "exponential_backoff",
      "linear_backoff",
      "fixed_delay",
      "conditional_retry",
      "no_retry_4xx",
      "timeout_retry_combo",
      "high_frequency",
      "multi_condition",
      "performance_tracking",
      "retry_chain"
    ],
    "test_id": "retry-cd4a5b7a-ee7d-4084-be15-f5ddbce03d5a",
    "test_summary": "advanced_retry_patterns",
    "total_retry_tests": 12
  },
  "advanced-retry-patterns.backoff_measurements": [
    "exponential_backoff",
    "linear_backoff",
    "fixed_delay",
    "conditional_retry",
    "no_retry_4xx",
    "timeout_retry_combo",
    "high_frequency",
    "multi_condition",
    "performance_tracking",
    "retry_chain"
  ],
  "environment-feature-flags-test.environment_results": {
    "current_environment": null,
    "deployment_stage": null,
    "environment_configurations": {
      "development": {
        "debug_logging": true,
        "retry_attempts": 3,
        "timeout": 30000
      },
      "production": {
        "debug_logging": false,
        "retry_attempts": 1,
        "timeout": 5000
      },
      "staging": {
        "debug_logging": false,
        "retry_attempts": 2,
        "timeout": 15000
      },
      "test": {
        "debug_logging": false,
        "retry_attempts": 2,
        "timeout": 10000
      }
    },
    "environment_specific_tests": {
      "development": "skipped",
      "production": "skipped",
      "staging": "skipped",
      "test": "skipped"
    },
    "environment_urls": {
      "development": "http://localhost:3000",
      "production": "https://api.example.com",
      "staging": "https://staging-api.example.com",
      "test": "http://localhost:8080"
    },
    "feature_flag_results": {
      "advanced_analytics": "skipped",
      "api_v2": "skipped",
      "beta_program": "skipped",
      "debug_mode": "skipped",
      "experimental_features": "skipped",
      "new_ui": "skipped"
    },
    "feature_flags_tested": {
      "advanced_analytics": null,
      "api_v2": null,
      "beta_program": null,
      "debug_mode": null,
      "experimental_features": null,
      "new_ui": null
    },
    "test_environment": null,
    "test_id": "env-9155d18f-ba99-4cfc-b367-9d2df87e67e9",
    "test_patterns": [
      "environment_detection",
      "environment_specific_operations",
      "feature_flag_conditional_execution",
      "multi_environment_configuration",
      "environment_based_data_handling",
      "feature_flag_combinations"
    ],
    "test_summary": "environment_feature_flags_comprehensive",
    "total_environment_tests": 13
  },
  "environment-feature-flags-test.feature_flag_data": {
    "advanced_analytics": "skipped",
    "api_v2": "skipped",
    "beta_program": "skipped",
    "debug_mode": "skipped",
    "experimental_features": "skipped",
    "new_ui": "skipped"
  },
  "environment-feature-flags-test.multi_env_config": {
    "development": {
      "debug_logging": true,
      "retry_attempts": 3,
      "timeout": 30000
    },
    "production": {
      "debug_logging": false,
      "retry_attempts": 1,
      "timeout": 5000
    },
    "staging": {
      "debug_logging": false,
      "retry_attempts": 2,
      "timeout": 15000
    },
    "test": {
      "debug_logging": false,
      "retry_attempts": 2,
      "timeout": 10000
    }
  },
  "error-handling-test.error_handling_results": {
    "error_handling_results": {
      "bad_gateway": null,
      "bad_request": null,
      "chain_recovery": "error_recovery",
      "cleanup_status": null,
      "continue_after_failure": null,
      "degradation_mode": null,
      "fallback_service": null,
      "forbidden": null,
      "not_found": null,
      "primary_service": null,
      "rate_limit": null,
      "server_error": null,
      "service_unavailable": null,
      "timeout_handling": "{{timeout_result}}",
      "unauthorized": null
    },
    "error_scenarios_tested": [
      "continue_on_failure",
      "timeout_handling",
      "http_error_codes",
      "error_recovery_fallback",
      "graceful_degradation",
      "chain_failure_recovery",
      "error_propagation",
      "network_errors",
      "cleanup_after_errors"
    ],
    "http_status_codes_handled": [
      400,
      401,
      403,
      404,
      422,
      429,
      500,
      502,
      503
    ],
    "recovery_patterns": [
      "fallback_services",
      "graceful_degradation",
      "error_chain_recovery",
      "resource_cleanup"
    ],
    "test_id": "error-afc8e2e9-ee8c-4d98-ace0-c04d982c7248",
    "test_summary": "error_handling_comprehensive",
    "total_error_tests": 10
  },
  "error-handling-test.failure_scenarios": [
    "continue_on_failure",
    "timeout_handling",
    "http_error_codes",
    "error_recovery_fallback",
    "graceful_degradation",
    "chain_failure_recovery",
    "error_propagation",
    "network_errors",
    "cleanup_after_errors"
  ],
  "error-handling-test.recovery_data": [
    "fallback_services",
    "graceful_degradation",
    "error_chain_recovery",
    "resource_cleanup"
  ],
  "faker_demo.generatedEmail": "Brittany.Mitchell@yahoo.com",
  "faker_demo.generatedUserId": 8456786969362432,
  "httpbin-test.captured_username": "alpha_user",
  "httpbin-test.auth_token": "httpbin",
  "variable_cleanup_test.cleanup_verification_result": "cleanup_test_completed",
  "variable_cleanup_test.variable_state_before": null,
  "variable_cleanup_test.variable_state_after": null,
  "environment-variables.env_user": null,
  "environment-variables.env_home": null,
  "environment-variables.env_test_passed": true,
  "faker_comprehensive.generated_user_profile": "{\"user_profile\":{\"id\":\"d142fc31-094b-4a02-ac8f-34eef8f1a563\",\"first_name\":\"Price\",\"last_name\":\"Miller\",\"full_name\":\"Hilda Champlin-Bartoletti\",\"gender\":\"Non-binary\",\"email\":\"Travis.Reynolds@yahoo.com\",\"phone\":\"(415) 296-9932 x603\",\"website\":\"https://disgusting-overnighter.net/\",\"address\":{\"street\":\"7918 Franey Corner\",\"city\":\"Lake Lavonville\",\"state\":\"Massachusetts\",\"country\":\"Dominican Republic\",\"zip_code\":\"28571-7564\",\"latitude\":84.6382,\"longitude\":-114.4559},\"job\":{\"title\":\"Forward Metrics Specialist\",\"department\":\"Infrastructure\",\"company\":\"Kunde - Wiza\"},\"birth_date\":\"2002-12-18T08:44:01.690Z\",\"created_at\":\"2025-10-18T23:02:58.263Z\",\"last_login\":\"2025-10-18T13:29:57.870Z\",\"avatar\":\"https://avatars.githubusercontent.com/u/53642843\",\"bio\":\"Pecto vesco comes ademptio magni carbo ater cohors error. Solium temporibus territo adsidue adeo voluptates acervus. Porro talis audax curis angelus bene.\",\"username\":\"Herman.Schultz\"}}",
  "faker_comprehensive.financial_data": "{\"financial_profile\":{\"account_number\":\"12447327\",\"routing_number\":\"763219866\",\"credit_card\":\"589328513943287374\",\"credit_card_cvv\":\"813\",\"amount\":\"249.92\",\"currency_code\":\"MMK\",\"currency_name\":\"Kwanza\",\"product\":{\"name\":\"Sleek Metal Chair\",\"description\":\"The Football Is Good For Training And Recreational Purposes\",\"price\":\"223.00\",\"department\":\"Games\",\"material\":\"Concrete\"},\"vehicle\":{\"manufacturer\":\"Nissan\",\"model\":\"LeBaron\",\"type\":\"SUV\",\"fuel\":\"Gasoline\",\"vin\":\"7RZ1HAK58HLY43020\"},\"transactions\":[{\"id\":\"42b7dde4-b5a7-47d7-b083-39bd8086b251\",\"amount\":\"535.30\",\"description\":\"Oriental Plastic Keyboard\",\"date\":\"2025-10-19T00:46:57.126Z\"},{\"id\":\"cace6760-9036-4f28-9dd4-8c0f021d8938\",\"amount\":\"4.03\",\"description\":\"Rustic Bronze Pants\",\"date\":\"2025-10-19T01:05:28.532Z\"}]}}",
  "faker_comprehensive.validation_results": "{\"validation_test\":{\"emails\":[\"Danial.Kuvalis92@gmail.com\",\"Norris10@gmail.com\",\"Skye_Botsford@yahoo.com\"],\"uuids\":[\"cf9f3379-5dda-43c5-85fd-13d27166aa1c\",\"73f5a9b1-f413-49a6-b6a2-5e04f6799cee\",\"2983168d-4f9c-4459-9c9e-9e4596edfecf\"],\"phone_numbers\":[\"1-602-444-4075 x042\",\"315.724.2578 x458\",\"378.818.4888\"],\"dates\":{\"past\":\"2025-02-03T16:02:52.736Z\",\"future\":\"2026-03-24T09:50:29.661Z\",\"recent\":\"2025-10-18T14:32:08.117Z\",\"birthdate\":\"2004-02-26T05:37:41.794Z\"},\"consistent_data\":{\"name1\":\"Ms. Kristen Kris\",\"name2\":\"Rodney Lang\",\"email1\":\"Antoinette19@gmail.com\",\"email2\":\"Ewald_Hodkiewicz84@gmail.com\"}}}",
  "variable_interpolation.captured_user_data": null,
  "variable_interpolation.extracted_numbers": null,
  "variable_interpolation.processed_array": null,
  "variable_interpolation.nested_extraction": null,
  "variable_interpolation.final_computed_value": null,
  "complex_scenarios_test.user_access_matrix": {
    "guest_valid": false,
    "registered_valid": false,
    "premium_valid": false,
    "admin_valid": false
  },
  "complex_scenarios_test.scenario_results": {
    "guest_scenario": "not_tested",
    "registered_scenario": "not_tested",
    "premium_scenario": "not_tested",
    "admin_scenario": "not_tested",
    "cross_validation": "not_tested"
  },
  "complex_scenarios_test.conditional_flow_summary": {
    "total_scenarios": 6,
    "conditions_tested": 12,
    "user_types_validated": 4,
    "matrix_validation": false,
    "test_complete": true
  },
  "integration_full.e2e_test_summary": {
    "generated_data": {
      "active_user_count": "length(2)",
      "test_user": null,
      "total_transactions": 10,
      "total_users_processed": 5
    },
    "imported_flows": {
      "auth": {
        "token_present": true,
        "user_authenticated": true
      },
      "setup": {
        "environment": "integration",
        "session_active": true
      }
    },
    "performance": {
      "crud_performance": "excellent",
      "crud_success": true,
      "performance_rating": "excellent",
      "performance_score": 100
    },
    "test_summary": {
      "all_steps_completed": true,
      "environment": "integration",
      "initialization": true,
      "test_id": "INTEG_001"
    }
  },
  "integration_full.performance_metrics": {
    "crud_performance": "excellent",
    "crud_success": true,
    "performance_rating": "excellent",
    "performance_score": 100
  },
  "integration_full.user_journey_data": {
    "active_user_count": "length(2)",
    "test_user": null,
    "total_transactions": 10,
    "total_users_processed": 5
  },
  "integration_full.final_validation_result": "all_tests_passed",
  "advanced_scenarios.auth_status": "authenticated",
  "advanced_scenarios.performance_rating": "excellent",
  "advanced_scenarios.error_count": 1,
  "advanced_scenarios.final_scenario_result": "partial_success",
  "file_upload_test.file_id": "FILE-12345",
  "file_upload_test.upload_metadata": {
    "original_filename": "test_document.pdf",
    "file_size": 256000,
    "upload_time": "2024-01-01T10:00:00Z",
    "file_id": "{{file_id}}"
  },
  "file_upload_test.file_operations_summary": {
    "total_operations": 7,
    "upload_success": true,
    "download_success": true,
    "integrity_verified": true,
    "deletion_confirmed": true,
    "supported_formats_count": 4
  },
  "interactive-input-examples.selected_user_data": "user_001",
  "interactive-input-examples.user_action_result": "view_activity",
  "interactive-input-examples.final_config": {
    "action_performed": "view_activity",
    "batch_size": 10,
    "execution_metadata": {
      "confirmed": null,
      "reason": "{{action_reason}}",
      "test_run": true,
      "timestamp": "2024-01-15T12:00:00Z"
    },
    "notification_settings": {
      "email": "admin@company.com",
      "webhook": "{{webhook_url}}"
    },
    "selected_user": "user_001"
  },
  "faker-advanced-integration.generated_email": "Kylie.Hayes39@gmail.com",
  "faker-advanced-integration.generated_name": "Jeffery Romaguera",
  "faker-advanced-integration.generated_city": "Coral Springs",
  "faker-advanced-integration.generated_company": "Emmerich, Wolf and Little",
  "faker-advanced-integration.locale_name": "Gail Ward",
  "microservices_integration_test.service_health_status": {
    "pre_transaction": "{{all_services_up}}",
    "post_transaction": "{{post_transaction_health}}",
    "degradation_detected": "false"
  },
  "microservices_integration_test.integration_results": {
    "transaction_success": "{{payment_approved && order_updated && notification_sent}}",
    "services_coordination": "successful",
    "data_propagation": "{{all_services_consistent ? 'complete' : 'partial'}}",
    "error_handling": "{{js: (variables.rollback_initiated || variables.rollback_failed) ? 'tested' : 'not_applicable'}}"
  },
  "microservices_integration_test.transaction_trace": {
    "trace_id": "{{tracing_headers.trace_id}}",
    "correlation_id": "{{tracing_headers.correlation_id}}",
    "total_steps": 12,
    "execution_time": "{{js: Math.floor(Math.random() * 5000) + 2000}}ms",
    "service_calls": 11,
    "cross_service_calls": 6
  },
  "microservices_integration_test.service_dependencies": [
    {
      "service": "user-service",
      "dependencies": [],
      "dependents": [
        "order-service",
        "notification-service"
      ]
    },
    {
      "service": "inventory-service",
      "dependencies": [],
      "dependents": [
        "order-service"
      ]
    },
    {
      "service": "order-service",
      "dependencies": [
        "user-service",
        "inventory-service"
      ],
      "dependents": [
        "payment-service",
        "notification-service"
      ]
    },
    {
      "service": "payment-service",
      "dependencies": [
        "order-service"
      ],
      "dependents": [
        "order-service",
        "inventory-service"
      ]
    },
    {
      "service": "notification-service",
      "dependencies": [
        "user-service",
        "order-service"
      ],
      "dependents": []
    }
  ],
  "microservices_integration_test.payment_approved": "true",
  "performance_test.performance_metrics": {
    "response_time_analysis": {
      "fastest": "{{js: Math.min(variables.baseline_response_time, variables.small_payload_time, variables.json_endpoint_time)}}ms",
      "slowest": "{{js: Math.max(variables.medium_payload_time, variables.large_payload_time)}}ms",
      "average": "{{js: Math.round((variables.baseline_response_time + variables.small_payload_time + variables.medium_payload_time + variables.large_payload_time) / 4)}}ms"
    },
    "load_test_results": {
      "light_load_success": "{{light_load_success}}",
      "medium_load_degradation": "{{medium_load_degradation}}",
      "heavy_load_stability": "{{js: Boolean(variables.system_stable_under_load)}}",
      "load_shedding": "{{js: Boolean(variables.load_shedding_active)}}"
    },
    "performance_thresholds": {
      "baseline_met": "{{baseline_success}}",
      "acceptable_met": "{{small_payload_success && medium_payload_success}}",
      "critical_met": "{{large_payload_success}}"
    },
    "system_characteristics": {
      "payload_sensitivity": "{{js: variables.large_payload_time > variables.baseline_response_time * 3 ? 'high' : variables.large_payload_time > variables.baseline_response_time * 2 ? 'medium' : 'low'}}",
      "load_tolerance": "{{system_overloaded ? 'low' : medium_load_degradation ? 'medium' : 'high'}}",
      "timeout_behavior": "{{js: (variables.timeout_handled_correctly || variables.timeout_occurred) ? 'correct' : 'untested'}}"
    }
  },
  "performance_test.response_times": [
    {
      "endpoint": "baseline_get",
      "time": "{{baseline_response_time}}",
      "grade": "{{baseline_performance_grade}}"
    },
    {
      "endpoint": "small_payload_post",
      "time": "{{small_payload_time}}",
      "success": "{{small_payload_success}}"
    },
    {
      "endpoint": "medium_payload_post",
      "time": "{{medium_payload_time}}",
      "success": "{{medium_payload_success}}"
    },
    {
      "endpoint": "large_payload_post",
      "time": "{{large_payload_time}}",
      "success": "{{large_payload_success}}"
    }
  ],
  "performance_test.throughput_results": {
    "baseline_rps": "{{requests_per_second}}",
    "performance_comparison": "{{performance_comparison}}",
    "degradation_under_load": "{{medium_load_degradation}}"
  },
  "performance_test.load_test_summary": {
    "total_scenarios_tested": 3,
    "light_load_result": "{{light_load_success ? 'passed' : 'failed'}}",
    "medium_load_result": "{{medium_load_degradation ? 'degraded' : 'stable'}}",
    "heavy_load_result": "{{system_overloaded ? 'overloaded' : system_stable_under_load ? 'stable' : 'unknown'}}",
    "overall_stability": "{{system_stable_under_load && !system_overloaded ? 'good' : 'needs_attention'}}"
  },
  "data-formatting-examples.formatted_data": {
    "test_summary": "data_formatting_examples",
    "total_examples": 9,
    "transformations_applied": [
      "essential_field_extraction",
      "summary_reports",
      "catalog_views",
      "hierarchical_transformation",
      "csv_formatting",
      "api_response_formatting",
      "conditional_formatting"
    ]
  },
  "data-formatting-examples.transformation_results": [
    "essential_field_extraction",
    "summary_reports",
    "catalog_views",
    "hierarchical_transformation",
    "csv_formatting",
    "api_response_formatting",
    "conditional_formatting"
  ]
}

Test DELETE with dynamic cleanup

Step #4

2ms
cURL Command
curl -X DELETE -H 'X-Delete-Reason: dynamic-test-cleanup' -H 'X-User-To-Delete: 3' "http://httpbin/delete"

📤 Request

Method: DELETE
URL: http://httpbin/delete
Base URL: http://httpbin
Request Headers
X-Delete-Reason: dynamic-test-cleanup
X-User-To-Delete: 3
Request Body
{
  "user_id": 3,
  "user_email": "Mabelle_Bernier@gmail.com",
  "deletion_timestamp": 1760869719314,
  "cleanup_batch": "dynamic-generation-cleanup"
}

📥 Response

Status Code: 200
Duration: 2ms
Size: 679 bytes
Response Headers
server: gunicorn/19.9.0
date: Sun, 19 Oct 2025 10:28:39 GMT
connection: keep-alive
content-type: application/json
content-length: 815
access-control-allow-origin: *
access-control-allow-credentials: true
Response Body
{
  "args": {},
  "data": "{\"user_id\":3,\"user_email\":\"Mabelle_Bernier@gmail.com\",\"deletion_timestamp\":1760869719314,\"cleanup_batch\":\"dynamic-generation-cleanup\"}",
  "files": {},
  "form": {},
  "headers": {
    "Accept": "application/json, text/plain, */*",
    "Accept-Encoding": "gzip, compress, deflate, br",
    "Connection": "keep-alive",
    "Content-Length": "134",
    "Content-Type": "application/json",
    "Host": "httpbin",
    "User-Agent": "axios/1.12.1",
    "X-Delete-Reason": "dynamic-test-cleanup",
    "X-User-To-Delete": "3"
  },
  "json": {
    "cleanup_batch": "dynamic-generation-cleanup",
    "deletion_timestamp": 1760869719314,
    "user_email": "Mabelle_Bernier@gmail.com",
    "user_id": 3
  },
  "origin": "172.18.0.3",
  "url": "http://httpbin/delete"
}
📊
Total
1
assertions
Passed
1
assertion
📈
Success Rate
100%
success

status_code

PASSED
✓ Match
Condição
status_code equals 200
Assertion passou conforme esperado
Valor recebido: 200
Captured Variables
{
  "deleted_user_data": null,
  "delete_response_time": null
}
Available Variables
{
  "api_base_url": "http://localhost:8080",
  "api_endpoints": [
    {
      "path": "/get",
      "method": "GET",
      "description": "Get request test"
    },
    {
      "path": "/post",
      "method": "POST",
      "description": "Post request test"
    },
    {
      "path": "/put",
      "method": "PUT",
      "description": "Put request test"
    },
    {
      "path": "/delete",
      "method": "DELETE",
      "description": "Delete request test"
    }
  ],
  "auth_flows_test.jwt_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.mock_payload",
  "auth_flows_test.oauth2_access_token": "oauth2_access_token_xyz",
  "auth_flows_test.user_permissions": [
    "read",
    "write"
  ],
  "auth_flows_test.auth_flow_results": {
    "jwt_authentication": {
      "status": "{{jwt_login_success && jwt_valid && jwt_refresh_success ? 'success' : 'partial'}}",
      "tokens_issued": 2,
      "profile_access": "{{js: Boolean(variables.profile_fetch_success)}}"
    },
    "oauth2_authentication": {
      "status": "{{oauth2_token_exchange_success && oauth2_resource_access ? 'success' : 'partial'}}",
      "authorization_code_flow": "{{js: Boolean(variables.oauth2_auth_started)}}",
      "token_management": "{{js: Boolean(variables.oauth2_token_revoked)}}"
    },
    "security_validation": {
      "expired_tokens": "{{js: Boolean(variables.jwt_expired_handled)}}",
      "revoked_tokens": "{{js: Boolean(variables.revoked_token_rejected)}}",
      "permissions": "{{js: Boolean(variables.admin_permission_granted || variables.admin_permission_denied)}}"
    },
    "session_management": {
      "logout_success": "{{js: Boolean(variables.complete_logout)}}",
      "cleanup_complete": "{{js: Boolean(variables.all_tokens_revoked)}}"
    }
  },
  "complex-workflows-test.workflow_results": {
    "api_contract_validations": {
      "order_service": null,
      "payment_service": null,
      "user_service": null
    },
    "business_outcomes": {
      "customer_id": "{{customer_id}}",
      "items_purchased": 3,
      "order_id": null,
      "total_revenue": 594.96,
      "transaction_id": null,
      "workflow_completion": null
    },
    "ecommerce_workflow_results": {
      "cart_management": "success",
      "catalog_browsing": null,
      "customer_registration": null,
      "fulfillment_initiated": null,
      "order_created": null,
      "payment_processed": null,
      "product_details": null,
      "promotions_applied": null,
      "shipping_calculated": null
    },
    "end_to_end_success": true,
    "microservices_communication": {
      "inventory_service": null,
      "notification_service": null
    },
    "test_summary": "complex_workflows_ecommerce_contracts",
    "total_complex_workflow_tests": 13,
    "workflow_patterns_tested": [
      "customer_lifecycle_management",
      "product_catalog_interaction",
      "cart_and_checkout_process",
      "payment_transaction_flow",
      "order_fulfillment_pipeline",
      "api_contract_validation",
      "microservices_integration",
      "end_to_end_business_process",
      "workflow_analytics_tracking"
    ],
    "workflow_test_id": "workflow-ce7a02af-3257-4a3b-b77e-2dad7569115e"
  },
  "complex-workflows-test.ecommerce_data": {
    "cart_management": "success",
    "catalog_browsing": null,
    "customer_registration": null,
    "fulfillment_initiated": null,
    "order_created": null,
    "payment_processed": null,
    "product_details": null,
    "promotions_applied": null,
    "shipping_calculated": null
  },
  "complex-workflows-test.contract_validation_results": {
    "order_service": null,
    "payment_service": null,
    "user_service": null
  },
  "auth.token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImlhdCI6MTUxNjIzOTAyMn0.KMUFsIDTnFmyG3nMiGM6H9FNFUROf3wh7SmqJp-QV30",
  "input-capture-test.normalized_email": "John.Doe@Example.COM",
  "input-capture-test.email_domain": "John.Doe@Example.COM",
  "input-capture-test.full_name": "John Michael Doe",
  "dependency-setup.auth_token": "test_user",
  "dependency-setup.session_id": "172.18.0.3",
  "dependency-setup.config_id": "v2",
  "dependency-setup.setup_timestamp": true,
  "comprehensive_basic.captured_echo_data": {
    "action": "create_resource",
    "metadata": {
      "api_version": "v2.1",
      "test_mode": true,
      "timestamp": "2024-01-01T00:00:00Z"
    },
    "user_id": 12345,
    "username": "flow_test_user"
  },
  "comprehensive_basic.generated_uuid": "httpbin",
  "comprehensive_basic.final_status": "completed",
  "javascript-expressions.js_calculated": 50,
  "javascript-expressions.js_timestamp": 1760869717656,
  "iteration-examples.users_tested": null,
  "iteration-examples.range_test_summary": null,
  "sensitive-data-security.security_test_passed": null,
  "sensitive-data-security.sensitive_data_masked": null,
  "sensitive-data-security.auth_tokens_secure": null,
  "webhooks-realtime.webhook_delivered": true,
  "webhooks-realtime.webhook_system_healthy": false,
  "webhooks-realtime.event_user_id": "31b4e06a-4cf5-4af9-b89d-4c7d79e5e91e",
  "webhooks-realtime.stream_event_count": 3,
  "retry-logic-comprehensive.retry_attempts": 1,
  "retry-logic-comprehensive.retry_system_functional": false,
  "retry-logic-comprehensive.jittered_response_time": null,
  "file-upload-multipart-test.upload_results": {
    "content_types_tested": [
      "text/plain",
      "application/json",
      "application/octet-stream",
      "image/jpeg",
      "application/pdf",
      "video/mp4",
      "multipart/form-data"
    ],
    "test_id": "upload-6b89f201-e691-4ce2-ac53-a9d39aae657e",
    "test_patterns": [
      "single_file_upload",
      "multiple_file_upload",
      "large_file_handling",
      "chunked_upload_process",
      "upload_validation",
      "error_handling",
      "resume_functionality"
    ],
    "test_summary": "file_upload_multipart_comprehensive",
    "total_upload_tests": 12,
    "upload_results": {
      "binary_upload": null,
      "chunked_upload": null,
      "image_upload": null,
      "json_upload": null,
      "large_file": null,
      "mixed_form": null,
      "multiple_upload": null,
      "resume_upload": null,
      "text_upload": null,
      "validated_upload": null
    },
    "upload_scenarios_tested": [
      "text_file_upload",
      "json_file_upload",
      "binary_file_upload",
      "image_file_upload",
      "multiple_files_upload",
      "mixed_form_data",
      "large_file_upload",
      "chunked_upload",
      "validated_upload",
      "error_scenarios",
      "resume_upload"
    ]
  },
  "file-upload-multipart-test.multipart_data": {
    "binary_upload": null,
    "chunked_upload": null,
    "image_upload": null,
    "json_upload": null,
    "large_file": null,
    "mixed_form": null,
    "multiple_upload": null,
    "resume_upload": null,
    "text_upload": null,
    "validated_upload": null
  },
  "file-upload-multipart-test.file_handling_status": [
    "text_file_upload",
    "json_file_upload",
    "binary_file_upload",
    "image_file_upload",
    "multiple_files_upload",
    "mixed_form_data",
    "large_file_upload",
    "chunked_upload",
    "validated_upload",
    "error_scenarios",
    "resume_upload"
  ],
  "advanced-assertions-test.assertion_results": {
    "assertion_types_tested": [
      "regex_matching",
      "length_validation",
      "type_checking",
      "oneof_validation",
      "numeric_ranges",
      "complex_nested",
      "array_elements",
      "conditional_exists",
      "error_structure",
      "performance_combined"
    ],
    "test_id": "assert-f27e4cec-c756-4dad-8a77-a4177723732c",
    "test_patterns": {
      "array_length": null,
      "complex_nested": null,
      "email_regex": null,
      "length_exact": null,
      "oneof_strings": null,
      "phone_regex": null,
      "type_validation": null,
      "url_regex": null,
      "uuid_regex": null
    },
    "test_summary": "advanced_assertions_comprehensive",
    "total_assertion_tests": 11
  },
  "advanced-assertions-test.validation_data": {
    "array_length": null,
    "complex_nested": null,
    "email_regex": null,
    "length_exact": null,
    "oneof_strings": null,
    "phone_regex": null,
    "type_validation": null,
    "url_regex": null,
    "uuid_regex": null
  },
  "advanced-assertions-test.regex_test_results": [
    "regex_matching",
    "length_validation",
    "type_checking",
    "oneof_validation",
    "numeric_ranges",
    "complex_nested",
    "array_elements",
    "conditional_exists",
    "error_structure",
    "performance_combined"
  ],
  "advanced-retry-patterns.retry_results": {
    "base_delay_ms": 1000,
    "max_retries_configured": 3,
    "patterns_tested": [
      "exponential_backoff",
      "linear_backoff",
      "fixed_delay",
      "conditional_retry",
      "no_retry_4xx",
      "timeout_retry_combo",
      "high_frequency",
      "multi_condition",
      "performance_tracking",
      "retry_chain"
    ],
    "test_id": "retry-cd4a5b7a-ee7d-4084-be15-f5ddbce03d5a",
    "test_summary": "advanced_retry_patterns",
    "total_retry_tests": 12
  },
  "advanced-retry-patterns.backoff_measurements": [
    "exponential_backoff",
    "linear_backoff",
    "fixed_delay",
    "conditional_retry",
    "no_retry_4xx",
    "timeout_retry_combo",
    "high_frequency",
    "multi_condition",
    "performance_tracking",
    "retry_chain"
  ],
  "environment-feature-flags-test.environment_results": {
    "current_environment": null,
    "deployment_stage": null,
    "environment_configurations": {
      "development": {
        "debug_logging": true,
        "retry_attempts": 3,
        "timeout": 30000
      },
      "production": {
        "debug_logging": false,
        "retry_attempts": 1,
        "timeout": 5000
      },
      "staging": {
        "debug_logging": false,
        "retry_attempts": 2,
        "timeout": 15000
      },
      "test": {
        "debug_logging": false,
        "retry_attempts": 2,
        "timeout": 10000
      }
    },
    "environment_specific_tests": {
      "development": "skipped",
      "production": "skipped",
      "staging": "skipped",
      "test": "skipped"
    },
    "environment_urls": {
      "development": "http://localhost:3000",
      "production": "https://api.example.com",
      "staging": "https://staging-api.example.com",
      "test": "http://localhost:8080"
    },
    "feature_flag_results": {
      "advanced_analytics": "skipped",
      "api_v2": "skipped",
      "beta_program": "skipped",
      "debug_mode": "skipped",
      "experimental_features": "skipped",
      "new_ui": "skipped"
    },
    "feature_flags_tested": {
      "advanced_analytics": null,
      "api_v2": null,
      "beta_program": null,
      "debug_mode": null,
      "experimental_features": null,
      "new_ui": null
    },
    "test_environment": null,
    "test_id": "env-9155d18f-ba99-4cfc-b367-9d2df87e67e9",
    "test_patterns": [
      "environment_detection",
      "environment_specific_operations",
      "feature_flag_conditional_execution",
      "multi_environment_configuration",
      "environment_based_data_handling",
      "feature_flag_combinations"
    ],
    "test_summary": "environment_feature_flags_comprehensive",
    "total_environment_tests": 13
  },
  "environment-feature-flags-test.feature_flag_data": {
    "advanced_analytics": "skipped",
    "api_v2": "skipped",
    "beta_program": "skipped",
    "debug_mode": "skipped",
    "experimental_features": "skipped",
    "new_ui": "skipped"
  },
  "environment-feature-flags-test.multi_env_config": {
    "development": {
      "debug_logging": true,
      "retry_attempts": 3,
      "timeout": 30000
    },
    "production": {
      "debug_logging": false,
      "retry_attempts": 1,
      "timeout": 5000
    },
    "staging": {
      "debug_logging": false,
      "retry_attempts": 2,
      "timeout": 15000
    },
    "test": {
      "debug_logging": false,
      "retry_attempts": 2,
      "timeout": 10000
    }
  },
  "error-handling-test.error_handling_results": {
    "error_handling_results": {
      "bad_gateway": null,
      "bad_request": null,
      "chain_recovery": "error_recovery",
      "cleanup_status": null,
      "continue_after_failure": null,
      "degradation_mode": null,
      "fallback_service": null,
      "forbidden": null,
      "not_found": null,
      "primary_service": null,
      "rate_limit": null,
      "server_error": null,
      "service_unavailable": null,
      "timeout_handling": "{{timeout_result}}",
      "unauthorized": null
    },
    "error_scenarios_tested": [
      "continue_on_failure",
      "timeout_handling",
      "http_error_codes",
      "error_recovery_fallback",
      "graceful_degradation",
      "chain_failure_recovery",
      "error_propagation",
      "network_errors",
      "cleanup_after_errors"
    ],
    "http_status_codes_handled": [
      400,
      401,
      403,
      404,
      422,
      429,
      500,
      502,
      503
    ],
    "recovery_patterns": [
      "fallback_services",
      "graceful_degradation",
      "error_chain_recovery",
      "resource_cleanup"
    ],
    "test_id": "error-afc8e2e9-ee8c-4d98-ace0-c04d982c7248",
    "test_summary": "error_handling_comprehensive",
    "total_error_tests": 10
  },
  "error-handling-test.failure_scenarios": [
    "continue_on_failure",
    "timeout_handling",
    "http_error_codes",
    "error_recovery_fallback",
    "graceful_degradation",
    "chain_failure_recovery",
    "error_propagation",
    "network_errors",
    "cleanup_after_errors"
  ],
  "error-handling-test.recovery_data": [
    "fallback_services",
    "graceful_degradation",
    "error_chain_recovery",
    "resource_cleanup"
  ],
  "faker_demo.generatedEmail": "Brittany.Mitchell@yahoo.com",
  "faker_demo.generatedUserId": 8456786969362432,
  "httpbin-test.captured_username": "alpha_user",
  "httpbin-test.auth_token": "httpbin",
  "variable_cleanup_test.cleanup_verification_result": "cleanup_test_completed",
  "variable_cleanup_test.variable_state_before": null,
  "variable_cleanup_test.variable_state_after": null,
  "environment-variables.env_user": null,
  "environment-variables.env_home": null,
  "environment-variables.env_test_passed": true,
  "faker_comprehensive.generated_user_profile": "{\"user_profile\":{\"id\":\"d142fc31-094b-4a02-ac8f-34eef8f1a563\",\"first_name\":\"Price\",\"last_name\":\"Miller\",\"full_name\":\"Hilda Champlin-Bartoletti\",\"gender\":\"Non-binary\",\"email\":\"Travis.Reynolds@yahoo.com\",\"phone\":\"(415) 296-9932 x603\",\"website\":\"https://disgusting-overnighter.net/\",\"address\":{\"street\":\"7918 Franey Corner\",\"city\":\"Lake Lavonville\",\"state\":\"Massachusetts\",\"country\":\"Dominican Republic\",\"zip_code\":\"28571-7564\",\"latitude\":84.6382,\"longitude\":-114.4559},\"job\":{\"title\":\"Forward Metrics Specialist\",\"department\":\"Infrastructure\",\"company\":\"Kunde - Wiza\"},\"birth_date\":\"2002-12-18T08:44:01.690Z\",\"created_at\":\"2025-10-18T23:02:58.263Z\",\"last_login\":\"2025-10-18T13:29:57.870Z\",\"avatar\":\"https://avatars.githubusercontent.com/u/53642843\",\"bio\":\"Pecto vesco comes ademptio magni carbo ater cohors error. Solium temporibus territo adsidue adeo voluptates acervus. Porro talis audax curis angelus bene.\",\"username\":\"Herman.Schultz\"}}",
  "faker_comprehensive.financial_data": "{\"financial_profile\":{\"account_number\":\"12447327\",\"routing_number\":\"763219866\",\"credit_card\":\"589328513943287374\",\"credit_card_cvv\":\"813\",\"amount\":\"249.92\",\"currency_code\":\"MMK\",\"currency_name\":\"Kwanza\",\"product\":{\"name\":\"Sleek Metal Chair\",\"description\":\"The Football Is Good For Training And Recreational Purposes\",\"price\":\"223.00\",\"department\":\"Games\",\"material\":\"Concrete\"},\"vehicle\":{\"manufacturer\":\"Nissan\",\"model\":\"LeBaron\",\"type\":\"SUV\",\"fuel\":\"Gasoline\",\"vin\":\"7RZ1HAK58HLY43020\"},\"transactions\":[{\"id\":\"42b7dde4-b5a7-47d7-b083-39bd8086b251\",\"amount\":\"535.30\",\"description\":\"Oriental Plastic Keyboard\",\"date\":\"2025-10-19T00:46:57.126Z\"},{\"id\":\"cace6760-9036-4f28-9dd4-8c0f021d8938\",\"amount\":\"4.03\",\"description\":\"Rustic Bronze Pants\",\"date\":\"2025-10-19T01:05:28.532Z\"}]}}",
  "faker_comprehensive.validation_results": "{\"validation_test\":{\"emails\":[\"Danial.Kuvalis92@gmail.com\",\"Norris10@gmail.com\",\"Skye_Botsford@yahoo.com\"],\"uuids\":[\"cf9f3379-5dda-43c5-85fd-13d27166aa1c\",\"73f5a9b1-f413-49a6-b6a2-5e04f6799cee\",\"2983168d-4f9c-4459-9c9e-9e4596edfecf\"],\"phone_numbers\":[\"1-602-444-4075 x042\",\"315.724.2578 x458\",\"378.818.4888\"],\"dates\":{\"past\":\"2025-02-03T16:02:52.736Z\",\"future\":\"2026-03-24T09:50:29.661Z\",\"recent\":\"2025-10-18T14:32:08.117Z\",\"birthdate\":\"2004-02-26T05:37:41.794Z\"},\"consistent_data\":{\"name1\":\"Ms. Kristen Kris\",\"name2\":\"Rodney Lang\",\"email1\":\"Antoinette19@gmail.com\",\"email2\":\"Ewald_Hodkiewicz84@gmail.com\"}}}",
  "variable_interpolation.captured_user_data": null,
  "variable_interpolation.extracted_numbers": null,
  "variable_interpolation.processed_array": null,
  "variable_interpolation.nested_extraction": null,
  "variable_interpolation.final_computed_value": null,
  "complex_scenarios_test.user_access_matrix": {
    "guest_valid": false,
    "registered_valid": false,
    "premium_valid": false,
    "admin_valid": false
  },
  "complex_scenarios_test.scenario_results": {
    "guest_scenario": "not_tested",
    "registered_scenario": "not_tested",
    "premium_scenario": "not_tested",
    "admin_scenario": "not_tested",
    "cross_validation": "not_tested"
  },
  "complex_scenarios_test.conditional_flow_summary": {
    "total_scenarios": 6,
    "conditions_tested": 12,
    "user_types_validated": 4,
    "matrix_validation": false,
    "test_complete": true
  },
  "integration_full.e2e_test_summary": {
    "generated_data": {
      "active_user_count": "length(2)",
      "test_user": null,
      "total_transactions": 10,
      "total_users_processed": 5
    },
    "imported_flows": {
      "auth": {
        "token_present": true,
        "user_authenticated": true
      },
      "setup": {
        "environment": "integration",
        "session_active": true
      }
    },
    "performance": {
      "crud_performance": "excellent",
      "crud_success": true,
      "performance_rating": "excellent",
      "performance_score": 100
    },
    "test_summary": {
      "all_steps_completed": true,
      "environment": "integration",
      "initialization": true,
      "test_id": "INTEG_001"
    }
  },
  "integration_full.performance_metrics": {
    "crud_performance": "excellent",
    "crud_success": true,
    "performance_rating": "excellent",
    "performance_score": 100
  },
  "integration_full.user_journey_data": {
    "active_user_count": "length(2)",
    "test_user": null,
    "total_transactions": 10,
    "total_users_processed": 5
  },
  "integration_full.final_validation_result": "all_tests_passed",
  "advanced_scenarios.auth_status": "authenticated",
  "advanced_scenarios.performance_rating": "excellent",
  "advanced_scenarios.error_count": 1,
  "advanced_scenarios.final_scenario_result": "partial_success",
  "file_upload_test.file_id": "FILE-12345",
  "file_upload_test.upload_metadata": {
    "original_filename": "test_document.pdf",
    "file_size": 256000,
    "upload_time": "2024-01-01T10:00:00Z",
    "file_id": "{{file_id}}"
  },
  "file_upload_test.file_operations_summary": {
    "total_operations": 7,
    "upload_success": true,
    "download_success": true,
    "integrity_verified": true,
    "deletion_confirmed": true,
    "supported_formats_count": 4
  },
  "interactive-input-examples.selected_user_data": "user_001",
  "interactive-input-examples.user_action_result": "view_activity",
  "interactive-input-examples.final_config": {
    "action_performed": "view_activity",
    "batch_size": 10,
    "execution_metadata": {
      "confirmed": null,
      "reason": "{{action_reason}}",
      "test_run": true,
      "timestamp": "2024-01-15T12:00:00Z"
    },
    "notification_settings": {
      "email": "admin@company.com",
      "webhook": "{{webhook_url}}"
    },
    "selected_user": "user_001"
  },
  "faker-advanced-integration.generated_email": "Kylie.Hayes39@gmail.com",
  "faker-advanced-integration.generated_name": "Jeffery Romaguera",
  "faker-advanced-integration.generated_city": "Coral Springs",
  "faker-advanced-integration.generated_company": "Emmerich, Wolf and Little",
  "faker-advanced-integration.locale_name": "Gail Ward",
  "microservices_integration_test.service_health_status": {
    "pre_transaction": "{{all_services_up}}",
    "post_transaction": "{{post_transaction_health}}",
    "degradation_detected": "false"
  },
  "microservices_integration_test.integration_results": {
    "transaction_success": "{{payment_approved && order_updated && notification_sent}}",
    "services_coordination": "successful",
    "data_propagation": "{{all_services_consistent ? 'complete' : 'partial'}}",
    "error_handling": "{{js: (variables.rollback_initiated || variables.rollback_failed) ? 'tested' : 'not_applicable'}}"
  },
  "microservices_integration_test.transaction_trace": {
    "trace_id": "{{tracing_headers.trace_id}}",
    "correlation_id": "{{tracing_headers.correlation_id}}",
    "total_steps": 12,
    "execution_time": "{{js: Math.floor(Math.random() * 5000) + 2000}}ms",
    "service_calls": 11,
    "cross_service_calls": 6
  },
  "microservices_integration_test.service_dependencies": [
    {
      "service": "user-service",
      "dependencies": [],
      "dependents": [
        "order-service",
        "notification-service"
      ]
    },
    {
      "service": "inventory-service",
      "dependencies": [],
      "dependents": [
        "order-service"
      ]
    },
    {
      "service": "order-service",
      "dependencies": [
        "user-service",
        "inventory-service"
      ],
      "dependents": [
        "payment-service",
        "notification-service"
      ]
    },
    {
      "service": "payment-service",
      "dependencies": [
        "order-service"
      ],
      "dependents": [
        "order-service",
        "inventory-service"
      ]
    },
    {
      "service": "notification-service",
      "dependencies": [
        "user-service",
        "order-service"
      ],
      "dependents": []
    }
  ],
  "microservices_integration_test.payment_approved": "true",
  "performance_test.performance_metrics": {
    "response_time_analysis": {
      "fastest": "{{js: Math.min(variables.baseline_response_time, variables.small_payload_time, variables.json_endpoint_time)}}ms",
      "slowest": "{{js: Math.max(variables.medium_payload_time, variables.large_payload_time)}}ms",
      "average": "{{js: Math.round((variables.baseline_response_time + variables.small_payload_time + variables.medium_payload_time + variables.large_payload_time) / 4)}}ms"
    },
    "load_test_results": {
      "light_load_success": "{{light_load_success}}",
      "medium_load_degradation": "{{medium_load_degradation}}",
      "heavy_load_stability": "{{js: Boolean(variables.system_stable_under_load)}}",
      "load_shedding": "{{js: Boolean(variables.load_shedding_active)}}"
    },
    "performance_thresholds": {
      "baseline_met": "{{baseline_success}}",
      "acceptable_met": "{{small_payload_success && medium_payload_success}}",
      "critical_met": "{{large_payload_success}}"
    },
    "system_characteristics": {
      "payload_sensitivity": "{{js: variables.large_payload_time > variables.baseline_response_time * 3 ? 'high' : variables.large_payload_time > variables.baseline_response_time * 2 ? 'medium' : 'low'}}",
      "load_tolerance": "{{system_overloaded ? 'low' : medium_load_degradation ? 'medium' : 'high'}}",
      "timeout_behavior": "{{js: (variables.timeout_handled_correctly || variables.timeout_occurred) ? 'correct' : 'untested'}}"
    }
  },
  "performance_test.response_times": [
    {
      "endpoint": "baseline_get",
      "time": "{{baseline_response_time}}",
      "grade": "{{baseline_performance_grade}}"
    },
    {
      "endpoint": "small_payload_post",
      "time": "{{small_payload_time}}",
      "success": "{{small_payload_success}}"
    },
    {
      "endpoint": "medium_payload_post",
      "time": "{{medium_payload_time}}",
      "success": "{{medium_payload_success}}"
    },
    {
      "endpoint": "large_payload_post",
      "time": "{{large_payload_time}}",
      "success": "{{large_payload_success}}"
    }
  ],
  "performance_test.throughput_results": {
    "baseline_rps": "{{requests_per_second}}",
    "performance_comparison": "{{performance_comparison}}",
    "degradation_under_load": "{{medium_load_degradation}}"
  },
  "performance_test.load_test_summary": {
    "total_scenarios_tested": 3,
    "light_load_result": "{{light_load_success ? 'passed' : 'failed'}}",
    "medium_load_result": "{{medium_load_degradation ? 'degraded' : 'stable'}}",
    "heavy_load_result": "{{system_overloaded ? 'overloaded' : system_stable_under_load ? 'stable' : 'unknown'}}",
    "overall_stability": "{{system_stable_under_load && !system_overloaded ? 'good' : 'needs_attention'}}"
  },
  "data-formatting-examples.formatted_data": {
    "test_summary": "data_formatting_examples",
    "total_examples": 9,
    "transformations_applied": [
      "essential_field_extraction",
      "summary_reports",
      "catalog_views",
      "hierarchical_transformation",
      "csv_formatting",
      "api_response_formatting",
      "conditional_formatting"
    ]
  },
  "data-formatting-examples.transformation_results": [
    "essential_field_extraction",
    "summary_reports",
    "catalog_views",
    "hierarchical_transformation",
    "csv_formatting",
    "api_response_formatting",
    "conditional_formatting"
  ]
}

Generate dynamic test summary

Step #5

3ms
cURL Command
curl -X POST -H 'Content-Type: application/json' -H 'X-Summary-Type: dynamic-test-results' -d '{"test_summary":{"total_endpoints_tested":4,"get_response_time":null,"post_response_time":null,"put_response_time":null,"delete_response_time":null,"generated_users_count":3,"test_completed_at":"2025-10-19T10:28:39.316Z","faker_seed":5055},"performance_metrics":{"average_response_time":"50","total_test_duration":"1000"}}' "http://httpbin/post"

📤 Request

Method: POST
URL: http://httpbin/post
Base URL: http://httpbin
Request Headers
Content-Type: application/json
X-Summary-Type: dynamic-test-results
Request Body
{
  "test_summary": {
    "total_endpoints_tested": 4,
    "get_response_time": null,
    "post_response_time": null,
    "put_response_time": null,
    "delete_response_time": null,
    "generated_users_count": 3,
    "test_completed_at": "2025-10-19T10:28:39.316Z",
    "faker_seed": 5055
  },
  "performance_metrics": {
    "average_response_time": "50",
    "total_test_duration": "1000"
  }
}

📥 Response

Status Code: 200
Duration: 3ms
Size: 1047 bytes
Response Headers
server: gunicorn/19.9.0
date: Sun, 19 Oct 2025 10:28:39 GMT
connection: keep-alive
content-type: application/json
content-length: 1260
access-control-allow-origin: *
access-control-allow-credentials: true
Response Body
{
  "args": {},
  "data": "{\"test_summary\":{\"total_endpoints_tested\":4,\"get_response_time\":null,\"post_response_time\":null,\"put_response_time\":null,\"delete_response_time\":null,\"generated_users_count\":3,\"test_completed_at\":\"2025-10-19T10:28:39.316Z\",\"faker_seed\":5055},\"performance_metrics\":{\"average_response_time\":\"50\",\"total_test_duration\":\"1000\"}}",
  "files": {},
  "form": {},
  "headers": {
    "Accept": "application/json, text/plain, */*",
    "Accept-Encoding": "gzip, compress, deflate, br",
    "Connection": "keep-alive",
    "Content-Length": "322",
    "Content-Type": "application/json",
    "Host": "httpbin",
    "User-Agent": "axios/1.12.1",
    "X-Summary-Type": "dynamic-test-results"
  },
  "json": {
    "performance_metrics": {
      "average_response_time": "50",
      "total_test_duration": "1000"
    },
    "test_summary": {
      "delete_response_time": null,
      "faker_seed": 5055,
      "generated_users_count": 3,
      "get_response_time": null,
      "post_response_time": null,
      "put_response_time": null,
      "test_completed_at": "2025-10-19T10:28:39.316Z",
      "total_endpoints_tested": 4
    }
  },
  "origin": "172.18.0.3",
  "url": "http://httpbin/post"
}
📊
Total
2
assertions
Passed
2
assertions
📈
Success Rate
100%
success

status_code

PASSED
✓ Match
Condição
status_code equals 200
Assertion passou conforme esperado
Valor recebido: 200

body.data.contains

PASSED
Condição
body.data.contains equals test_summary
Comparação de Valores
Esperado expected
test_summary
Recebido actual
{"test_summary":{"total_endpoints_tested":4,"get_response_time":null,"post_response_time":null,"put_response_time":null,"delete_response_time":null,"generated_users_count":3,"test_completed_at":"2025-10-19T10:28:39.316Z","faker_seed":5055},"performance_metrics":{"average_response_time":"50","total_test_duration":"1000"}}
Captured Variables
{
  "performance_rating": null,
  "generated_users": null,
  "dynamic_endpoints_tested": null,
  "test_summary": null
}
Available Variables
{
  "api_base_url": "http://localhost:8080",
  "api_endpoints": [
    {
      "path": "/get",
      "method": "GET",
      "description": "Get request test"
    },
    {
      "path": "/post",
      "method": "POST",
      "description": "Post request test"
    },
    {
      "path": "/put",
      "method": "PUT",
      "description": "Put request test"
    },
    {
      "path": "/delete",
      "method": "DELETE",
      "description": "Delete request test"
    }
  ],
  "test_summary": null,
  "auth_flows_test.jwt_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.mock_payload",
  "auth_flows_test.oauth2_access_token": "oauth2_access_token_xyz",
  "auth_flows_test.user_permissions": [
    "read",
    "write"
  ],
  "auth_flows_test.auth_flow_results": {
    "jwt_authentication": {
      "status": "{{jwt_login_success && jwt_valid && jwt_refresh_success ? 'success' : 'partial'}}",
      "tokens_issued": 2,
      "profile_access": "{{js: Boolean(variables.profile_fetch_success)}}"
    },
    "oauth2_authentication": {
      "status": "{{oauth2_token_exchange_success && oauth2_resource_access ? 'success' : 'partial'}}",
      "authorization_code_flow": "{{js: Boolean(variables.oauth2_auth_started)}}",
      "token_management": "{{js: Boolean(variables.oauth2_token_revoked)}}"
    },
    "security_validation": {
      "expired_tokens": "{{js: Boolean(variables.jwt_expired_handled)}}",
      "revoked_tokens": "{{js: Boolean(variables.revoked_token_rejected)}}",
      "permissions": "{{js: Boolean(variables.admin_permission_granted || variables.admin_permission_denied)}}"
    },
    "session_management": {
      "logout_success": "{{js: Boolean(variables.complete_logout)}}",
      "cleanup_complete": "{{js: Boolean(variables.all_tokens_revoked)}}"
    }
  },
  "complex-workflows-test.workflow_results": {
    "api_contract_validations": {
      "order_service": null,
      "payment_service": null,
      "user_service": null
    },
    "business_outcomes": {
      "customer_id": "{{customer_id}}",
      "items_purchased": 3,
      "order_id": null,
      "total_revenue": 594.96,
      "transaction_id": null,
      "workflow_completion": null
    },
    "ecommerce_workflow_results": {
      "cart_management": "success",
      "catalog_browsing": null,
      "customer_registration": null,
      "fulfillment_initiated": null,
      "order_created": null,
      "payment_processed": null,
      "product_details": null,
      "promotions_applied": null,
      "shipping_calculated": null
    },
    "end_to_end_success": true,
    "microservices_communication": {
      "inventory_service": null,
      "notification_service": null
    },
    "test_summary": "complex_workflows_ecommerce_contracts",
    "total_complex_workflow_tests": 13,
    "workflow_patterns_tested": [
      "customer_lifecycle_management",
      "product_catalog_interaction",
      "cart_and_checkout_process",
      "payment_transaction_flow",
      "order_fulfillment_pipeline",
      "api_contract_validation",
      "microservices_integration",
      "end_to_end_business_process",
      "workflow_analytics_tracking"
    ],
    "workflow_test_id": "workflow-ce7a02af-3257-4a3b-b77e-2dad7569115e"
  },
  "complex-workflows-test.ecommerce_data": {
    "cart_management": "success",
    "catalog_browsing": null,
    "customer_registration": null,
    "fulfillment_initiated": null,
    "order_created": null,
    "payment_processed": null,
    "product_details": null,
    "promotions_applied": null,
    "shipping_calculated": null
  },
  "complex-workflows-test.contract_validation_results": {
    "order_service": null,
    "payment_service": null,
    "user_service": null
  },
  "auth.token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImlhdCI6MTUxNjIzOTAyMn0.KMUFsIDTnFmyG3nMiGM6H9FNFUROf3wh7SmqJp-QV30",
  "input-capture-test.normalized_email": "John.Doe@Example.COM",
  "input-capture-test.email_domain": "John.Doe@Example.COM",
  "input-capture-test.full_name": "John Michael Doe",
  "dependency-setup.auth_token": "test_user",
  "dependency-setup.session_id": "172.18.0.3",
  "dependency-setup.config_id": "v2",
  "dependency-setup.setup_timestamp": true,
  "comprehensive_basic.captured_echo_data": {
    "action": "create_resource",
    "metadata": {
      "api_version": "v2.1",
      "test_mode": true,
      "timestamp": "2024-01-01T00:00:00Z"
    },
    "user_id": 12345,
    "username": "flow_test_user"
  },
  "comprehensive_basic.generated_uuid": "httpbin",
  "comprehensive_basic.final_status": "completed",
  "javascript-expressions.js_calculated": 50,
  "javascript-expressions.js_timestamp": 1760869717656,
  "iteration-examples.users_tested": null,
  "iteration-examples.range_test_summary": null,
  "sensitive-data-security.security_test_passed": null,
  "sensitive-data-security.sensitive_data_masked": null,
  "sensitive-data-security.auth_tokens_secure": null,
  "webhooks-realtime.webhook_delivered": true,
  "webhooks-realtime.webhook_system_healthy": false,
  "webhooks-realtime.event_user_id": "31b4e06a-4cf5-4af9-b89d-4c7d79e5e91e",
  "webhooks-realtime.stream_event_count": 3,
  "retry-logic-comprehensive.retry_attempts": 1,
  "retry-logic-comprehensive.retry_system_functional": false,
  "retry-logic-comprehensive.jittered_response_time": null,
  "file-upload-multipart-test.upload_results": {
    "content_types_tested": [
      "text/plain",
      "application/json",
      "application/octet-stream",
      "image/jpeg",
      "application/pdf",
      "video/mp4",
      "multipart/form-data"
    ],
    "test_id": "upload-6b89f201-e691-4ce2-ac53-a9d39aae657e",
    "test_patterns": [
      "single_file_upload",
      "multiple_file_upload",
      "large_file_handling",
      "chunked_upload_process",
      "upload_validation",
      "error_handling",
      "resume_functionality"
    ],
    "test_summary": "file_upload_multipart_comprehensive",
    "total_upload_tests": 12,
    "upload_results": {
      "binary_upload": null,
      "chunked_upload": null,
      "image_upload": null,
      "json_upload": null,
      "large_file": null,
      "mixed_form": null,
      "multiple_upload": null,
      "resume_upload": null,
      "text_upload": null,
      "validated_upload": null
    },
    "upload_scenarios_tested": [
      "text_file_upload",
      "json_file_upload",
      "binary_file_upload",
      "image_file_upload",
      "multiple_files_upload",
      "mixed_form_data",
      "large_file_upload",
      "chunked_upload",
      "validated_upload",
      "error_scenarios",
      "resume_upload"
    ]
  },
  "file-upload-multipart-test.multipart_data": {
    "binary_upload": null,
    "chunked_upload": null,
    "image_upload": null,
    "json_upload": null,
    "large_file": null,
    "mixed_form": null,
    "multiple_upload": null,
    "resume_upload": null,
    "text_upload": null,
    "validated_upload": null
  },
  "file-upload-multipart-test.file_handling_status": [
    "text_file_upload",
    "json_file_upload",
    "binary_file_upload",
    "image_file_upload",
    "multiple_files_upload",
    "mixed_form_data",
    "large_file_upload",
    "chunked_upload",
    "validated_upload",
    "error_scenarios",
    "resume_upload"
  ],
  "advanced-assertions-test.assertion_results": {
    "assertion_types_tested": [
      "regex_matching",
      "length_validation",
      "type_checking",
      "oneof_validation",
      "numeric_ranges",
      "complex_nested",
      "array_elements",
      "conditional_exists",
      "error_structure",
      "performance_combined"
    ],
    "test_id": "assert-f27e4cec-c756-4dad-8a77-a4177723732c",
    "test_patterns": {
      "array_length": null,
      "complex_nested": null,
      "email_regex": null,
      "length_exact": null,
      "oneof_strings": null,
      "phone_regex": null,
      "type_validation": null,
      "url_regex": null,
      "uuid_regex": null
    },
    "test_summary": "advanced_assertions_comprehensive",
    "total_assertion_tests": 11
  },
  "advanced-assertions-test.validation_data": {
    "array_length": null,
    "complex_nested": null,
    "email_regex": null,
    "length_exact": null,
    "oneof_strings": null,
    "phone_regex": null,
    "type_validation": null,
    "url_regex": null,
    "uuid_regex": null
  },
  "advanced-assertions-test.regex_test_results": [
    "regex_matching",
    "length_validation",
    "type_checking",
    "oneof_validation",
    "numeric_ranges",
    "complex_nested",
    "array_elements",
    "conditional_exists",
    "error_structure",
    "performance_combined"
  ],
  "advanced-retry-patterns.retry_results": {
    "base_delay_ms": 1000,
    "max_retries_configured": 3,
    "patterns_tested": [
      "exponential_backoff",
      "linear_backoff",
      "fixed_delay",
      "conditional_retry",
      "no_retry_4xx",
      "timeout_retry_combo",
      "high_frequency",
      "multi_condition",
      "performance_tracking",
      "retry_chain"
    ],
    "test_id": "retry-cd4a5b7a-ee7d-4084-be15-f5ddbce03d5a",
    "test_summary": "advanced_retry_patterns",
    "total_retry_tests": 12
  },
  "advanced-retry-patterns.backoff_measurements": [
    "exponential_backoff",
    "linear_backoff",
    "fixed_delay",
    "conditional_retry",
    "no_retry_4xx",
    "timeout_retry_combo",
    "high_frequency",
    "multi_condition",
    "performance_tracking",
    "retry_chain"
  ],
  "environment-feature-flags-test.environment_results": {
    "current_environment": null,
    "deployment_stage": null,
    "environment_configurations": {
      "development": {
        "debug_logging": true,
        "retry_attempts": 3,
        "timeout": 30000
      },
      "production": {
        "debug_logging": false,
        "retry_attempts": 1,
        "timeout": 5000
      },
      "staging": {
        "debug_logging": false,
        "retry_attempts": 2,
        "timeout": 15000
      },
      "test": {
        "debug_logging": false,
        "retry_attempts": 2,
        "timeout": 10000
      }
    },
    "environment_specific_tests": {
      "development": "skipped",
      "production": "skipped",
      "staging": "skipped",
      "test": "skipped"
    },
    "environment_urls": {
      "development": "http://localhost:3000",
      "production": "https://api.example.com",
      "staging": "https://staging-api.example.com",
      "test": "http://localhost:8080"
    },
    "feature_flag_results": {
      "advanced_analytics": "skipped",
      "api_v2": "skipped",
      "beta_program": "skipped",
      "debug_mode": "skipped",
      "experimental_features": "skipped",
      "new_ui": "skipped"
    },
    "feature_flags_tested": {
      "advanced_analytics": null,
      "api_v2": null,
      "beta_program": null,
      "debug_mode": null,
      "experimental_features": null,
      "new_ui": null
    },
    "test_environment": null,
    "test_id": "env-9155d18f-ba99-4cfc-b367-9d2df87e67e9",
    "test_patterns": [
      "environment_detection",
      "environment_specific_operations",
      "feature_flag_conditional_execution",
      "multi_environment_configuration",
      "environment_based_data_handling",
      "feature_flag_combinations"
    ],
    "test_summary": "environment_feature_flags_comprehensive",
    "total_environment_tests": 13
  },
  "environment-feature-flags-test.feature_flag_data": {
    "advanced_analytics": "skipped",
    "api_v2": "skipped",
    "beta_program": "skipped",
    "debug_mode": "skipped",
    "experimental_features": "skipped",
    "new_ui": "skipped"
  },
  "environment-feature-flags-test.multi_env_config": {
    "development": {
      "debug_logging": true,
      "retry_attempts": 3,
      "timeout": 30000
    },
    "production": {
      "debug_logging": false,
      "retry_attempts": 1,
      "timeout": 5000
    },
    "staging": {
      "debug_logging": false,
      "retry_attempts": 2,
      "timeout": 15000
    },
    "test": {
      "debug_logging": false,
      "retry_attempts": 2,
      "timeout": 10000
    }
  },
  "error-handling-test.error_handling_results": {
    "error_handling_results": {
      "bad_gateway": null,
      "bad_request": null,
      "chain_recovery": "error_recovery",
      "cleanup_status": null,
      "continue_after_failure": null,
      "degradation_mode": null,
      "fallback_service": null,
      "forbidden": null,
      "not_found": null,
      "primary_service": null,
      "rate_limit": null,
      "server_error": null,
      "service_unavailable": null,
      "timeout_handling": "{{timeout_result}}",
      "unauthorized": null
    },
    "error_scenarios_tested": [
      "continue_on_failure",
      "timeout_handling",
      "http_error_codes",
      "error_recovery_fallback",
      "graceful_degradation",
      "chain_failure_recovery",
      "error_propagation",
      "network_errors",
      "cleanup_after_errors"
    ],
    "http_status_codes_handled": [
      400,
      401,
      403,
      404,
      422,
      429,
      500,
      502,
      503
    ],
    "recovery_patterns": [
      "fallback_services",
      "graceful_degradation",
      "error_chain_recovery",
      "resource_cleanup"
    ],
    "test_id": "error-afc8e2e9-ee8c-4d98-ace0-c04d982c7248",
    "test_summary": "error_handling_comprehensive",
    "total_error_tests": 10
  },
  "error-handling-test.failure_scenarios": [
    "continue_on_failure",
    "timeout_handling",
    "http_error_codes",
    "error_recovery_fallback",
    "graceful_degradation",
    "chain_failure_recovery",
    "error_propagation",
    "network_errors",
    "cleanup_after_errors"
  ],
  "error-handling-test.recovery_data": [
    "fallback_services",
    "graceful_degradation",
    "error_chain_recovery",
    "resource_cleanup"
  ],
  "faker_demo.generatedEmail": "Brittany.Mitchell@yahoo.com",
  "faker_demo.generatedUserId": 8456786969362432,
  "httpbin-test.captured_username": "alpha_user",
  "httpbin-test.auth_token": "httpbin",
  "variable_cleanup_test.cleanup_verification_result": "cleanup_test_completed",
  "variable_cleanup_test.variable_state_before": null,
  "variable_cleanup_test.variable_state_after": null,
  "environment-variables.env_user": null,
  "environment-variables.env_home": null,
  "environment-variables.env_test_passed": true,
  "faker_comprehensive.generated_user_profile": "{\"user_profile\":{\"id\":\"d142fc31-094b-4a02-ac8f-34eef8f1a563\",\"first_name\":\"Price\",\"last_name\":\"Miller\",\"full_name\":\"Hilda Champlin-Bartoletti\",\"gender\":\"Non-binary\",\"email\":\"Travis.Reynolds@yahoo.com\",\"phone\":\"(415) 296-9932 x603\",\"website\":\"https://disgusting-overnighter.net/\",\"address\":{\"street\":\"7918 Franey Corner\",\"city\":\"Lake Lavonville\",\"state\":\"Massachusetts\",\"country\":\"Dominican Republic\",\"zip_code\":\"28571-7564\",\"latitude\":84.6382,\"longitude\":-114.4559},\"job\":{\"title\":\"Forward Metrics Specialist\",\"department\":\"Infrastructure\",\"company\":\"Kunde - Wiza\"},\"birth_date\":\"2002-12-18T08:44:01.690Z\",\"created_at\":\"2025-10-18T23:02:58.263Z\",\"last_login\":\"2025-10-18T13:29:57.870Z\",\"avatar\":\"https://avatars.githubusercontent.com/u/53642843\",\"bio\":\"Pecto vesco comes ademptio magni carbo ater cohors error. Solium temporibus territo adsidue adeo voluptates acervus. Porro talis audax curis angelus bene.\",\"username\":\"Herman.Schultz\"}}",
  "faker_comprehensive.financial_data": "{\"financial_profile\":{\"account_number\":\"12447327\",\"routing_number\":\"763219866\",\"credit_card\":\"589328513943287374\",\"credit_card_cvv\":\"813\",\"amount\":\"249.92\",\"currency_code\":\"MMK\",\"currency_name\":\"Kwanza\",\"product\":{\"name\":\"Sleek Metal Chair\",\"description\":\"The Football Is Good For Training And Recreational Purposes\",\"price\":\"223.00\",\"department\":\"Games\",\"material\":\"Concrete\"},\"vehicle\":{\"manufacturer\":\"Nissan\",\"model\":\"LeBaron\",\"type\":\"SUV\",\"fuel\":\"Gasoline\",\"vin\":\"7RZ1HAK58HLY43020\"},\"transactions\":[{\"id\":\"42b7dde4-b5a7-47d7-b083-39bd8086b251\",\"amount\":\"535.30\",\"description\":\"Oriental Plastic Keyboard\",\"date\":\"2025-10-19T00:46:57.126Z\"},{\"id\":\"cace6760-9036-4f28-9dd4-8c0f021d8938\",\"amount\":\"4.03\",\"description\":\"Rustic Bronze Pants\",\"date\":\"2025-10-19T01:05:28.532Z\"}]}}",
  "faker_comprehensive.validation_results": "{\"validation_test\":{\"emails\":[\"Danial.Kuvalis92@gmail.com\",\"Norris10@gmail.com\",\"Skye_Botsford@yahoo.com\"],\"uuids\":[\"cf9f3379-5dda-43c5-85fd-13d27166aa1c\",\"73f5a9b1-f413-49a6-b6a2-5e04f6799cee\",\"2983168d-4f9c-4459-9c9e-9e4596edfecf\"],\"phone_numbers\":[\"1-602-444-4075 x042\",\"315.724.2578 x458\",\"378.818.4888\"],\"dates\":{\"past\":\"2025-02-03T16:02:52.736Z\",\"future\":\"2026-03-24T09:50:29.661Z\",\"recent\":\"2025-10-18T14:32:08.117Z\",\"birthdate\":\"2004-02-26T05:37:41.794Z\"},\"consistent_data\":{\"name1\":\"Ms. Kristen Kris\",\"name2\":\"Rodney Lang\",\"email1\":\"Antoinette19@gmail.com\",\"email2\":\"Ewald_Hodkiewicz84@gmail.com\"}}}",
  "variable_interpolation.captured_user_data": null,
  "variable_interpolation.extracted_numbers": null,
  "variable_interpolation.processed_array": null,
  "variable_interpolation.nested_extraction": null,
  "variable_interpolation.final_computed_value": null,
  "complex_scenarios_test.user_access_matrix": {
    "guest_valid": false,
    "registered_valid": false,
    "premium_valid": false,
    "admin_valid": false
  },
  "complex_scenarios_test.scenario_results": {
    "guest_scenario": "not_tested",
    "registered_scenario": "not_tested",
    "premium_scenario": "not_tested",
    "admin_scenario": "not_tested",
    "cross_validation": "not_tested"
  },
  "complex_scenarios_test.conditional_flow_summary": {
    "total_scenarios": 6,
    "conditions_tested": 12,
    "user_types_validated": 4,
    "matrix_validation": false,
    "test_complete": true
  },
  "integration_full.e2e_test_summary": {
    "generated_data": {
      "active_user_count": "length(2)",
      "test_user": null,
      "total_transactions": 10,
      "total_users_processed": 5
    },
    "imported_flows": {
      "auth": {
        "token_present": true,
        "user_authenticated": true
      },
      "setup": {
        "environment": "integration",
        "session_active": true
      }
    },
    "performance": {
      "crud_performance": "excellent",
      "crud_success": true,
      "performance_rating": "excellent",
      "performance_score": 100
    },
    "test_summary": {
      "all_steps_completed": true,
      "environment": "integration",
      "initialization": true,
      "test_id": "INTEG_001"
    }
  },
  "integration_full.performance_metrics": {
    "crud_performance": "excellent",
    "crud_success": true,
    "performance_rating": "excellent",
    "performance_score": 100
  },
  "integration_full.user_journey_data": {
    "active_user_count": "length(2)",
    "test_user": null,
    "total_transactions": 10,
    "total_users_processed": 5
  },
  "integration_full.final_validation_result": "all_tests_passed",
  "advanced_scenarios.auth_status": "authenticated",
  "advanced_scenarios.performance_rating": "excellent",
  "advanced_scenarios.error_count": 1,
  "advanced_scenarios.final_scenario_result": "partial_success",
  "file_upload_test.file_id": "FILE-12345",
  "file_upload_test.upload_metadata": {
    "original_filename": "test_document.pdf",
    "file_size": 256000,
    "upload_time": "2024-01-01T10:00:00Z",
    "file_id": "{{file_id}}"
  },
  "file_upload_test.file_operations_summary": {
    "total_operations": 7,
    "upload_success": true,
    "download_success": true,
    "integrity_verified": true,
    "deletion_confirmed": true,
    "supported_formats_count": 4
  },
  "interactive-input-examples.selected_user_data": "user_001",
  "interactive-input-examples.user_action_result": "view_activity",
  "interactive-input-examples.final_config": {
    "action_performed": "view_activity",
    "batch_size": 10,
    "execution_metadata": {
      "confirmed": null,
      "reason": "{{action_reason}}",
      "test_run": true,
      "timestamp": "2024-01-15T12:00:00Z"
    },
    "notification_settings": {
      "email": "admin@company.com",
      "webhook": "{{webhook_url}}"
    },
    "selected_user": "user_001"
  },
  "faker-advanced-integration.generated_email": "Kylie.Hayes39@gmail.com",
  "faker-advanced-integration.generated_name": "Jeffery Romaguera",
  "faker-advanced-integration.generated_city": "Coral Springs",
  "faker-advanced-integration.generated_company": "Emmerich, Wolf and Little",
  "faker-advanced-integration.locale_name": "Gail Ward",
  "microservices_integration_test.service_health_status": {
    "pre_transaction": "{{all_services_up}}",
    "post_transaction": "{{post_transaction_health}}",
    "degradation_detected": "false"
  },
  "microservices_integration_test.integration_results": {
    "transaction_success": "{{payment_approved && order_updated && notification_sent}}",
    "services_coordination": "successful",
    "data_propagation": "{{all_services_consistent ? 'complete' : 'partial'}}",
    "error_handling": "{{js: (variables.rollback_initiated || variables.rollback_failed) ? 'tested' : 'not_applicable'}}"
  },
  "microservices_integration_test.transaction_trace": {
    "trace_id": "{{tracing_headers.trace_id}}",
    "correlation_id": "{{tracing_headers.correlation_id}}",
    "total_steps": 12,
    "execution_time": "{{js: Math.floor(Math.random() * 5000) + 2000}}ms",
    "service_calls": 11,
    "cross_service_calls": 6
  },
  "microservices_integration_test.service_dependencies": [
    {
      "service": "user-service",
      "dependencies": [],
      "dependents": [
        "order-service",
        "notification-service"
      ]
    },
    {
      "service": "inventory-service",
      "dependencies": [],
      "dependents": [
        "order-service"
      ]
    },
    {
      "service": "order-service",
      "dependencies": [
        "user-service",
        "inventory-service"
      ],
      "dependents": [
        "payment-service",
        "notification-service"
      ]
    },
    {
      "service": "payment-service",
      "dependencies": [
        "order-service"
      ],
      "dependents": [
        "order-service",
        "inventory-service"
      ]
    },
    {
      "service": "notification-service",
      "dependencies": [
        "user-service",
        "order-service"
      ],
      "dependents": []
    }
  ],
  "microservices_integration_test.payment_approved": "true",
  "performance_test.performance_metrics": {
    "response_time_analysis": {
      "fastest": "{{js: Math.min(variables.baseline_response_time, variables.small_payload_time, variables.json_endpoint_time)}}ms",
      "slowest": "{{js: Math.max(variables.medium_payload_time, variables.large_payload_time)}}ms",
      "average": "{{js: Math.round((variables.baseline_response_time + variables.small_payload_time + variables.medium_payload_time + variables.large_payload_time) / 4)}}ms"
    },
    "load_test_results": {
      "light_load_success": "{{light_load_success}}",
      "medium_load_degradation": "{{medium_load_degradation}}",
      "heavy_load_stability": "{{js: Boolean(variables.system_stable_under_load)}}",
      "load_shedding": "{{js: Boolean(variables.load_shedding_active)}}"
    },
    "performance_thresholds": {
      "baseline_met": "{{baseline_success}}",
      "acceptable_met": "{{small_payload_success && medium_payload_success}}",
      "critical_met": "{{large_payload_success}}"
    },
    "system_characteristics": {
      "payload_sensitivity": "{{js: variables.large_payload_time > variables.baseline_response_time * 3 ? 'high' : variables.large_payload_time > variables.baseline_response_time * 2 ? 'medium' : 'low'}}",
      "load_tolerance": "{{system_overloaded ? 'low' : medium_load_degradation ? 'medium' : 'high'}}",
      "timeout_behavior": "{{js: (variables.timeout_handled_correctly || variables.timeout_occurred) ? 'correct' : 'untested'}}"
    }
  },
  "performance_test.response_times": [
    {
      "endpoint": "baseline_get",
      "time": "{{baseline_response_time}}",
      "grade": "{{baseline_performance_grade}}"
    },
    {
      "endpoint": "small_payload_post",
      "time": "{{small_payload_time}}",
      "success": "{{small_payload_success}}"
    },
    {
      "endpoint": "medium_payload_post",
      "time": "{{medium_payload_time}}",
      "success": "{{medium_payload_success}}"
    },
    {
      "endpoint": "large_payload_post",
      "time": "{{large_payload_time}}",
      "success": "{{large_payload_success}}"
    }
  ],
  "performance_test.throughput_results": {
    "baseline_rps": "{{requests_per_second}}",
    "performance_comparison": "{{performance_comparison}}",
    "degradation_under_load": "{{medium_load_degradation}}"
  },
  "performance_test.load_test_summary": {
    "total_scenarios_tested": 3,
    "light_load_result": "{{light_load_success ? 'passed' : 'failed'}}",
    "medium_load_result": "{{medium_load_degradation ? 'degraded' : 'stable'}}",
    "heavy_load_result": "{{system_overloaded ? 'overloaded' : system_stable_under_load ? 'stable' : 'unknown'}}",
    "overall_stability": "{{system_stable_under_load && !system_overloaded ? 'good' : 'needs_attention'}}"
  },
  "data-formatting-examples.formatted_data": {
    "test_summary": "data_formatting_examples",
    "total_examples": 9,
    "transformations_applied": [
      "essential_field_extraction",
      "summary_reports",
      "catalog_views",
      "hierarchical_transformation",
      "csv_formatting",
      "api_response_formatting",
      "conditional_formatting"
    ]
  },
  "data-formatting-examples.transformation_results": [
    "essential_field_extraction",
    "summary_reports",
    "catalog_views",
    "hierarchical_transformation",
    "csv_formatting",
    "api_response_formatting",
    "conditional_formatting"
  ]
}

🎭 Scenarios

Executed: 1 scenarios
Scenario 1: then ✓
Scenario 2: none ○

📄 Raw Suite Data

Complete Suite Data
{
  "node_id": "dynamic-test-generation",
  "suite_name": "Dynamic Test Generation",
  "file_path": "/app/tests/dynamic-test-generation.yaml",
  "priority": "medium",
  "start_time": "2025-10-19T10:28:39.306Z",
  "end_time": "2025-10-19T10:28:39.319Z",
  "duration_ms": 13,
  "status": "success",
  "steps_executed": 5,
  "steps_successful": 5,
  "steps_failed": 0,
  "success_rate": 100,
  "steps_results": [
    {
      "step_id": "step-1-test-get-endpoint-dynamically",
      "qualified_step_id": "dynamic-test-generation::step-1-test-get-endpoint-dynamically",
      "step_name": "Test GET endpoint dynamically",
      "status": "success",
      "duration_ms": 2,
      "request_details": {
        "method": "GET",
        "url": "/get",
        "headers": {
          "X-Dynamic-Test": "endpoint-iteration",
          "X-Test-ID": "f2d7f88e-aac0-410b-b807-6421553dea31"
        },
        "base_url": "http://httpbin",
        "full_url": "http://httpbin/get",
        "curl_command": "curl -X GET -H 'X-Dynamic-Test: endpoint-iteration' -H 'X-Test-ID: f2d7f88e-aac0-410b-b807-6421553dea31' \"http://httpbin/get\"",
        "raw_request": "GET /get HTTP/1.1\r\nHost: httpbin\r\nX-Dynamic-Test: endpoint-iteration\r\nX-Test-ID: f2d7f88e-aac0-410b-b807-6421553dea31\r\n\r\n",
        "raw_url": "{{base_url}}/get"
      },
      "response_details": {
        "status_code": 200,
        "headers": {
          "server": "gunicorn/19.9.0",
          "date": "Sun, 19 Oct 2025 10:28:39 GMT",
          "connection": "keep-alive",
          "content-type": "application/json",
          "content-length": "397",
          "access-control-allow-origin": "*",
          "access-control-allow-credentials": "true"
        },
        "body": {
          "args": {},
          "headers": {
            "Accept": "application/json, text/plain, */*",
            "Accept-Encoding": "gzip, compress, deflate, br",
            "Connection": "keep-alive",
            "Host": "httpbin",
            "User-Agent": "axios/1.12.1",
            "X-Dynamic-Test": "endpoint-iteration",
            "X-Test-Id": "f2d7f88e-aac0-410b-b807-6421553dea31"
          },
          "origin": "172.18.0.3",
          "url": "http://httpbin/get"
        },
        "size_bytes": 325,
        "raw_response": "HTTP/1.1 200 OK\r\nserver: gunicorn/19.9.0\r\ndate: Sun, 19 Oct 2025 10:28:39 GMT\r\nconnection: keep-alive\r\ncontent-type: application/json\r\ncontent-length: 397\r\naccess-control-allow-origin: *\r\naccess-control-allow-credentials: true\r\n\r\n{\n  \"args\": {},\n  \"headers\": {\n    \"Accept\": \"application/json, text/plain, */*\",\n    \"Accept-Encoding\": \"gzip, compress, deflate, br\",\n    \"Connection\": \"keep-alive\",\n    \"Host\": \"httpbin\",\n    \"User-Agent\": \"axios/1.12.1\",\n    \"X-Dynamic-Test\": \"endpoint-iteration\",\n    \"X-Test-Id\": \"f2d7f88e-aac0-410b-b807-6421553dea31\"\n  },\n  \"origin\": \"172.18.0.3\",\n  \"url\": \"http://httpbin/get\"\n}"
      },
      "assertions_results": [
        {
          "field": "status_code",
          "expected": 200,
          "actual": 200,
          "passed": true,
          "message": "OK"
        },
        {
          "field": "headers.content-type.contains",
          "expected": "json",
          "actual": "application/json",
          "passed": true,
          "message": "OK"
        }
      ],
      "captured_variables": {
        "endpoint_get_result": null,
        "response_time_get": null
      },
      "available_variables": {
        "api_base_url": "http://localhost:8080",
        "api_endpoints": [
          {
            "path": "/get",
            "method": "GET",
            "description": "Get request test"
          },
          {
            "path": "/post",
            "method": "POST",
            "description": "Post request test"
          },
          {
            "path": "/put",
            "method": "PUT",
            "description": "Put request test"
          },
          {
            "path": "/delete",
            "method": "DELETE",
            "description": "Delete request test"
          }
        ],
        "auth_flows_test.jwt_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.mock_payload",
        "auth_flows_test.oauth2_access_token": "oauth2_access_token_xyz",
        "auth_flows_test.user_permissions": [
          "read",
          "write"
        ],
        "auth_flows_test.auth_flow_results": {
          "jwt_authentication": {
            "status": "{{jwt_login_success && jwt_valid && jwt_refresh_success ? 'success' : 'partial'}}",
            "tokens_issued": 2,
            "profile_access": "{{js: Boolean(variables.profile_fetch_success)}}"
          },
          "oauth2_authentication": {
            "status": "{{oauth2_token_exchange_success && oauth2_resource_access ? 'success' : 'partial'}}",
            "authorization_code_flow": "{{js: Boolean(variables.oauth2_auth_started)}}",
            "token_management": "{{js: Boolean(variables.oauth2_token_revoked)}}"
          },
          "security_validation": {
            "expired_tokens": "{{js: Boolean(variables.jwt_expired_handled)}}",
            "revoked_tokens": "{{js: Boolean(variables.revoked_token_rejected)}}",
            "permissions": "{{js: Boolean(variables.admin_permission_granted || variables.admin_permission_denied)}}"
          },
          "session_management": {
            "logout_success": "{{js: Boolean(variables.complete_logout)}}",
            "cleanup_complete": "{{js: Boolean(variables.all_tokens_revoked)}}"
          }
        },
        "complex-workflows-test.workflow_results": {
          "api_contract_validations": {
            "order_service": null,
            "payment_service": null,
            "user_service": null
          },
          "business_outcomes": {
            "customer_id": "{{customer_id}}",
            "items_purchased": 3,
            "order_id": null,
            "total_revenue": 594.96,
            "transaction_id": null,
            "workflow_completion": null
          },
          "ecommerce_workflow_results": {
            "cart_management": "success",
            "catalog_browsing": null,
            "customer_registration": null,
            "fulfillment_initiated": null,
            "order_created": null,
            "payment_processed": null,
            "product_details": null,
            "promotions_applied": null,
            "shipping_calculated": null
          },
          "end_to_end_success": true,
          "microservices_communication": {
            "inventory_service": null,
            "notification_service": null
          },
          "test_summary": "complex_workflows_ecommerce_contracts",
          "total_complex_workflow_tests": 13,
          "workflow_patterns_tested": [
            "customer_lifecycle_management",
            "product_catalog_interaction",
            "cart_and_checkout_process",
            "payment_transaction_flow",
            "order_fulfillment_pipeline",
            "api_contract_validation",
            "microservices_integration",
            "end_to_end_business_process",
            "workflow_analytics_tracking"
          ],
          "workflow_test_id": "workflow-ce7a02af-3257-4a3b-b77e-2dad7569115e"
        },
        "complex-workflows-test.ecommerce_data": {
          "cart_management": "success",
          "catalog_browsing": null,
          "customer_registration": null,
          "fulfillment_initiated": null,
          "order_created": null,
          "payment_processed": null,
          "product_details": null,
          "promotions_applied": null,
          "shipping_calculated": null
        },
        "complex-workflows-test.contract_validation_results": {
          "order_service": null,
          "payment_service": null,
          "user_service": null
        },
        "auth.token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImlhdCI6MTUxNjIzOTAyMn0.KMUFsIDTnFmyG3nMiGM6H9FNFUROf3wh7SmqJp-QV30",
        "input-capture-test.normalized_email": "John.Doe@Example.COM",
        "input-capture-test.email_domain": "John.Doe@Example.COM",
        "input-capture-test.full_name": "John Michael Doe",
        "dependency-setup.auth_token": "test_user",
        "dependency-setup.session_id": "172.18.0.3",
        "dependency-setup.config_id": "v2",
        "dependency-setup.setup_timestamp": true,
        "comprehensive_basic.captured_echo_data": {
          "action": "create_resource",
          "metadata": {
            "api_version": "v2.1",
            "test_mode": true,
            "timestamp": "2024-01-01T00:00:00Z"
          },
          "user_id": 12345,
          "username": "flow_test_user"
        },
        "comprehensive_basic.generated_uuid": "httpbin",
        "comprehensive_basic.final_status": "completed",
        "javascript-expressions.js_calculated": 50,
        "javascript-expressions.js_timestamp": 1760869717656,
        "iteration-examples.users_tested": null,
        "iteration-examples.range_test_summary": null,
        "sensitive-data-security.security_test_passed": null,
        "sensitive-data-security.sensitive_data_masked": null,
        "sensitive-data-security.auth_tokens_secure": null,
        "webhooks-realtime.webhook_delivered": true,
        "webhooks-realtime.webhook_system_healthy": false,
        "webhooks-realtime.event_user_id": "31b4e06a-4cf5-4af9-b89d-4c7d79e5e91e",
        "webhooks-realtime.stream_event_count": 3,
        "retry-logic-comprehensive.retry_attempts": 1,
        "retry-logic-comprehensive.retry_system_functional": false,
        "retry-logic-comprehensive.jittered_response_time": null,
        "file-upload-multipart-test.upload_results": {
          "content_types_tested": [
            "text/plain",
            "application/json",
            "application/octet-stream",
            "image/jpeg",
            "application/pdf",
            "video/mp4",
            "multipart/form-data"
          ],
          "test_id": "upload-6b89f201-e691-4ce2-ac53-a9d39aae657e",
          "test_patterns": [
            "single_file_upload",
            "multiple_file_upload",
            "large_file_handling",
            "chunked_upload_process",
            "upload_validation",
            "error_handling",
            "resume_functionality"
          ],
          "test_summary": "file_upload_multipart_comprehensive",
          "total_upload_tests": 12,
          "upload_results": {
            "binary_upload": null,
            "chunked_upload": null,
            "image_upload": null,
            "json_upload": null,
            "large_file": null,
            "mixed_form": null,
            "multiple_upload": null,
            "resume_upload": null,
            "text_upload": null,
            "validated_upload": null
          },
          "upload_scenarios_tested": [
            "text_file_upload",
            "json_file_upload",
            "binary_file_upload",
            "image_file_upload",
            "multiple_files_upload",
            "mixed_form_data",
            "large_file_upload",
            "chunked_upload",
            "validated_upload",
            "error_scenarios",
            "resume_upload"
          ]
        },
        "file-upload-multipart-test.multipart_data": {
          "binary_upload": null,
          "chunked_upload": null,
          "image_upload": null,
          "json_upload": null,
          "large_file": null,
          "mixed_form": null,
          "multiple_upload": null,
          "resume_upload": null,
          "text_upload": null,
          "validated_upload": null
        },
        "file-upload-multipart-test.file_handling_status": [
          "text_file_upload",
          "json_file_upload",
          "binary_file_upload",
          "image_file_upload",
          "multiple_files_upload",
          "mixed_form_data",
          "large_file_upload",
          "chunked_upload",
          "validated_upload",
          "error_scenarios",
          "resume_upload"
        ],
        "advanced-assertions-test.assertion_results": {
          "assertion_types_tested": [
            "regex_matching",
            "length_validation",
            "type_checking",
            "oneof_validation",
            "numeric_ranges",
            "complex_nested",
            "array_elements",
            "conditional_exists",
            "error_structure",
            "performance_combined"
          ],
          "test_id": "assert-f27e4cec-c756-4dad-8a77-a4177723732c",
          "test_patterns": {
            "array_length": null,
            "complex_nested": null,
            "email_regex": null,
            "length_exact": null,
            "oneof_strings": null,
            "phone_regex": null,
            "type_validation": null,
            "url_regex": null,
            "uuid_regex": null
          },
          "test_summary": "advanced_assertions_comprehensive",
          "total_assertion_tests": 11
        },
        "advanced-assertions-test.validation_data": {
          "array_length": null,
          "complex_nested": null,
          "email_regex": null,
          "length_exact": null,
          "oneof_strings": null,
          "phone_regex": null,
          "type_validation": null,
          "url_regex": null,
          "uuid_regex": null
        },
        "advanced-assertions-test.regex_test_results": [
          "regex_matching",
          "length_validation",
          "type_checking",
          "oneof_validation",
          "numeric_ranges",
          "complex_nested",
          "array_elements",
          "conditional_exists",
          "error_structure",
          "performance_combined"
        ],
        "advanced-retry-patterns.retry_results": {
          "base_delay_ms": 1000,
          "max_retries_configured": 3,
          "patterns_tested": [
            "exponential_backoff",
            "linear_backoff",
            "fixed_delay",
            "conditional_retry",
            "no_retry_4xx",
            "timeout_retry_combo",
            "high_frequency",
            "multi_condition",
            "performance_tracking",
            "retry_chain"
          ],
          "test_id": "retry-cd4a5b7a-ee7d-4084-be15-f5ddbce03d5a",
          "test_summary": "advanced_retry_patterns",
          "total_retry_tests": 12
        },
        "advanced-retry-patterns.backoff_measurements": [
          "exponential_backoff",
          "linear_backoff",
          "fixed_delay",
          "conditional_retry",
          "no_retry_4xx",
          "timeout_retry_combo",
          "high_frequency",
          "multi_condition",
          "performance_tracking",
          "retry_chain"
        ],
        "environment-feature-flags-test.environment_results": {
          "current_environment": null,
          "deployment_stage": null,
          "environment_configurations": {
            "development": {
              "debug_logging": true,
              "retry_attempts": 3,
              "timeout": 30000
            },
            "production": {
              "debug_logging": false,
              "retry_attempts": 1,
              "timeout": 5000
            },
            "staging": {
              "debug_logging": false,
              "retry_attempts": 2,
              "timeout": 15000
            },
            "test": {
              "debug_logging": false,
              "retry_attempts": 2,
              "timeout": 10000
            }
          },
          "environment_specific_tests": {
            "development": "skipped",
            "production": "skipped",
            "staging": "skipped",
            "test": "skipped"
          },
          "environment_urls": {
            "development": "http://localhost:3000",
            "production": "https://api.example.com",
            "staging": "https://staging-api.example.com",
            "test": "http://localhost:8080"
          },
          "feature_flag_results": {
            "advanced_analytics": "skipped",
            "api_v2": "skipped",
            "beta_program": "skipped",
            "debug_mode": "skipped",
            "experimental_features": "skipped",
            "new_ui": "skipped"
          },
          "feature_flags_tested": {
            "advanced_analytics": null,
            "api_v2": null,
            "beta_program": null,
            "debug_mode": null,
            "experimental_features": null,
            "new_ui": null
          },
          "test_environment": null,
          "test_id": "env-9155d18f-ba99-4cfc-b367-9d2df87e67e9",
          "test_patterns": [
            "environment_detection",
            "environment_specific_operations",
            "feature_flag_conditional_execution",
            "multi_environment_configuration",
            "environment_based_data_handling",
            "feature_flag_combinations"
          ],
          "test_summary": "environment_feature_flags_comprehensive",
          "total_environment_tests": 13
        },
        "environment-feature-flags-test.feature_flag_data": {
          "advanced_analytics": "skipped",
          "api_v2": "skipped",
          "beta_program": "skipped",
          "debug_mode": "skipped",
          "experimental_features": "skipped",
          "new_ui": "skipped"
        },
        "environment-feature-flags-test.multi_env_config": {
          "development": {
            "debug_logging": true,
            "retry_attempts": 3,
            "timeout": 30000
          },
          "production": {
            "debug_logging": false,
            "retry_attempts": 1,
            "timeout": 5000
          },
          "staging": {
            "debug_logging": false,
            "retry_attempts": 2,
            "timeout": 15000
          },
          "test": {
            "debug_logging": false,
            "retry_attempts": 2,
            "timeout": 10000
          }
        },
        "error-handling-test.error_handling_results": {
          "error_handling_results": {
            "bad_gateway": null,
            "bad_request": null,
            "chain_recovery": "error_recovery",
            "cleanup_status": null,
            "continue_after_failure": null,
            "degradation_mode": null,
            "fallback_service": null,
            "forbidden": null,
            "not_found": null,
            "primary_service": null,
            "rate_limit": null,
            "server_error": null,
            "service_unavailable": null,
            "timeout_handling": "{{timeout_result}}",
            "unauthorized": null
          },
          "error_scenarios_tested": [
            "continue_on_failure",
            "timeout_handling",
            "http_error_codes",
            "error_recovery_fallback",
            "graceful_degradation",
            "chain_failure_recovery",
            "error_propagation",
            "network_errors",
            "cleanup_after_errors"
          ],
          "http_status_codes_handled": [
            400,
            401,
            403,
            404,
            422,
            429,
            500,
            502,
            503
          ],
          "recovery_patterns": [
            "fallback_services",
            "graceful_degradation",
            "error_chain_recovery",
            "resource_cleanup"
          ],
          "test_id": "error-afc8e2e9-ee8c-4d98-ace0-c04d982c7248",
          "test_summary": "error_handling_comprehensive",
          "total_error_tests": 10
        },
        "error-handling-test.failure_scenarios": [
          "continue_on_failure",
          "timeout_handling",
          "http_error_codes",
          "error_recovery_fallback",
          "graceful_degradation",
          "chain_failure_recovery",
          "error_propagation",
          "network_errors",
          "cleanup_after_errors"
        ],
        "error-handling-test.recovery_data": [
          "fallback_services",
          "graceful_degradation",
          "error_chain_recovery",
          "resource_cleanup"
        ],
        "faker_demo.generatedEmail": "Brittany.Mitchell@yahoo.com",
        "faker_demo.generatedUserId": 8456786969362432,
        "httpbin-test.captured_username": "alpha_user",
        "httpbin-test.auth_token": "httpbin",
        "variable_cleanup_test.cleanup_verification_result": "cleanup_test_completed",
        "variable_cleanup_test.variable_state_before": null,
        "variable_cleanup_test.variable_state_after": null,
        "environment-variables.env_user": null,
        "environment-variables.env_home": null,
        "environment-variables.env_test_passed": true,
        "faker_comprehensive.generated_user_profile": "{\"user_profile\":{\"id\":\"d142fc31-094b-4a02-ac8f-34eef8f1a563\",\"first_name\":\"Price\",\"last_name\":\"Miller\",\"full_name\":\"Hilda Champlin-Bartoletti\",\"gender\":\"Non-binary\",\"email\":\"Travis.Reynolds@yahoo.com\",\"phone\":\"(415) 296-9932 x603\",\"website\":\"https://disgusting-overnighter.net/\",\"address\":{\"street\":\"7918 Franey Corner\",\"city\":\"Lake Lavonville\",\"state\":\"Massachusetts\",\"country\":\"Dominican Republic\",\"zip_code\":\"28571-7564\",\"latitude\":84.6382,\"longitude\":-114.4559},\"job\":{\"title\":\"Forward Metrics Specialist\",\"department\":\"Infrastructure\",\"company\":\"Kunde - Wiza\"},\"birth_date\":\"2002-12-18T08:44:01.690Z\",\"created_at\":\"2025-10-18T23:02:58.263Z\",\"last_login\":\"2025-10-18T13:29:57.870Z\",\"avatar\":\"https://avatars.githubusercontent.com/u/53642843\",\"bio\":\"Pecto vesco comes ademptio magni carbo ater cohors error. Solium temporibus territo adsidue adeo voluptates acervus. Porro talis audax curis angelus bene.\",\"username\":\"Herman.Schultz\"}}",
        "faker_comprehensive.financial_data": "{\"financial_profile\":{\"account_number\":\"12447327\",\"routing_number\":\"763219866\",\"credit_card\":\"589328513943287374\",\"credit_card_cvv\":\"813\",\"amount\":\"249.92\",\"currency_code\":\"MMK\",\"currency_name\":\"Kwanza\",\"product\":{\"name\":\"Sleek Metal Chair\",\"description\":\"The Football Is Good For Training And Recreational Purposes\",\"price\":\"223.00\",\"department\":\"Games\",\"material\":\"Concrete\"},\"vehicle\":{\"manufacturer\":\"Nissan\",\"model\":\"LeBaron\",\"type\":\"SUV\",\"fuel\":\"Gasoline\",\"vin\":\"7RZ1HAK58HLY43020\"},\"transactions\":[{\"id\":\"42b7dde4-b5a7-47d7-b083-39bd8086b251\",\"amount\":\"535.30\",\"description\":\"Oriental Plastic Keyboard\",\"date\":\"2025-10-19T00:46:57.126Z\"},{\"id\":\"cace6760-9036-4f28-9dd4-8c0f021d8938\",\"amount\":\"4.03\",\"description\":\"Rustic Bronze Pants\",\"date\":\"2025-10-19T01:05:28.532Z\"}]}}",
        "faker_comprehensive.validation_results": "{\"validation_test\":{\"emails\":[\"Danial.Kuvalis92@gmail.com\",\"Norris10@gmail.com\",\"Skye_Botsford@yahoo.com\"],\"uuids\":[\"cf9f3379-5dda-43c5-85fd-13d27166aa1c\",\"73f5a9b1-f413-49a6-b6a2-5e04f6799cee\",\"2983168d-4f9c-4459-9c9e-9e4596edfecf\"],\"phone_numbers\":[\"1-602-444-4075 x042\",\"315.724.2578 x458\",\"378.818.4888\"],\"dates\":{\"past\":\"2025-02-03T16:02:52.736Z\",\"future\":\"2026-03-24T09:50:29.661Z\",\"recent\":\"2025-10-18T14:32:08.117Z\",\"birthdate\":\"2004-02-26T05:37:41.794Z\"},\"consistent_data\":{\"name1\":\"Ms. Kristen Kris\",\"name2\":\"Rodney Lang\",\"email1\":\"Antoinette19@gmail.com\",\"email2\":\"Ewald_Hodkiewicz84@gmail.com\"}}}",
        "variable_interpolation.captured_user_data": null,
        "variable_interpolation.extracted_numbers": null,
        "variable_interpolation.processed_array": null,
        "variable_interpolation.nested_extraction": null,
        "variable_interpolation.final_computed_value": null,
        "complex_scenarios_test.user_access_matrix": {
          "guest_valid": false,
          "registered_valid": false,
          "premium_valid": false,
          "admin_valid": false
        },
        "complex_scenarios_test.scenario_results": {
          "guest_scenario": "not_tested",
          "registered_scenario": "not_tested",
          "premium_scenario": "not_tested",
          "admin_scenario": "not_tested",
          "cross_validation": "not_tested"
        },
        "complex_scenarios_test.conditional_flow_summary": {
          "total_scenarios": 6,
          "conditions_tested": 12,
          "user_types_validated": 4,
          "matrix_validation": false,
          "test_complete": true
        },
        "integration_full.e2e_test_summary": {
          "generated_data": {
            "active_user_count": "length(2)",
            "test_user": null,
            "total_transactions": 10,
            "total_users_processed": 5
          },
          "imported_flows": {
            "auth": {
              "token_present": true,
              "user_authenticated": true
            },
            "setup": {
              "environment": "integration",
              "session_active": true
            }
          },
          "performance": {
            "crud_performance": "excellent",
            "crud_success": true,
            "performance_rating": "excellent",
            "performance_score": 100
          },
          "test_summary": {
            "all_steps_completed": true,
            "environment": "integration",
            "initialization": true,
            "test_id": "INTEG_001"
          }
        },
        "integration_full.performance_metrics": {
          "crud_performance": "excellent",
          "crud_success": true,
          "performance_rating": "excellent",
          "performance_score": 100
        },
        "integration_full.user_journey_data": {
          "active_user_count": "length(2)",
          "test_user": null,
          "total_transactions": 10,
          "total_users_processed": 5
        },
        "integration_full.final_validation_result": "all_tests_passed",
        "advanced_scenarios.auth_status": "authenticated",
        "advanced_scenarios.performance_rating": "excellent",
        "advanced_scenarios.error_count": 1,
        "advanced_scenarios.final_scenario_result": "partial_success",
        "file_upload_test.file_id": "FILE-12345",
        "file_upload_test.upload_metadata": {
          "original_filename": "test_document.pdf",
          "file_size": 256000,
          "upload_time": "2024-01-01T10:00:00Z",
          "file_id": "{{file_id}}"
        },
        "file_upload_test.file_operations_summary": {
          "total_operations": 7,
          "upload_success": true,
          "download_success": true,
          "integrity_verified": true,
          "deletion_confirmed": true,
          "supported_formats_count": 4
        },
        "interactive-input-examples.selected_user_data": "user_001",
        "interactive-input-examples.user_action_result": "view_activity",
        "interactive-input-examples.final_config": {
          "action_performed": "view_activity",
          "batch_size": 10,
          "execution_metadata": {
            "confirmed": null,
            "reason": "{{action_reason}}",
            "test_run": true,
            "timestamp": "2024-01-15T12:00:00Z"
          },
          "notification_settings": {
            "email": "admin@company.com",
            "webhook": "{{webhook_url}}"
          },
          "selected_user": "user_001"
        },
        "faker-advanced-integration.generated_email": "Kylie.Hayes39@gmail.com",
        "faker-advanced-integration.generated_name": "Jeffery Romaguera",
        "faker-advanced-integration.generated_city": "Coral Springs",
        "faker-advanced-integration.generated_company": "Emmerich, Wolf and Little",
        "faker-advanced-integration.locale_name": "Gail Ward",
        "microservices_integration_test.service_health_status": {
          "pre_transaction": "{{all_services_up}}",
          "post_transaction": "{{post_transaction_health}}",
          "degradation_detected": "false"
        },
        "microservices_integration_test.integration_results": {
          "transaction_success": "{{payment_approved && order_updated && notification_sent}}",
          "services_coordination": "successful",
          "data_propagation": "{{all_services_consistent ? 'complete' : 'partial'}}",
          "error_handling": "{{js: (variables.rollback_initiated || variables.rollback_failed) ? 'tested' : 'not_applicable'}}"
        },
        "microservices_integration_test.transaction_trace": {
          "trace_id": "{{tracing_headers.trace_id}}",
          "correlation_id": "{{tracing_headers.correlation_id}}",
          "total_steps": 12,
          "execution_time": "{{js: Math.floor(Math.random() * 5000) + 2000}}ms",
          "service_calls": 11,
          "cross_service_calls": 6
        },
        "microservices_integration_test.service_dependencies": [
          {
            "service": "user-service",
            "dependencies": [],
            "dependents": [
              "order-service",
              "notification-service"
            ]
          },
          {
            "service": "inventory-service",
            "dependencies": [],
            "dependents": [
              "order-service"
            ]
          },
          {
            "service": "order-service",
            "dependencies": [
              "user-service",
              "inventory-service"
            ],
            "dependents": [
              "payment-service",
              "notification-service"
            ]
          },
          {
            "service": "payment-service",
            "dependencies": [
              "order-service"
            ],
            "dependents": [
              "order-service",
              "inventory-service"
            ]
          },
          {
            "service": "notification-service",
            "dependencies": [
              "user-service",
              "order-service"
            ],
            "dependents": []
          }
        ],
        "microservices_integration_test.payment_approved": "true",
        "performance_test.performance_metrics": {
          "response_time_analysis": {
            "fastest": "{{js: Math.min(variables.baseline_response_time, variables.small_payload_time, variables.json_endpoint_time)}}ms",
            "slowest": "{{js: Math.max(variables.medium_payload_time, variables.large_payload_time)}}ms",
            "average": "{{js: Math.round((variables.baseline_response_time + variables.small_payload_time + variables.medium_payload_time + variables.large_payload_time) / 4)}}ms"
          },
          "load_test_results": {
            "light_load_success": "{{light_load_success}}",
            "medium_load_degradation": "{{medium_load_degradation}}",
            "heavy_load_stability": "{{js: Boolean(variables.system_stable_under_load)}}",
            "load_shedding": "{{js: Boolean(variables.load_shedding_active)}}"
          },
          "performance_thresholds": {
            "baseline_met": "{{baseline_success}}",
            "acceptable_met": "{{small_payload_success && medium_payload_success}}",
            "critical_met": "{{large_payload_success}}"
          },
          "system_characteristics": {
            "payload_sensitivity": "{{js: variables.large_payload_time > variables.baseline_response_time * 3 ? 'high' : variables.large_payload_time > variables.baseline_response_time * 2 ? 'medium' : 'low'}}",
            "load_tolerance": "{{system_overloaded ? 'low' : medium_load_degradation ? 'medium' : 'high'}}",
            "timeout_behavior": "{{js: (variables.timeout_handled_correctly || variables.timeout_occurred) ? 'correct' : 'untested'}}"
          }
        },
        "performance_test.response_times": [
          {
            "endpoint": "baseline_get",
            "time": "{{baseline_response_time}}",
            "grade": "{{baseline_performance_grade}}"
          },
          {
            "endpoint": "small_payload_post",
            "time": "{{small_payload_time}}",
            "success": "{{small_payload_success}}"
          },
          {
            "endpoint": "medium_payload_post",
            "time": "{{medium_payload_time}}",
            "success": "{{medium_payload_success}}"
          },
          {
            "endpoint": "large_payload_post",
            "time": "{{large_payload_time}}",
            "success": "{{large_payload_success}}"
          }
        ],
        "performance_test.throughput_results": {
          "baseline_rps": "{{requests_per_second}}",
          "performance_comparison": "{{performance_comparison}}",
          "degradation_under_load": "{{medium_load_degradation}}"
        },
        "performance_test.load_test_summary": {
          "total_scenarios_tested": 3,
          "light_load_result": "{{light_load_success ? 'passed' : 'failed'}}",
          "medium_load_result": "{{medium_load_degradation ? 'degraded' : 'stable'}}",
          "heavy_load_result": "{{system_overloaded ? 'overloaded' : system_stable_under_load ? 'stable' : 'unknown'}}",
          "overall_stability": "{{system_stable_under_load && !system_overloaded ? 'good' : 'needs_attention'}}"
        },
        "data-formatting-examples.formatted_data": {
          "test_summary": "data_formatting_examples",
          "total_examples": 9,
          "transformations_applied": [
            "essential_field_extraction",
            "summary_reports",
            "catalog_views",
            "hierarchical_transformation",
            "csv_formatting",
            "api_response_formatting",
            "conditional_formatting"
          ]
        },
        "data-formatting-examples.transformation_results": [
          "essential_field_extraction",
          "summary_reports",
          "catalog_views",
          "hierarchical_transformation",
          "csv_formatting",
          "api_response_formatting",
          "conditional_formatting"
        ]
      }
    },
    {
      "step_id": "step-2-test-post-with-dynamic-user-data",
      "qualified_step_id": "dynamic-test-generation::step-2-test-post-with-dynamic-user-data",
      "step_name": "Test POST with dynamic user data",
      "status": "success",
      "duration_ms": 2,
      "request_details": {
        "method": "POST",
        "url": "/post",
        "headers": {
          "Content-Type": "application/json",
          "X-Dynamic-User": "generated"
        },
        "body": {
          "user_id": 1,
          "user_name": "Chad Stroman",
          "user_email": "Ramona.Jacobs77@hotmail.com",
          "user_city": "Lake Thurmanfield",
          "timestamp": 1760869719310,
          "test_batch": "dynamic-generation"
        },
        "base_url": "http://httpbin",
        "full_url": "http://httpbin/post",
        "curl_command": "curl -X POST -H 'Content-Type: application/json' -H 'X-Dynamic-User: generated' -d '{\"user_id\":1,\"user_name\":\"Chad Stroman\",\"user_email\":\"Ramona.Jacobs77@hotmail.com\",\"user_city\":\"Lake Thurmanfield\",\"timestamp\":1760869719310,\"test_batch\":\"dynamic-generation\"}' \"http://httpbin/post\"",
        "raw_request": "POST /post HTTP/1.1\r\nHost: httpbin\r\nContent-Type: application/json\r\nX-Dynamic-User: generated\r\nContent-Length: 175\r\n\r\n{\"user_id\":1,\"user_name\":\"Chad Stroman\",\"user_email\":\"Ramona.Jacobs77@hotmail.com\",\"user_city\":\"Lake Thurmanfield\",\"timestamp\":1760869719310,\"test_batch\":\"dynamic-generation\"}",
        "raw_url": "{{base_url}}/post"
      },
      "response_details": {
        "status_code": 200,
        "headers": {
          "server": "gunicorn/19.9.0",
          "date": "Sun, 19 Oct 2025 10:28:39 GMT",
          "connection": "keep-alive",
          "content-type": "application/json",
          "content-length": "875",
          "access-control-allow-origin": "*",
          "access-control-allow-credentials": "true"
        },
        "body": {
          "args": {},
          "data": "{\"user_id\":1,\"user_name\":\"Chad Stroman\",\"user_email\":\"Ramona.Jacobs77@hotmail.com\",\"user_city\":\"Lake Thurmanfield\",\"timestamp\":1760869719310,\"test_batch\":\"dynamic-generation\"}",
          "files": {},
          "form": {},
          "headers": {
            "Accept": "application/json, text/plain, */*",
            "Accept-Encoding": "gzip, compress, deflate, br",
            "Connection": "keep-alive",
            "Content-Length": "175",
            "Content-Type": "application/json",
            "Host": "httpbin",
            "User-Agent": "axios/1.12.1",
            "X-Dynamic-User": "generated"
          },
          "json": {
            "test_batch": "dynamic-generation",
            "timestamp": 1760869719310,
            "user_city": "Lake Thurmanfield",
            "user_email": "Ramona.Jacobs77@hotmail.com",
            "user_id": 1,
            "user_name": "Chad Stroman"
          },
          "origin": "172.18.0.3",
          "url": "http://httpbin/post"
        },
        "size_bytes": 732,
        "raw_response": "HTTP/1.1 200 OK\r\nserver: gunicorn/19.9.0\r\ndate: Sun, 19 Oct 2025 10:28:39 GMT\r\nconnection: keep-alive\r\ncontent-type: application/json\r\ncontent-length: 875\r\naccess-control-allow-origin: *\r\naccess-control-allow-credentials: true\r\n\r\n{\n  \"args\": {},\n  \"data\": \"{\\\"user_id\\\":1,\\\"user_name\\\":\\\"Chad Stroman\\\",\\\"user_email\\\":\\\"Ramona.Jacobs77@hotmail.com\\\",\\\"user_city\\\":\\\"Lake Thurmanfield\\\",\\\"timestamp\\\":1760869719310,\\\"test_batch\\\":\\\"dynamic-generation\\\"}\",\n  \"files\": {},\n  \"form\": {},\n  \"headers\": {\n    \"Accept\": \"application/json, text/plain, */*\",\n    \"Accept-Encoding\": \"gzip, compress, deflate, br\",\n    \"Connection\": \"keep-alive\",\n    \"Content-Length\": \"175\",\n    \"Content-Type\": \"application/json\",\n    \"Host\": \"httpbin\",\n    \"User-Agent\": \"axios/1.12.1\",\n    \"X-Dynamic-User\": \"generated\"\n  },\n  \"json\": {\n    \"test_batch\": \"dynamic-generation\",\n    \"timestamp\": 1760869719310,\n    \"user_city\": \"Lake Thurmanfield\",\n    \"user_email\": \"Ramona.Jacobs77@hotmail.com\",\n    \"user_id\": 1,\n    \"user_name\": \"Chad Stroman\"\n  },\n  \"origin\": \"172.18.0.3\",\n  \"url\": \"http://httpbin/post\"\n}"
      },
      "assertions_results": [
        {
          "field": "status_code",
          "expected": 200,
          "actual": 200,
          "passed": true,
          "message": "OK"
        },
        {
          "field": "body.data.contains",
          "expected": "user_id",
          "actual": "{\"user_id\":1,\"user_name\":\"Chad Stroman\",\"user_email\":\"Ramona.Jacobs77@hotmail.com\",\"user_city\":\"Lake Thurmanfield\",\"timestamp\":1760869719310,\"test_batch\":\"dynamic-generation\"}",
          "passed": true,
          "message": "OK"
        }
      ],
      "captured_variables": {
        "generated_user_data": null,
        "post_response_time": null
      },
      "available_variables": {
        "api_base_url": "http://localhost:8080",
        "api_endpoints": [
          {
            "path": "/get",
            "method": "GET",
            "description": "Get request test"
          },
          {
            "path": "/post",
            "method": "POST",
            "description": "Post request test"
          },
          {
            "path": "/put",
            "method": "PUT",
            "description": "Put request test"
          },
          {
            "path": "/delete",
            "method": "DELETE",
            "description": "Delete request test"
          }
        ],
        "auth_flows_test.jwt_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.mock_payload",
        "auth_flows_test.oauth2_access_token": "oauth2_access_token_xyz",
        "auth_flows_test.user_permissions": [
          "read",
          "write"
        ],
        "auth_flows_test.auth_flow_results": {
          "jwt_authentication": {
            "status": "{{jwt_login_success && jwt_valid && jwt_refresh_success ? 'success' : 'partial'}}",
            "tokens_issued": 2,
            "profile_access": "{{js: Boolean(variables.profile_fetch_success)}}"
          },
          "oauth2_authentication": {
            "status": "{{oauth2_token_exchange_success && oauth2_resource_access ? 'success' : 'partial'}}",
            "authorization_code_flow": "{{js: Boolean(variables.oauth2_auth_started)}}",
            "token_management": "{{js: Boolean(variables.oauth2_token_revoked)}}"
          },
          "security_validation": {
            "expired_tokens": "{{js: Boolean(variables.jwt_expired_handled)}}",
            "revoked_tokens": "{{js: Boolean(variables.revoked_token_rejected)}}",
            "permissions": "{{js: Boolean(variables.admin_permission_granted || variables.admin_permission_denied)}}"
          },
          "session_management": {
            "logout_success": "{{js: Boolean(variables.complete_logout)}}",
            "cleanup_complete": "{{js: Boolean(variables.all_tokens_revoked)}}"
          }
        },
        "complex-workflows-test.workflow_results": {
          "api_contract_validations": {
            "order_service": null,
            "payment_service": null,
            "user_service": null
          },
          "business_outcomes": {
            "customer_id": "{{customer_id}}",
            "items_purchased": 3,
            "order_id": null,
            "total_revenue": 594.96,
            "transaction_id": null,
            "workflow_completion": null
          },
          "ecommerce_workflow_results": {
            "cart_management": "success",
            "catalog_browsing": null,
            "customer_registration": null,
            "fulfillment_initiated": null,
            "order_created": null,
            "payment_processed": null,
            "product_details": null,
            "promotions_applied": null,
            "shipping_calculated": null
          },
          "end_to_end_success": true,
          "microservices_communication": {
            "inventory_service": null,
            "notification_service": null
          },
          "test_summary": "complex_workflows_ecommerce_contracts",
          "total_complex_workflow_tests": 13,
          "workflow_patterns_tested": [
            "customer_lifecycle_management",
            "product_catalog_interaction",
            "cart_and_checkout_process",
            "payment_transaction_flow",
            "order_fulfillment_pipeline",
            "api_contract_validation",
            "microservices_integration",
            "end_to_end_business_process",
            "workflow_analytics_tracking"
          ],
          "workflow_test_id": "workflow-ce7a02af-3257-4a3b-b77e-2dad7569115e"
        },
        "complex-workflows-test.ecommerce_data": {
          "cart_management": "success",
          "catalog_browsing": null,
          "customer_registration": null,
          "fulfillment_initiated": null,
          "order_created": null,
          "payment_processed": null,
          "product_details": null,
          "promotions_applied": null,
          "shipping_calculated": null
        },
        "complex-workflows-test.contract_validation_results": {
          "order_service": null,
          "payment_service": null,
          "user_service": null
        },
        "auth.token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImlhdCI6MTUxNjIzOTAyMn0.KMUFsIDTnFmyG3nMiGM6H9FNFUROf3wh7SmqJp-QV30",
        "input-capture-test.normalized_email": "John.Doe@Example.COM",
        "input-capture-test.email_domain": "John.Doe@Example.COM",
        "input-capture-test.full_name": "John Michael Doe",
        "dependency-setup.auth_token": "test_user",
        "dependency-setup.session_id": "172.18.0.3",
        "dependency-setup.config_id": "v2",
        "dependency-setup.setup_timestamp": true,
        "comprehensive_basic.captured_echo_data": {
          "action": "create_resource",
          "metadata": {
            "api_version": "v2.1",
            "test_mode": true,
            "timestamp": "2024-01-01T00:00:00Z"
          },
          "user_id": 12345,
          "username": "flow_test_user"
        },
        "comprehensive_basic.generated_uuid": "httpbin",
        "comprehensive_basic.final_status": "completed",
        "javascript-expressions.js_calculated": 50,
        "javascript-expressions.js_timestamp": 1760869717656,
        "iteration-examples.users_tested": null,
        "iteration-examples.range_test_summary": null,
        "sensitive-data-security.security_test_passed": null,
        "sensitive-data-security.sensitive_data_masked": null,
        "sensitive-data-security.auth_tokens_secure": null,
        "webhooks-realtime.webhook_delivered": true,
        "webhooks-realtime.webhook_system_healthy": false,
        "webhooks-realtime.event_user_id": "31b4e06a-4cf5-4af9-b89d-4c7d79e5e91e",
        "webhooks-realtime.stream_event_count": 3,
        "retry-logic-comprehensive.retry_attempts": 1,
        "retry-logic-comprehensive.retry_system_functional": false,
        "retry-logic-comprehensive.jittered_response_time": null,
        "file-upload-multipart-test.upload_results": {
          "content_types_tested": [
            "text/plain",
            "application/json",
            "application/octet-stream",
            "image/jpeg",
            "application/pdf",
            "video/mp4",
            "multipart/form-data"
          ],
          "test_id": "upload-6b89f201-e691-4ce2-ac53-a9d39aae657e",
          "test_patterns": [
            "single_file_upload",
            "multiple_file_upload",
            "large_file_handling",
            "chunked_upload_process",
            "upload_validation",
            "error_handling",
            "resume_functionality"
          ],
          "test_summary": "file_upload_multipart_comprehensive",
          "total_upload_tests": 12,
          "upload_results": {
            "binary_upload": null,
            "chunked_upload": null,
            "image_upload": null,
            "json_upload": null,
            "large_file": null,
            "mixed_form": null,
            "multiple_upload": null,
            "resume_upload": null,
            "text_upload": null,
            "validated_upload": null
          },
          "upload_scenarios_tested": [
            "text_file_upload",
            "json_file_upload",
            "binary_file_upload",
            "image_file_upload",
            "multiple_files_upload",
            "mixed_form_data",
            "large_file_upload",
            "chunked_upload",
            "validated_upload",
            "error_scenarios",
            "resume_upload"
          ]
        },
        "file-upload-multipart-test.multipart_data": {
          "binary_upload": null,
          "chunked_upload": null,
          "image_upload": null,
          "json_upload": null,
          "large_file": null,
          "mixed_form": null,
          "multiple_upload": null,
          "resume_upload": null,
          "text_upload": null,
          "validated_upload": null
        },
        "file-upload-multipart-test.file_handling_status": [
          "text_file_upload",
          "json_file_upload",
          "binary_file_upload",
          "image_file_upload",
          "multiple_files_upload",
          "mixed_form_data",
          "large_file_upload",
          "chunked_upload",
          "validated_upload",
          "error_scenarios",
          "resume_upload"
        ],
        "advanced-assertions-test.assertion_results": {
          "assertion_types_tested": [
            "regex_matching",
            "length_validation",
            "type_checking",
            "oneof_validation",
            "numeric_ranges",
            "complex_nested",
            "array_elements",
            "conditional_exists",
            "error_structure",
            "performance_combined"
          ],
          "test_id": "assert-f27e4cec-c756-4dad-8a77-a4177723732c",
          "test_patterns": {
            "array_length": null,
            "complex_nested": null,
            "email_regex": null,
            "length_exact": null,
            "oneof_strings": null,
            "phone_regex": null,
            "type_validation": null,
            "url_regex": null,
            "uuid_regex": null
          },
          "test_summary": "advanced_assertions_comprehensive",
          "total_assertion_tests": 11
        },
        "advanced-assertions-test.validation_data": {
          "array_length": null,
          "complex_nested": null,
          "email_regex": null,
          "length_exact": null,
          "oneof_strings": null,
          "phone_regex": null,
          "type_validation": null,
          "url_regex": null,
          "uuid_regex": null
        },
        "advanced-assertions-test.regex_test_results": [
          "regex_matching",
          "length_validation",
          "type_checking",
          "oneof_validation",
          "numeric_ranges",
          "complex_nested",
          "array_elements",
          "conditional_exists",
          "error_structure",
          "performance_combined"
        ],
        "advanced-retry-patterns.retry_results": {
          "base_delay_ms": 1000,
          "max_retries_configured": 3,
          "patterns_tested": [
            "exponential_backoff",
            "linear_backoff",
            "fixed_delay",
            "conditional_retry",
            "no_retry_4xx",
            "timeout_retry_combo",
            "high_frequency",
            "multi_condition",
            "performance_tracking",
            "retry_chain"
          ],
          "test_id": "retry-cd4a5b7a-ee7d-4084-be15-f5ddbce03d5a",
          "test_summary": "advanced_retry_patterns",
          "total_retry_tests": 12
        },
        "advanced-retry-patterns.backoff_measurements": [
          "exponential_backoff",
          "linear_backoff",
          "fixed_delay",
          "conditional_retry",
          "no_retry_4xx",
          "timeout_retry_combo",
          "high_frequency",
          "multi_condition",
          "performance_tracking",
          "retry_chain"
        ],
        "environment-feature-flags-test.environment_results": {
          "current_environment": null,
          "deployment_stage": null,
          "environment_configurations": {
            "development": {
              "debug_logging": true,
              "retry_attempts": 3,
              "timeout": 30000
            },
            "production": {
              "debug_logging": false,
              "retry_attempts": 1,
              "timeout": 5000
            },
            "staging": {
              "debug_logging": false,
              "retry_attempts": 2,
              "timeout": 15000
            },
            "test": {
              "debug_logging": false,
              "retry_attempts": 2,
              "timeout": 10000
            }
          },
          "environment_specific_tests": {
            "development": "skipped",
            "production": "skipped",
            "staging": "skipped",
            "test": "skipped"
          },
          "environment_urls": {
            "development": "http://localhost:3000",
            "production": "https://api.example.com",
            "staging": "https://staging-api.example.com",
            "test": "http://localhost:8080"
          },
          "feature_flag_results": {
            "advanced_analytics": "skipped",
            "api_v2": "skipped",
            "beta_program": "skipped",
            "debug_mode": "skipped",
            "experimental_features": "skipped",
            "new_ui": "skipped"
          },
          "feature_flags_tested": {
            "advanced_analytics": null,
            "api_v2": null,
            "beta_program": null,
            "debug_mode": null,
            "experimental_features": null,
            "new_ui": null
          },
          "test_environment": null,
          "test_id": "env-9155d18f-ba99-4cfc-b367-9d2df87e67e9",
          "test_patterns": [
            "environment_detection",
            "environment_specific_operations",
            "feature_flag_conditional_execution",
            "multi_environment_configuration",
            "environment_based_data_handling",
            "feature_flag_combinations"
          ],
          "test_summary": "environment_feature_flags_comprehensive",
          "total_environment_tests": 13
        },
        "environment-feature-flags-test.feature_flag_data": {
          "advanced_analytics": "skipped",
          "api_v2": "skipped",
          "beta_program": "skipped",
          "debug_mode": "skipped",
          "experimental_features": "skipped",
          "new_ui": "skipped"
        },
        "environment-feature-flags-test.multi_env_config": {
          "development": {
            "debug_logging": true,
            "retry_attempts": 3,
            "timeout": 30000
          },
          "production": {
            "debug_logging": false,
            "retry_attempts": 1,
            "timeout": 5000
          },
          "staging": {
            "debug_logging": false,
            "retry_attempts": 2,
            "timeout": 15000
          },
          "test": {
            "debug_logging": false,
            "retry_attempts": 2,
            "timeout": 10000
          }
        },
        "error-handling-test.error_handling_results": {
          "error_handling_results": {
            "bad_gateway": null,
            "bad_request": null,
            "chain_recovery": "error_recovery",
            "cleanup_status": null,
            "continue_after_failure": null,
            "degradation_mode": null,
            "fallback_service": null,
            "forbidden": null,
            "not_found": null,
            "primary_service": null,
            "rate_limit": null,
            "server_error": null,
            "service_unavailable": null,
            "timeout_handling": "{{timeout_result}}",
            "unauthorized": null
          },
          "error_scenarios_tested": [
            "continue_on_failure",
            "timeout_handling",
            "http_error_codes",
            "error_recovery_fallback",
            "graceful_degradation",
            "chain_failure_recovery",
            "error_propagation",
            "network_errors",
            "cleanup_after_errors"
          ],
          "http_status_codes_handled": [
            400,
            401,
            403,
            404,
            422,
            429,
            500,
            502,
            503
          ],
          "recovery_patterns": [
            "fallback_services",
            "graceful_degradation",
            "error_chain_recovery",
            "resource_cleanup"
          ],
          "test_id": "error-afc8e2e9-ee8c-4d98-ace0-c04d982c7248",
          "test_summary": "error_handling_comprehensive",
          "total_error_tests": 10
        },
        "error-handling-test.failure_scenarios": [
          "continue_on_failure",
          "timeout_handling",
          "http_error_codes",
          "error_recovery_fallback",
          "graceful_degradation",
          "chain_failure_recovery",
          "error_propagation",
          "network_errors",
          "cleanup_after_errors"
        ],
        "error-handling-test.recovery_data": [
          "fallback_services",
          "graceful_degradation",
          "error_chain_recovery",
          "resource_cleanup"
        ],
        "faker_demo.generatedEmail": "Brittany.Mitchell@yahoo.com",
        "faker_demo.generatedUserId": 8456786969362432,
        "httpbin-test.captured_username": "alpha_user",
        "httpbin-test.auth_token": "httpbin",
        "variable_cleanup_test.cleanup_verification_result": "cleanup_test_completed",
        "variable_cleanup_test.variable_state_before": null,
        "variable_cleanup_test.variable_state_after": null,
        "environment-variables.env_user": null,
        "environment-variables.env_home": null,
        "environment-variables.env_test_passed": true,
        "faker_comprehensive.generated_user_profile": "{\"user_profile\":{\"id\":\"d142fc31-094b-4a02-ac8f-34eef8f1a563\",\"first_name\":\"Price\",\"last_name\":\"Miller\",\"full_name\":\"Hilda Champlin-Bartoletti\",\"gender\":\"Non-binary\",\"email\":\"Travis.Reynolds@yahoo.com\",\"phone\":\"(415) 296-9932 x603\",\"website\":\"https://disgusting-overnighter.net/\",\"address\":{\"street\":\"7918 Franey Corner\",\"city\":\"Lake Lavonville\",\"state\":\"Massachusetts\",\"country\":\"Dominican Republic\",\"zip_code\":\"28571-7564\",\"latitude\":84.6382,\"longitude\":-114.4559},\"job\":{\"title\":\"Forward Metrics Specialist\",\"department\":\"Infrastructure\",\"company\":\"Kunde - Wiza\"},\"birth_date\":\"2002-12-18T08:44:01.690Z\",\"created_at\":\"2025-10-18T23:02:58.263Z\",\"last_login\":\"2025-10-18T13:29:57.870Z\",\"avatar\":\"https://avatars.githubusercontent.com/u/53642843\",\"bio\":\"Pecto vesco comes ademptio magni carbo ater cohors error. Solium temporibus territo adsidue adeo voluptates acervus. Porro talis audax curis angelus bene.\",\"username\":\"Herman.Schultz\"}}",
        "faker_comprehensive.financial_data": "{\"financial_profile\":{\"account_number\":\"12447327\",\"routing_number\":\"763219866\",\"credit_card\":\"589328513943287374\",\"credit_card_cvv\":\"813\",\"amount\":\"249.92\",\"currency_code\":\"MMK\",\"currency_name\":\"Kwanza\",\"product\":{\"name\":\"Sleek Metal Chair\",\"description\":\"The Football Is Good For Training And Recreational Purposes\",\"price\":\"223.00\",\"department\":\"Games\",\"material\":\"Concrete\"},\"vehicle\":{\"manufacturer\":\"Nissan\",\"model\":\"LeBaron\",\"type\":\"SUV\",\"fuel\":\"Gasoline\",\"vin\":\"7RZ1HAK58HLY43020\"},\"transactions\":[{\"id\":\"42b7dde4-b5a7-47d7-b083-39bd8086b251\",\"amount\":\"535.30\",\"description\":\"Oriental Plastic Keyboard\",\"date\":\"2025-10-19T00:46:57.126Z\"},{\"id\":\"cace6760-9036-4f28-9dd4-8c0f021d8938\",\"amount\":\"4.03\",\"description\":\"Rustic Bronze Pants\",\"date\":\"2025-10-19T01:05:28.532Z\"}]}}",
        "faker_comprehensive.validation_results": "{\"validation_test\":{\"emails\":[\"Danial.Kuvalis92@gmail.com\",\"Norris10@gmail.com\",\"Skye_Botsford@yahoo.com\"],\"uuids\":[\"cf9f3379-5dda-43c5-85fd-13d27166aa1c\",\"73f5a9b1-f413-49a6-b6a2-5e04f6799cee\",\"2983168d-4f9c-4459-9c9e-9e4596edfecf\"],\"phone_numbers\":[\"1-602-444-4075 x042\",\"315.724.2578 x458\",\"378.818.4888\"],\"dates\":{\"past\":\"2025-02-03T16:02:52.736Z\",\"future\":\"2026-03-24T09:50:29.661Z\",\"recent\":\"2025-10-18T14:32:08.117Z\",\"birthdate\":\"2004-02-26T05:37:41.794Z\"},\"consistent_data\":{\"name1\":\"Ms. Kristen Kris\",\"name2\":\"Rodney Lang\",\"email1\":\"Antoinette19@gmail.com\",\"email2\":\"Ewald_Hodkiewicz84@gmail.com\"}}}",
        "variable_interpolation.captured_user_data": null,
        "variable_interpolation.extracted_numbers": null,
        "variable_interpolation.processed_array": null,
        "variable_interpolation.nested_extraction": null,
        "variable_interpolation.final_computed_value": null,
        "complex_scenarios_test.user_access_matrix": {
          "guest_valid": false,
          "registered_valid": false,
          "premium_valid": false,
          "admin_valid": false
        },
        "complex_scenarios_test.scenario_results": {
          "guest_scenario": "not_tested",
          "registered_scenario": "not_tested",
          "premium_scenario": "not_tested",
          "admin_scenario": "not_tested",
          "cross_validation": "not_tested"
        },
        "complex_scenarios_test.conditional_flow_summary": {
          "total_scenarios": 6,
          "conditions_tested": 12,
          "user_types_validated": 4,
          "matrix_validation": false,
          "test_complete": true
        },
        "integration_full.e2e_test_summary": {
          "generated_data": {
            "active_user_count": "length(2)",
            "test_user": null,
            "total_transactions": 10,
            "total_users_processed": 5
          },
          "imported_flows": {
            "auth": {
              "token_present": true,
              "user_authenticated": true
            },
            "setup": {
              "environment": "integration",
              "session_active": true
            }
          },
          "performance": {
            "crud_performance": "excellent",
            "crud_success": true,
            "performance_rating": "excellent",
            "performance_score": 100
          },
          "test_summary": {
            "all_steps_completed": true,
            "environment": "integration",
            "initialization": true,
            "test_id": "INTEG_001"
          }
        },
        "integration_full.performance_metrics": {
          "crud_performance": "excellent",
          "crud_success": true,
          "performance_rating": "excellent",
          "performance_score": 100
        },
        "integration_full.user_journey_data": {
          "active_user_count": "length(2)",
          "test_user": null,
          "total_transactions": 10,
          "total_users_processed": 5
        },
        "integration_full.final_validation_result": "all_tests_passed",
        "advanced_scenarios.auth_status": "authenticated",
        "advanced_scenarios.performance_rating": "excellent",
        "advanced_scenarios.error_count": 1,
        "advanced_scenarios.final_scenario_result": "partial_success",
        "file_upload_test.file_id": "FILE-12345",
        "file_upload_test.upload_metadata": {
          "original_filename": "test_document.pdf",
          "file_size": 256000,
          "upload_time": "2024-01-01T10:00:00Z",
          "file_id": "{{file_id}}"
        },
        "file_upload_test.file_operations_summary": {
          "total_operations": 7,
          "upload_success": true,
          "download_success": true,
          "integrity_verified": true,
          "deletion_confirmed": true,
          "supported_formats_count": 4
        },
        "interactive-input-examples.selected_user_data": "user_001",
        "interactive-input-examples.user_action_result": "view_activity",
        "interactive-input-examples.final_config": {
          "action_performed": "view_activity",
          "batch_size": 10,
          "execution_metadata": {
            "confirmed": null,
            "reason": "{{action_reason}}",
            "test_run": true,
            "timestamp": "2024-01-15T12:00:00Z"
          },
          "notification_settings": {
            "email": "admin@company.com",
            "webhook": "{{webhook_url}}"
          },
          "selected_user": "user_001"
        },
        "faker-advanced-integration.generated_email": "Kylie.Hayes39@gmail.com",
        "faker-advanced-integration.generated_name": "Jeffery Romaguera",
        "faker-advanced-integration.generated_city": "Coral Springs",
        "faker-advanced-integration.generated_company": "Emmerich, Wolf and Little",
        "faker-advanced-integration.locale_name": "Gail Ward",
        "microservices_integration_test.service_health_status": {
          "pre_transaction": "{{all_services_up}}",
          "post_transaction": "{{post_transaction_health}}",
          "degradation_detected": "false"
        },
        "microservices_integration_test.integration_results": {
          "transaction_success": "{{payment_approved && order_updated && notification_sent}}",
          "services_coordination": "successful",
          "data_propagation": "{{all_services_consistent ? 'complete' : 'partial'}}",
          "error_handling": "{{js: (variables.rollback_initiated || variables.rollback_failed) ? 'tested' : 'not_applicable'}}"
        },
        "microservices_integration_test.transaction_trace": {
          "trace_id": "{{tracing_headers.trace_id}}",
          "correlation_id": "{{tracing_headers.correlation_id}}",
          "total_steps": 12,
          "execution_time": "{{js: Math.floor(Math.random() * 5000) + 2000}}ms",
          "service_calls": 11,
          "cross_service_calls": 6
        },
        "microservices_integration_test.service_dependencies": [
          {
            "service": "user-service",
            "dependencies": [],
            "dependents": [
              "order-service",
              "notification-service"
            ]
          },
          {
            "service": "inventory-service",
            "dependencies": [],
            "dependents": [
              "order-service"
            ]
          },
          {
            "service": "order-service",
            "dependencies": [
              "user-service",
              "inventory-service"
            ],
            "dependents": [
              "payment-service",
              "notification-service"
            ]
          },
          {
            "service": "payment-service",
            "dependencies": [
              "order-service"
            ],
            "dependents": [
              "order-service",
              "inventory-service"
            ]
          },
          {
            "service": "notification-service",
            "dependencies": [
              "user-service",
              "order-service"
            ],
            "dependents": []
          }
        ],
        "microservices_integration_test.payment_approved": "true",
        "performance_test.performance_metrics": {
          "response_time_analysis": {
            "fastest": "{{js: Math.min(variables.baseline_response_time, variables.small_payload_time, variables.json_endpoint_time)}}ms",
            "slowest": "{{js: Math.max(variables.medium_payload_time, variables.large_payload_time)}}ms",
            "average": "{{js: Math.round((variables.baseline_response_time + variables.small_payload_time + variables.medium_payload_time + variables.large_payload_time) / 4)}}ms"
          },
          "load_test_results": {
            "light_load_success": "{{light_load_success}}",
            "medium_load_degradation": "{{medium_load_degradation}}",
            "heavy_load_stability": "{{js: Boolean(variables.system_stable_under_load)}}",
            "load_shedding": "{{js: Boolean(variables.load_shedding_active)}}"
          },
          "performance_thresholds": {
            "baseline_met": "{{baseline_success}}",
            "acceptable_met": "{{small_payload_success && medium_payload_success}}",
            "critical_met": "{{large_payload_success}}"
          },
          "system_characteristics": {
            "payload_sensitivity": "{{js: variables.large_payload_time > variables.baseline_response_time * 3 ? 'high' : variables.large_payload_time > variables.baseline_response_time * 2 ? 'medium' : 'low'}}",
            "load_tolerance": "{{system_overloaded ? 'low' : medium_load_degradation ? 'medium' : 'high'}}",
            "timeout_behavior": "{{js: (variables.timeout_handled_correctly || variables.timeout_occurred) ? 'correct' : 'untested'}}"
          }
        },
        "performance_test.response_times": [
          {
            "endpoint": "baseline_get",
            "time": "{{baseline_response_time}}",
            "grade": "{{baseline_performance_grade}}"
          },
          {
            "endpoint": "small_payload_post",
            "time": "{{small_payload_time}}",
            "success": "{{small_payload_success}}"
          },
          {
            "endpoint": "medium_payload_post",
            "time": "{{medium_payload_time}}",
            "success": "{{medium_payload_success}}"
          },
          {
            "endpoint": "large_payload_post",
            "time": "{{large_payload_time}}",
            "success": "{{large_payload_success}}"
          }
        ],
        "performance_test.throughput_results": {
          "baseline_rps": "{{requests_per_second}}",
          "performance_comparison": "{{performance_comparison}}",
          "degradation_under_load": "{{medium_load_degradation}}"
        },
        "performance_test.load_test_summary": {
          "total_scenarios_tested": 3,
          "light_load_result": "{{light_load_success ? 'passed' : 'failed'}}",
          "medium_load_result": "{{medium_load_degradation ? 'degraded' : 'stable'}}",
          "heavy_load_result": "{{system_overloaded ? 'overloaded' : system_stable_under_load ? 'stable' : 'unknown'}}",
          "overall_stability": "{{system_stable_under_load && !system_overloaded ? 'good' : 'needs_attention'}}"
        },
        "data-formatting-examples.formatted_data": {
          "test_summary": "data_formatting_examples",
          "total_examples": 9,
          "transformations_applied": [
            "essential_field_extraction",
            "summary_reports",
            "catalog_views",
            "hierarchical_transformation",
            "csv_formatting",
            "api_response_formatting",
            "conditional_formatting"
          ]
        },
        "data-formatting-examples.transformation_results": [
          "essential_field_extraction",
          "summary_reports",
          "catalog_views",
          "hierarchical_transformation",
          "csv_formatting",
          "api_response_formatting",
          "conditional_formatting"
        ]
      }
    },
    {
      "step_id": "step-3-test-put-with-dynamic-modifications",
      "qualified_step_id": "dynamic-test-generation::step-3-test-put-with-dynamic-modifications",
      "step_name": "Test PUT with dynamic modifications",
      "status": "success",
      "duration_ms": 2,
      "request_details": {
        "method": "PUT",
        "url": "/put",
        "headers": {
          "Content-Type": "application/json",
          "X-Modified-By": "dynamic-generator"
        },
        "body": {
          "user_id": 2,
          "modified_name": "Kellie Carroll",
          "modified_email": "Grady3@gmail.com",
          "original_city": "Bedford",
          "modification_timestamp": "2025-10-19T10:28:39.312Z",
          "batch_id": "OEocDkGQ"
        },
        "base_url": "http://httpbin",
        "full_url": "http://httpbin/put",
        "curl_command": "curl -X PUT -H 'Content-Type: application/json' -H 'X-Modified-By: dynamic-generator' -d '{\"user_id\":2,\"modified_name\":\"Kellie Carroll\",\"modified_email\":\"Grady3@gmail.com\",\"original_city\":\"Bedford\",\"modification_timestamp\":\"2025-10-19T10:28:39.312Z\",\"batch_id\":\"OEocDkGQ\"}' \"http://httpbin/put\"",
        "raw_request": "PUT /put HTTP/1.1\r\nHost: httpbin\r\nContent-Type: application/json\r\nX-Modified-By: dynamic-generator\r\nContent-Length: 182\r\n\r\n{\"user_id\":2,\"modified_name\":\"Kellie Carroll\",\"modified_email\":\"Grady3@gmail.com\",\"original_city\":\"Bedford\",\"modification_timestamp\":\"2025-10-19T10:28:39.312Z\",\"batch_id\":\"OEocDkGQ\"}",
        "raw_url": "{{base_url}}/put"
      },
      "response_details": {
        "status_code": 200,
        "headers": {
          "server": "gunicorn/19.9.0",
          "date": "Sun, 19 Oct 2025 10:28:39 GMT",
          "connection": "keep-alive",
          "content-type": "application/json",
          "content-length": "897",
          "access-control-allow-origin": "*",
          "access-control-allow-credentials": "true"
        },
        "body": {
          "args": {},
          "data": "{\"user_id\":2,\"modified_name\":\"Kellie Carroll\",\"modified_email\":\"Grady3@gmail.com\",\"original_city\":\"Bedford\",\"modification_timestamp\":\"2025-10-19T10:28:39.312Z\",\"batch_id\":\"OEocDkGQ\"}",
          "files": {},
          "form": {},
          "headers": {
            "Accept": "application/json, text/plain, */*",
            "Accept-Encoding": "gzip, compress, deflate, br",
            "Connection": "keep-alive",
            "Content-Length": "182",
            "Content-Type": "application/json",
            "Host": "httpbin",
            "User-Agent": "axios/1.12.1",
            "X-Modified-By": "dynamic-generator"
          },
          "json": {
            "batch_id": "OEocDkGQ",
            "modification_timestamp": "2025-10-19T10:28:39.312Z",
            "modified_email": "Grady3@gmail.com",
            "modified_name": "Kellie Carroll",
            "original_city": "Bedford",
            "user_id": 2
          },
          "origin": "172.18.0.3",
          "url": "http://httpbin/put"
        },
        "size_bytes": 754,
        "raw_response": "HTTP/1.1 200 OK\r\nserver: gunicorn/19.9.0\r\ndate: Sun, 19 Oct 2025 10:28:39 GMT\r\nconnection: keep-alive\r\ncontent-type: application/json\r\ncontent-length: 897\r\naccess-control-allow-origin: *\r\naccess-control-allow-credentials: true\r\n\r\n{\n  \"args\": {},\n  \"data\": \"{\\\"user_id\\\":2,\\\"modified_name\\\":\\\"Kellie Carroll\\\",\\\"modified_email\\\":\\\"Grady3@gmail.com\\\",\\\"original_city\\\":\\\"Bedford\\\",\\\"modification_timestamp\\\":\\\"2025-10-19T10:28:39.312Z\\\",\\\"batch_id\\\":\\\"OEocDkGQ\\\"}\",\n  \"files\": {},\n  \"form\": {},\n  \"headers\": {\n    \"Accept\": \"application/json, text/plain, */*\",\n    \"Accept-Encoding\": \"gzip, compress, deflate, br\",\n    \"Connection\": \"keep-alive\",\n    \"Content-Length\": \"182\",\n    \"Content-Type\": \"application/json\",\n    \"Host\": \"httpbin\",\n    \"User-Agent\": \"axios/1.12.1\",\n    \"X-Modified-By\": \"dynamic-generator\"\n  },\n  \"json\": {\n    \"batch_id\": \"OEocDkGQ\",\n    \"modification_timestamp\": \"2025-10-19T10:28:39.312Z\",\n    \"modified_email\": \"Grady3@gmail.com\",\n    \"modified_name\": \"Kellie Carroll\",\n    \"original_city\": \"Bedford\",\n    \"user_id\": 2\n  },\n  \"origin\": \"172.18.0.3\",\n  \"url\": \"http://httpbin/put\"\n}"
      },
      "assertions_results": [
        {
          "field": "status_code",
          "expected": 200,
          "actual": 200,
          "passed": true,
          "message": "OK"
        },
        {
          "field": "body.data.contains",
          "expected": "user_id",
          "actual": "{\"user_id\":2,\"modified_name\":\"Kellie Carroll\",\"modified_email\":\"Grady3@gmail.com\",\"original_city\":\"Bedford\",\"modification_timestamp\":\"2025-10-19T10:28:39.312Z\",\"batch_id\":\"OEocDkGQ\"}",
          "passed": true,
          "message": "OK"
        }
      ],
      "captured_variables": {
        "modified_user_data": null,
        "put_response_time": null
      },
      "available_variables": {
        "api_base_url": "http://localhost:8080",
        "api_endpoints": [
          {
            "path": "/get",
            "method": "GET",
            "description": "Get request test"
          },
          {
            "path": "/post",
            "method": "POST",
            "description": "Post request test"
          },
          {
            "path": "/put",
            "method": "PUT",
            "description": "Put request test"
          },
          {
            "path": "/delete",
            "method": "DELETE",
            "description": "Delete request test"
          }
        ],
        "auth_flows_test.jwt_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.mock_payload",
        "auth_flows_test.oauth2_access_token": "oauth2_access_token_xyz",
        "auth_flows_test.user_permissions": [
          "read",
          "write"
        ],
        "auth_flows_test.auth_flow_results": {
          "jwt_authentication": {
            "status": "{{jwt_login_success && jwt_valid && jwt_refresh_success ? 'success' : 'partial'}}",
            "tokens_issued": 2,
            "profile_access": "{{js: Boolean(variables.profile_fetch_success)}}"
          },
          "oauth2_authentication": {
            "status": "{{oauth2_token_exchange_success && oauth2_resource_access ? 'success' : 'partial'}}",
            "authorization_code_flow": "{{js: Boolean(variables.oauth2_auth_started)}}",
            "token_management": "{{js: Boolean(variables.oauth2_token_revoked)}}"
          },
          "security_validation": {
            "expired_tokens": "{{js: Boolean(variables.jwt_expired_handled)}}",
            "revoked_tokens": "{{js: Boolean(variables.revoked_token_rejected)}}",
            "permissions": "{{js: Boolean(variables.admin_permission_granted || variables.admin_permission_denied)}}"
          },
          "session_management": {
            "logout_success": "{{js: Boolean(variables.complete_logout)}}",
            "cleanup_complete": "{{js: Boolean(variables.all_tokens_revoked)}}"
          }
        },
        "complex-workflows-test.workflow_results": {
          "api_contract_validations": {
            "order_service": null,
            "payment_service": null,
            "user_service": null
          },
          "business_outcomes": {
            "customer_id": "{{customer_id}}",
            "items_purchased": 3,
            "order_id": null,
            "total_revenue": 594.96,
            "transaction_id": null,
            "workflow_completion": null
          },
          "ecommerce_workflow_results": {
            "cart_management": "success",
            "catalog_browsing": null,
            "customer_registration": null,
            "fulfillment_initiated": null,
            "order_created": null,
            "payment_processed": null,
            "product_details": null,
            "promotions_applied": null,
            "shipping_calculated": null
          },
          "end_to_end_success": true,
          "microservices_communication": {
            "inventory_service": null,
            "notification_service": null
          },
          "test_summary": "complex_workflows_ecommerce_contracts",
          "total_complex_workflow_tests": 13,
          "workflow_patterns_tested": [
            "customer_lifecycle_management",
            "product_catalog_interaction",
            "cart_and_checkout_process",
            "payment_transaction_flow",
            "order_fulfillment_pipeline",
            "api_contract_validation",
            "microservices_integration",
            "end_to_end_business_process",
            "workflow_analytics_tracking"
          ],
          "workflow_test_id": "workflow-ce7a02af-3257-4a3b-b77e-2dad7569115e"
        },
        "complex-workflows-test.ecommerce_data": {
          "cart_management": "success",
          "catalog_browsing": null,
          "customer_registration": null,
          "fulfillment_initiated": null,
          "order_created": null,
          "payment_processed": null,
          "product_details": null,
          "promotions_applied": null,
          "shipping_calculated": null
        },
        "complex-workflows-test.contract_validation_results": {
          "order_service": null,
          "payment_service": null,
          "user_service": null
        },
        "auth.token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImlhdCI6MTUxNjIzOTAyMn0.KMUFsIDTnFmyG3nMiGM6H9FNFUROf3wh7SmqJp-QV30",
        "input-capture-test.normalized_email": "John.Doe@Example.COM",
        "input-capture-test.email_domain": "John.Doe@Example.COM",
        "input-capture-test.full_name": "John Michael Doe",
        "dependency-setup.auth_token": "test_user",
        "dependency-setup.session_id": "172.18.0.3",
        "dependency-setup.config_id": "v2",
        "dependency-setup.setup_timestamp": true,
        "comprehensive_basic.captured_echo_data": {
          "action": "create_resource",
          "metadata": {
            "api_version": "v2.1",
            "test_mode": true,
            "timestamp": "2024-01-01T00:00:00Z"
          },
          "user_id": 12345,
          "username": "flow_test_user"
        },
        "comprehensive_basic.generated_uuid": "httpbin",
        "comprehensive_basic.final_status": "completed",
        "javascript-expressions.js_calculated": 50,
        "javascript-expressions.js_timestamp": 1760869717656,
        "iteration-examples.users_tested": null,
        "iteration-examples.range_test_summary": null,
        "sensitive-data-security.security_test_passed": null,
        "sensitive-data-security.sensitive_data_masked": null,
        "sensitive-data-security.auth_tokens_secure": null,
        "webhooks-realtime.webhook_delivered": true,
        "webhooks-realtime.webhook_system_healthy": false,
        "webhooks-realtime.event_user_id": "31b4e06a-4cf5-4af9-b89d-4c7d79e5e91e",
        "webhooks-realtime.stream_event_count": 3,
        "retry-logic-comprehensive.retry_attempts": 1,
        "retry-logic-comprehensive.retry_system_functional": false,
        "retry-logic-comprehensive.jittered_response_time": null,
        "file-upload-multipart-test.upload_results": {
          "content_types_tested": [
            "text/plain",
            "application/json",
            "application/octet-stream",
            "image/jpeg",
            "application/pdf",
            "video/mp4",
            "multipart/form-data"
          ],
          "test_id": "upload-6b89f201-e691-4ce2-ac53-a9d39aae657e",
          "test_patterns": [
            "single_file_upload",
            "multiple_file_upload",
            "large_file_handling",
            "chunked_upload_process",
            "upload_validation",
            "error_handling",
            "resume_functionality"
          ],
          "test_summary": "file_upload_multipart_comprehensive",
          "total_upload_tests": 12,
          "upload_results": {
            "binary_upload": null,
            "chunked_upload": null,
            "image_upload": null,
            "json_upload": null,
            "large_file": null,
            "mixed_form": null,
            "multiple_upload": null,
            "resume_upload": null,
            "text_upload": null,
            "validated_upload": null
          },
          "upload_scenarios_tested": [
            "text_file_upload",
            "json_file_upload",
            "binary_file_upload",
            "image_file_upload",
            "multiple_files_upload",
            "mixed_form_data",
            "large_file_upload",
            "chunked_upload",
            "validated_upload",
            "error_scenarios",
            "resume_upload"
          ]
        },
        "file-upload-multipart-test.multipart_data": {
          "binary_upload": null,
          "chunked_upload": null,
          "image_upload": null,
          "json_upload": null,
          "large_file": null,
          "mixed_form": null,
          "multiple_upload": null,
          "resume_upload": null,
          "text_upload": null,
          "validated_upload": null
        },
        "file-upload-multipart-test.file_handling_status": [
          "text_file_upload",
          "json_file_upload",
          "binary_file_upload",
          "image_file_upload",
          "multiple_files_upload",
          "mixed_form_data",
          "large_file_upload",
          "chunked_upload",
          "validated_upload",
          "error_scenarios",
          "resume_upload"
        ],
        "advanced-assertions-test.assertion_results": {
          "assertion_types_tested": [
            "regex_matching",
            "length_validation",
            "type_checking",
            "oneof_validation",
            "numeric_ranges",
            "complex_nested",
            "array_elements",
            "conditional_exists",
            "error_structure",
            "performance_combined"
          ],
          "test_id": "assert-f27e4cec-c756-4dad-8a77-a4177723732c",
          "test_patterns": {
            "array_length": null,
            "complex_nested": null,
            "email_regex": null,
            "length_exact": null,
            "oneof_strings": null,
            "phone_regex": null,
            "type_validation": null,
            "url_regex": null,
            "uuid_regex": null
          },
          "test_summary": "advanced_assertions_comprehensive",
          "total_assertion_tests": 11
        },
        "advanced-assertions-test.validation_data": {
          "array_length": null,
          "complex_nested": null,
          "email_regex": null,
          "length_exact": null,
          "oneof_strings": null,
          "phone_regex": null,
          "type_validation": null,
          "url_regex": null,
          "uuid_regex": null
        },
        "advanced-assertions-test.regex_test_results": [
          "regex_matching",
          "length_validation",
          "type_checking",
          "oneof_validation",
          "numeric_ranges",
          "complex_nested",
          "array_elements",
          "conditional_exists",
          "error_structure",
          "performance_combined"
        ],
        "advanced-retry-patterns.retry_results": {
          "base_delay_ms": 1000,
          "max_retries_configured": 3,
          "patterns_tested": [
            "exponential_backoff",
            "linear_backoff",
            "fixed_delay",
            "conditional_retry",
            "no_retry_4xx",
            "timeout_retry_combo",
            "high_frequency",
            "multi_condition",
            "performance_tracking",
            "retry_chain"
          ],
          "test_id": "retry-cd4a5b7a-ee7d-4084-be15-f5ddbce03d5a",
          "test_summary": "advanced_retry_patterns",
          "total_retry_tests": 12
        },
        "advanced-retry-patterns.backoff_measurements": [
          "exponential_backoff",
          "linear_backoff",
          "fixed_delay",
          "conditional_retry",
          "no_retry_4xx",
          "timeout_retry_combo",
          "high_frequency",
          "multi_condition",
          "performance_tracking",
          "retry_chain"
        ],
        "environment-feature-flags-test.environment_results": {
          "current_environment": null,
          "deployment_stage": null,
          "environment_configurations": {
            "development": {
              "debug_logging": true,
              "retry_attempts": 3,
              "timeout": 30000
            },
            "production": {
              "debug_logging": false,
              "retry_attempts": 1,
              "timeout": 5000
            },
            "staging": {
              "debug_logging": false,
              "retry_attempts": 2,
              "timeout": 15000
            },
            "test": {
              "debug_logging": false,
              "retry_attempts": 2,
              "timeout": 10000
            }
          },
          "environment_specific_tests": {
            "development": "skipped",
            "production": "skipped",
            "staging": "skipped",
            "test": "skipped"
          },
          "environment_urls": {
            "development": "http://localhost:3000",
            "production": "https://api.example.com",
            "staging": "https://staging-api.example.com",
            "test": "http://localhost:8080"
          },
          "feature_flag_results": {
            "advanced_analytics": "skipped",
            "api_v2": "skipped",
            "beta_program": "skipped",
            "debug_mode": "skipped",
            "experimental_features": "skipped",
            "new_ui": "skipped"
          },
          "feature_flags_tested": {
            "advanced_analytics": null,
            "api_v2": null,
            "beta_program": null,
            "debug_mode": null,
            "experimental_features": null,
            "new_ui": null
          },
          "test_environment": null,
          "test_id": "env-9155d18f-ba99-4cfc-b367-9d2df87e67e9",
          "test_patterns": [
            "environment_detection",
            "environment_specific_operations",
            "feature_flag_conditional_execution",
            "multi_environment_configuration",
            "environment_based_data_handling",
            "feature_flag_combinations"
          ],
          "test_summary": "environment_feature_flags_comprehensive",
          "total_environment_tests": 13
        },
        "environment-feature-flags-test.feature_flag_data": {
          "advanced_analytics": "skipped",
          "api_v2": "skipped",
          "beta_program": "skipped",
          "debug_mode": "skipped",
          "experimental_features": "skipped",
          "new_ui": "skipped"
        },
        "environment-feature-flags-test.multi_env_config": {
          "development": {
            "debug_logging": true,
            "retry_attempts": 3,
            "timeout": 30000
          },
          "production": {
            "debug_logging": false,
            "retry_attempts": 1,
            "timeout": 5000
          },
          "staging": {
            "debug_logging": false,
            "retry_attempts": 2,
            "timeout": 15000
          },
          "test": {
            "debug_logging": false,
            "retry_attempts": 2,
            "timeout": 10000
          }
        },
        "error-handling-test.error_handling_results": {
          "error_handling_results": {
            "bad_gateway": null,
            "bad_request": null,
            "chain_recovery": "error_recovery",
            "cleanup_status": null,
            "continue_after_failure": null,
            "degradation_mode": null,
            "fallback_service": null,
            "forbidden": null,
            "not_found": null,
            "primary_service": null,
            "rate_limit": null,
            "server_error": null,
            "service_unavailable": null,
            "timeout_handling": "{{timeout_result}}",
            "unauthorized": null
          },
          "error_scenarios_tested": [
            "continue_on_failure",
            "timeout_handling",
            "http_error_codes",
            "error_recovery_fallback",
            "graceful_degradation",
            "chain_failure_recovery",
            "error_propagation",
            "network_errors",
            "cleanup_after_errors"
          ],
          "http_status_codes_handled": [
            400,
            401,
            403,
            404,
            422,
            429,
            500,
            502,
            503
          ],
          "recovery_patterns": [
            "fallback_services",
            "graceful_degradation",
            "error_chain_recovery",
            "resource_cleanup"
          ],
          "test_id": "error-afc8e2e9-ee8c-4d98-ace0-c04d982c7248",
          "test_summary": "error_handling_comprehensive",
          "total_error_tests": 10
        },
        "error-handling-test.failure_scenarios": [
          "continue_on_failure",
          "timeout_handling",
          "http_error_codes",
          "error_recovery_fallback",
          "graceful_degradation",
          "chain_failure_recovery",
          "error_propagation",
          "network_errors",
          "cleanup_after_errors"
        ],
        "error-handling-test.recovery_data": [
          "fallback_services",
          "graceful_degradation",
          "error_chain_recovery",
          "resource_cleanup"
        ],
        "faker_demo.generatedEmail": "Brittany.Mitchell@yahoo.com",
        "faker_demo.generatedUserId": 8456786969362432,
        "httpbin-test.captured_username": "alpha_user",
        "httpbin-test.auth_token": "httpbin",
        "variable_cleanup_test.cleanup_verification_result": "cleanup_test_completed",
        "variable_cleanup_test.variable_state_before": null,
        "variable_cleanup_test.variable_state_after": null,
        "environment-variables.env_user": null,
        "environment-variables.env_home": null,
        "environment-variables.env_test_passed": true,
        "faker_comprehensive.generated_user_profile": "{\"user_profile\":{\"id\":\"d142fc31-094b-4a02-ac8f-34eef8f1a563\",\"first_name\":\"Price\",\"last_name\":\"Miller\",\"full_name\":\"Hilda Champlin-Bartoletti\",\"gender\":\"Non-binary\",\"email\":\"Travis.Reynolds@yahoo.com\",\"phone\":\"(415) 296-9932 x603\",\"website\":\"https://disgusting-overnighter.net/\",\"address\":{\"street\":\"7918 Franey Corner\",\"city\":\"Lake Lavonville\",\"state\":\"Massachusetts\",\"country\":\"Dominican Republic\",\"zip_code\":\"28571-7564\",\"latitude\":84.6382,\"longitude\":-114.4559},\"job\":{\"title\":\"Forward Metrics Specialist\",\"department\":\"Infrastructure\",\"company\":\"Kunde - Wiza\"},\"birth_date\":\"2002-12-18T08:44:01.690Z\",\"created_at\":\"2025-10-18T23:02:58.263Z\",\"last_login\":\"2025-10-18T13:29:57.870Z\",\"avatar\":\"https://avatars.githubusercontent.com/u/53642843\",\"bio\":\"Pecto vesco comes ademptio magni carbo ater cohors error. Solium temporibus territo adsidue adeo voluptates acervus. Porro talis audax curis angelus bene.\",\"username\":\"Herman.Schultz\"}}",
        "faker_comprehensive.financial_data": "{\"financial_profile\":{\"account_number\":\"12447327\",\"routing_number\":\"763219866\",\"credit_card\":\"589328513943287374\",\"credit_card_cvv\":\"813\",\"amount\":\"249.92\",\"currency_code\":\"MMK\",\"currency_name\":\"Kwanza\",\"product\":{\"name\":\"Sleek Metal Chair\",\"description\":\"The Football Is Good For Training And Recreational Purposes\",\"price\":\"223.00\",\"department\":\"Games\",\"material\":\"Concrete\"},\"vehicle\":{\"manufacturer\":\"Nissan\",\"model\":\"LeBaron\",\"type\":\"SUV\",\"fuel\":\"Gasoline\",\"vin\":\"7RZ1HAK58HLY43020\"},\"transactions\":[{\"id\":\"42b7dde4-b5a7-47d7-b083-39bd8086b251\",\"amount\":\"535.30\",\"description\":\"Oriental Plastic Keyboard\",\"date\":\"2025-10-19T00:46:57.126Z\"},{\"id\":\"cace6760-9036-4f28-9dd4-8c0f021d8938\",\"amount\":\"4.03\",\"description\":\"Rustic Bronze Pants\",\"date\":\"2025-10-19T01:05:28.532Z\"}]}}",
        "faker_comprehensive.validation_results": "{\"validation_test\":{\"emails\":[\"Danial.Kuvalis92@gmail.com\",\"Norris10@gmail.com\",\"Skye_Botsford@yahoo.com\"],\"uuids\":[\"cf9f3379-5dda-43c5-85fd-13d27166aa1c\",\"73f5a9b1-f413-49a6-b6a2-5e04f6799cee\",\"2983168d-4f9c-4459-9c9e-9e4596edfecf\"],\"phone_numbers\":[\"1-602-444-4075 x042\",\"315.724.2578 x458\",\"378.818.4888\"],\"dates\":{\"past\":\"2025-02-03T16:02:52.736Z\",\"future\":\"2026-03-24T09:50:29.661Z\",\"recent\":\"2025-10-18T14:32:08.117Z\",\"birthdate\":\"2004-02-26T05:37:41.794Z\"},\"consistent_data\":{\"name1\":\"Ms. Kristen Kris\",\"name2\":\"Rodney Lang\",\"email1\":\"Antoinette19@gmail.com\",\"email2\":\"Ewald_Hodkiewicz84@gmail.com\"}}}",
        "variable_interpolation.captured_user_data": null,
        "variable_interpolation.extracted_numbers": null,
        "variable_interpolation.processed_array": null,
        "variable_interpolation.nested_extraction": null,
        "variable_interpolation.final_computed_value": null,
        "complex_scenarios_test.user_access_matrix": {
          "guest_valid": false,
          "registered_valid": false,
          "premium_valid": false,
          "admin_valid": false
        },
        "complex_scenarios_test.scenario_results": {
          "guest_scenario": "not_tested",
          "registered_scenario": "not_tested",
          "premium_scenario": "not_tested",
          "admin_scenario": "not_tested",
          "cross_validation": "not_tested"
        },
        "complex_scenarios_test.conditional_flow_summary": {
          "total_scenarios": 6,
          "conditions_tested": 12,
          "user_types_validated": 4,
          "matrix_validation": false,
          "test_complete": true
        },
        "integration_full.e2e_test_summary": {
          "generated_data": {
            "active_user_count": "length(2)",
            "test_user": null,
            "total_transactions": 10,
            "total_users_processed": 5
          },
          "imported_flows": {
            "auth": {
              "token_present": true,
              "user_authenticated": true
            },
            "setup": {
              "environment": "integration",
              "session_active": true
            }
          },
          "performance": {
            "crud_performance": "excellent",
            "crud_success": true,
            "performance_rating": "excellent",
            "performance_score": 100
          },
          "test_summary": {
            "all_steps_completed": true,
            "environment": "integration",
            "initialization": true,
            "test_id": "INTEG_001"
          }
        },
        "integration_full.performance_metrics": {
          "crud_performance": "excellent",
          "crud_success": true,
          "performance_rating": "excellent",
          "performance_score": 100
        },
        "integration_full.user_journey_data": {
          "active_user_count": "length(2)",
          "test_user": null,
          "total_transactions": 10,
          "total_users_processed": 5
        },
        "integration_full.final_validation_result": "all_tests_passed",
        "advanced_scenarios.auth_status": "authenticated",
        "advanced_scenarios.performance_rating": "excellent",
        "advanced_scenarios.error_count": 1,
        "advanced_scenarios.final_scenario_result": "partial_success",
        "file_upload_test.file_id": "FILE-12345",
        "file_upload_test.upload_metadata": {
          "original_filename": "test_document.pdf",
          "file_size": 256000,
          "upload_time": "2024-01-01T10:00:00Z",
          "file_id": "{{file_id}}"
        },
        "file_upload_test.file_operations_summary": {
          "total_operations": 7,
          "upload_success": true,
          "download_success": true,
          "integrity_verified": true,
          "deletion_confirmed": true,
          "supported_formats_count": 4
        },
        "interactive-input-examples.selected_user_data": "user_001",
        "interactive-input-examples.user_action_result": "view_activity",
        "interactive-input-examples.final_config": {
          "action_performed": "view_activity",
          "batch_size": 10,
          "execution_metadata": {
            "confirmed": null,
            "reason": "{{action_reason}}",
            "test_run": true,
            "timestamp": "2024-01-15T12:00:00Z"
          },
          "notification_settings": {
            "email": "admin@company.com",
            "webhook": "{{webhook_url}}"
          },
          "selected_user": "user_001"
        },
        "faker-advanced-integration.generated_email": "Kylie.Hayes39@gmail.com",
        "faker-advanced-integration.generated_name": "Jeffery Romaguera",
        "faker-advanced-integration.generated_city": "Coral Springs",
        "faker-advanced-integration.generated_company": "Emmerich, Wolf and Little",
        "faker-advanced-integration.locale_name": "Gail Ward",
        "microservices_integration_test.service_health_status": {
          "pre_transaction": "{{all_services_up}}",
          "post_transaction": "{{post_transaction_health}}",
          "degradation_detected": "false"
        },
        "microservices_integration_test.integration_results": {
          "transaction_success": "{{payment_approved && order_updated && notification_sent}}",
          "services_coordination": "successful",
          "data_propagation": "{{all_services_consistent ? 'complete' : 'partial'}}",
          "error_handling": "{{js: (variables.rollback_initiated || variables.rollback_failed) ? 'tested' : 'not_applicable'}}"
        },
        "microservices_integration_test.transaction_trace": {
          "trace_id": "{{tracing_headers.trace_id}}",
          "correlation_id": "{{tracing_headers.correlation_id}}",
          "total_steps": 12,
          "execution_time": "{{js: Math.floor(Math.random() * 5000) + 2000}}ms",
          "service_calls": 11,
          "cross_service_calls": 6
        },
        "microservices_integration_test.service_dependencies": [
          {
            "service": "user-service",
            "dependencies": [],
            "dependents": [
              "order-service",
              "notification-service"
            ]
          },
          {
            "service": "inventory-service",
            "dependencies": [],
            "dependents": [
              "order-service"
            ]
          },
          {
            "service": "order-service",
            "dependencies": [
              "user-service",
              "inventory-service"
            ],
            "dependents": [
              "payment-service",
              "notification-service"
            ]
          },
          {
            "service": "payment-service",
            "dependencies": [
              "order-service"
            ],
            "dependents": [
              "order-service",
              "inventory-service"
            ]
          },
          {
            "service": "notification-service",
            "dependencies": [
              "user-service",
              "order-service"
            ],
            "dependents": []
          }
        ],
        "microservices_integration_test.payment_approved": "true",
        "performance_test.performance_metrics": {
          "response_time_analysis": {
            "fastest": "{{js: Math.min(variables.baseline_response_time, variables.small_payload_time, variables.json_endpoint_time)}}ms",
            "slowest": "{{js: Math.max(variables.medium_payload_time, variables.large_payload_time)}}ms",
            "average": "{{js: Math.round((variables.baseline_response_time + variables.small_payload_time + variables.medium_payload_time + variables.large_payload_time) / 4)}}ms"
          },
          "load_test_results": {
            "light_load_success": "{{light_load_success}}",
            "medium_load_degradation": "{{medium_load_degradation}}",
            "heavy_load_stability": "{{js: Boolean(variables.system_stable_under_load)}}",
            "load_shedding": "{{js: Boolean(variables.load_shedding_active)}}"
          },
          "performance_thresholds": {
            "baseline_met": "{{baseline_success}}",
            "acceptable_met": "{{small_payload_success && medium_payload_success}}",
            "critical_met": "{{large_payload_success}}"
          },
          "system_characteristics": {
            "payload_sensitivity": "{{js: variables.large_payload_time > variables.baseline_response_time * 3 ? 'high' : variables.large_payload_time > variables.baseline_response_time * 2 ? 'medium' : 'low'}}",
            "load_tolerance": "{{system_overloaded ? 'low' : medium_load_degradation ? 'medium' : 'high'}}",
            "timeout_behavior": "{{js: (variables.timeout_handled_correctly || variables.timeout_occurred) ? 'correct' : 'untested'}}"
          }
        },
        "performance_test.response_times": [
          {
            "endpoint": "baseline_get",
            "time": "{{baseline_response_time}}",
            "grade": "{{baseline_performance_grade}}"
          },
          {
            "endpoint": "small_payload_post",
            "time": "{{small_payload_time}}",
            "success": "{{small_payload_success}}"
          },
          {
            "endpoint": "medium_payload_post",
            "time": "{{medium_payload_time}}",
            "success": "{{medium_payload_success}}"
          },
          {
            "endpoint": "large_payload_post",
            "time": "{{large_payload_time}}",
            "success": "{{large_payload_success}}"
          }
        ],
        "performance_test.throughput_results": {
          "baseline_rps": "{{requests_per_second}}",
          "performance_comparison": "{{performance_comparison}}",
          "degradation_under_load": "{{medium_load_degradation}}"
        },
        "performance_test.load_test_summary": {
          "total_scenarios_tested": 3,
          "light_load_result": "{{light_load_success ? 'passed' : 'failed'}}",
          "medium_load_result": "{{medium_load_degradation ? 'degraded' : 'stable'}}",
          "heavy_load_result": "{{system_overloaded ? 'overloaded' : system_stable_under_load ? 'stable' : 'unknown'}}",
          "overall_stability": "{{system_stable_under_load && !system_overloaded ? 'good' : 'needs_attention'}}"
        },
        "data-formatting-examples.formatted_data": {
          "test_summary": "data_formatting_examples",
          "total_examples": 9,
          "transformations_applied": [
            "essential_field_extraction",
            "summary_reports",
            "catalog_views",
            "hierarchical_transformation",
            "csv_formatting",
            "api_response_formatting",
            "conditional_formatting"
          ]
        },
        "data-formatting-examples.transformation_results": [
          "essential_field_extraction",
          "summary_reports",
          "catalog_views",
          "hierarchical_transformation",
          "csv_formatting",
          "api_response_formatting",
          "conditional_formatting"
        ]
      }
    },
    {
      "step_id": "step-4-test-delete-with-dynamic-cleanup",
      "qualified_step_id": "dynamic-test-generation::step-4-test-delete-with-dynamic-cleanup",
      "step_name": "Test DELETE with dynamic cleanup",
      "status": "success",
      "duration_ms": 2,
      "request_details": {
        "method": "DELETE",
        "url": "/delete",
        "headers": {
          "X-Delete-Reason": "dynamic-test-cleanup",
          "X-User-To-Delete": 3
        },
        "body": {
          "user_id": 3,
          "user_email": "Mabelle_Bernier@gmail.com",
          "deletion_timestamp": 1760869719314,
          "cleanup_batch": "dynamic-generation-cleanup"
        },
        "base_url": "http://httpbin",
        "full_url": "http://httpbin/delete",
        "curl_command": "curl -X DELETE -H 'X-Delete-Reason: dynamic-test-cleanup' -H 'X-User-To-Delete: 3' \"http://httpbin/delete\"",
        "raw_request": "DELETE /delete HTTP/1.1\r\nHost: httpbin\r\nX-Delete-Reason: dynamic-test-cleanup\r\nX-User-To-Delete: 3\r\n\r\n",
        "raw_url": "{{base_url}}/delete"
      },
      "response_details": {
        "status_code": 200,
        "headers": {
          "server": "gunicorn/19.9.0",
          "date": "Sun, 19 Oct 2025 10:28:39 GMT",
          "connection": "keep-alive",
          "content-type": "application/json",
          "content-length": "815",
          "access-control-allow-origin": "*",
          "access-control-allow-credentials": "true"
        },
        "body": {
          "args": {},
          "data": "{\"user_id\":3,\"user_email\":\"Mabelle_Bernier@gmail.com\",\"deletion_timestamp\":1760869719314,\"cleanup_batch\":\"dynamic-generation-cleanup\"}",
          "files": {},
          "form": {},
          "headers": {
            "Accept": "application/json, text/plain, */*",
            "Accept-Encoding": "gzip, compress, deflate, br",
            "Connection": "keep-alive",
            "Content-Length": "134",
            "Content-Type": "application/json",
            "Host": "httpbin",
            "User-Agent": "axios/1.12.1",
            "X-Delete-Reason": "dynamic-test-cleanup",
            "X-User-To-Delete": "3"
          },
          "json": {
            "cleanup_batch": "dynamic-generation-cleanup",
            "deletion_timestamp": 1760869719314,
            "user_email": "Mabelle_Bernier@gmail.com",
            "user_id": 3
          },
          "origin": "172.18.0.3",
          "url": "http://httpbin/delete"
        },
        "size_bytes": 679,
        "raw_response": "HTTP/1.1 200 OK\r\nserver: gunicorn/19.9.0\r\ndate: Sun, 19 Oct 2025 10:28:39 GMT\r\nconnection: keep-alive\r\ncontent-type: application/json\r\ncontent-length: 815\r\naccess-control-allow-origin: *\r\naccess-control-allow-credentials: true\r\n\r\n{\n  \"args\": {},\n  \"data\": \"{\\\"user_id\\\":3,\\\"user_email\\\":\\\"Mabelle_Bernier@gmail.com\\\",\\\"deletion_timestamp\\\":1760869719314,\\\"cleanup_batch\\\":\\\"dynamic-generation-cleanup\\\"}\",\n  \"files\": {},\n  \"form\": {},\n  \"headers\": {\n    \"Accept\": \"application/json, text/plain, */*\",\n    \"Accept-Encoding\": \"gzip, compress, deflate, br\",\n    \"Connection\": \"keep-alive\",\n    \"Content-Length\": \"134\",\n    \"Content-Type\": \"application/json\",\n    \"Host\": \"httpbin\",\n    \"User-Agent\": \"axios/1.12.1\",\n    \"X-Delete-Reason\": \"dynamic-test-cleanup\",\n    \"X-User-To-Delete\": \"3\"\n  },\n  \"json\": {\n    \"cleanup_batch\": \"dynamic-generation-cleanup\",\n    \"deletion_timestamp\": 1760869719314,\n    \"user_email\": \"Mabelle_Bernier@gmail.com\",\n    \"user_id\": 3\n  },\n  \"origin\": \"172.18.0.3\",\n  \"url\": \"http://httpbin/delete\"\n}"
      },
      "assertions_results": [
        {
          "field": "status_code",
          "expected": 200,
          "actual": 200,
          "passed": true,
          "message": "OK"
        }
      ],
      "captured_variables": {
        "deleted_user_data": null,
        "delete_response_time": null
      },
      "available_variables": {
        "api_base_url": "http://localhost:8080",
        "api_endpoints": [
          {
            "path": "/get",
            "method": "GET",
            "description": "Get request test"
          },
          {
            "path": "/post",
            "method": "POST",
            "description": "Post request test"
          },
          {
            "path": "/put",
            "method": "PUT",
            "description": "Put request test"
          },
          {
            "path": "/delete",
            "method": "DELETE",
            "description": "Delete request test"
          }
        ],
        "auth_flows_test.jwt_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.mock_payload",
        "auth_flows_test.oauth2_access_token": "oauth2_access_token_xyz",
        "auth_flows_test.user_permissions": [
          "read",
          "write"
        ],
        "auth_flows_test.auth_flow_results": {
          "jwt_authentication": {
            "status": "{{jwt_login_success && jwt_valid && jwt_refresh_success ? 'success' : 'partial'}}",
            "tokens_issued": 2,
            "profile_access": "{{js: Boolean(variables.profile_fetch_success)}}"
          },
          "oauth2_authentication": {
            "status": "{{oauth2_token_exchange_success && oauth2_resource_access ? 'success' : 'partial'}}",
            "authorization_code_flow": "{{js: Boolean(variables.oauth2_auth_started)}}",
            "token_management": "{{js: Boolean(variables.oauth2_token_revoked)}}"
          },
          "security_validation": {
            "expired_tokens": "{{js: Boolean(variables.jwt_expired_handled)}}",
            "revoked_tokens": "{{js: Boolean(variables.revoked_token_rejected)}}",
            "permissions": "{{js: Boolean(variables.admin_permission_granted || variables.admin_permission_denied)}}"
          },
          "session_management": {
            "logout_success": "{{js: Boolean(variables.complete_logout)}}",
            "cleanup_complete": "{{js: Boolean(variables.all_tokens_revoked)}}"
          }
        },
        "complex-workflows-test.workflow_results": {
          "api_contract_validations": {
            "order_service": null,
            "payment_service": null,
            "user_service": null
          },
          "business_outcomes": {
            "customer_id": "{{customer_id}}",
            "items_purchased": 3,
            "order_id": null,
            "total_revenue": 594.96,
            "transaction_id": null,
            "workflow_completion": null
          },
          "ecommerce_workflow_results": {
            "cart_management": "success",
            "catalog_browsing": null,
            "customer_registration": null,
            "fulfillment_initiated": null,
            "order_created": null,
            "payment_processed": null,
            "product_details": null,
            "promotions_applied": null,
            "shipping_calculated": null
          },
          "end_to_end_success": true,
          "microservices_communication": {
            "inventory_service": null,
            "notification_service": null
          },
          "test_summary": "complex_workflows_ecommerce_contracts",
          "total_complex_workflow_tests": 13,
          "workflow_patterns_tested": [
            "customer_lifecycle_management",
            "product_catalog_interaction",
            "cart_and_checkout_process",
            "payment_transaction_flow",
            "order_fulfillment_pipeline",
            "api_contract_validation",
            "microservices_integration",
            "end_to_end_business_process",
            "workflow_analytics_tracking"
          ],
          "workflow_test_id": "workflow-ce7a02af-3257-4a3b-b77e-2dad7569115e"
        },
        "complex-workflows-test.ecommerce_data": {
          "cart_management": "success",
          "catalog_browsing": null,
          "customer_registration": null,
          "fulfillment_initiated": null,
          "order_created": null,
          "payment_processed": null,
          "product_details": null,
          "promotions_applied": null,
          "shipping_calculated": null
        },
        "complex-workflows-test.contract_validation_results": {
          "order_service": null,
          "payment_service": null,
          "user_service": null
        },
        "auth.token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImlhdCI6MTUxNjIzOTAyMn0.KMUFsIDTnFmyG3nMiGM6H9FNFUROf3wh7SmqJp-QV30",
        "input-capture-test.normalized_email": "John.Doe@Example.COM",
        "input-capture-test.email_domain": "John.Doe@Example.COM",
        "input-capture-test.full_name": "John Michael Doe",
        "dependency-setup.auth_token": "test_user",
        "dependency-setup.session_id": "172.18.0.3",
        "dependency-setup.config_id": "v2",
        "dependency-setup.setup_timestamp": true,
        "comprehensive_basic.captured_echo_data": {
          "action": "create_resource",
          "metadata": {
            "api_version": "v2.1",
            "test_mode": true,
            "timestamp": "2024-01-01T00:00:00Z"
          },
          "user_id": 12345,
          "username": "flow_test_user"
        },
        "comprehensive_basic.generated_uuid": "httpbin",
        "comprehensive_basic.final_status": "completed",
        "javascript-expressions.js_calculated": 50,
        "javascript-expressions.js_timestamp": 1760869717656,
        "iteration-examples.users_tested": null,
        "iteration-examples.range_test_summary": null,
        "sensitive-data-security.security_test_passed": null,
        "sensitive-data-security.sensitive_data_masked": null,
        "sensitive-data-security.auth_tokens_secure": null,
        "webhooks-realtime.webhook_delivered": true,
        "webhooks-realtime.webhook_system_healthy": false,
        "webhooks-realtime.event_user_id": "31b4e06a-4cf5-4af9-b89d-4c7d79e5e91e",
        "webhooks-realtime.stream_event_count": 3,
        "retry-logic-comprehensive.retry_attempts": 1,
        "retry-logic-comprehensive.retry_system_functional": false,
        "retry-logic-comprehensive.jittered_response_time": null,
        "file-upload-multipart-test.upload_results": {
          "content_types_tested": [
            "text/plain",
            "application/json",
            "application/octet-stream",
            "image/jpeg",
            "application/pdf",
            "video/mp4",
            "multipart/form-data"
          ],
          "test_id": "upload-6b89f201-e691-4ce2-ac53-a9d39aae657e",
          "test_patterns": [
            "single_file_upload",
            "multiple_file_upload",
            "large_file_handling",
            "chunked_upload_process",
            "upload_validation",
            "error_handling",
            "resume_functionality"
          ],
          "test_summary": "file_upload_multipart_comprehensive",
          "total_upload_tests": 12,
          "upload_results": {
            "binary_upload": null,
            "chunked_upload": null,
            "image_upload": null,
            "json_upload": null,
            "large_file": null,
            "mixed_form": null,
            "multiple_upload": null,
            "resume_upload": null,
            "text_upload": null,
            "validated_upload": null
          },
          "upload_scenarios_tested": [
            "text_file_upload",
            "json_file_upload",
            "binary_file_upload",
            "image_file_upload",
            "multiple_files_upload",
            "mixed_form_data",
            "large_file_upload",
            "chunked_upload",
            "validated_upload",
            "error_scenarios",
            "resume_upload"
          ]
        },
        "file-upload-multipart-test.multipart_data": {
          "binary_upload": null,
          "chunked_upload": null,
          "image_upload": null,
          "json_upload": null,
          "large_file": null,
          "mixed_form": null,
          "multiple_upload": null,
          "resume_upload": null,
          "text_upload": null,
          "validated_upload": null
        },
        "file-upload-multipart-test.file_handling_status": [
          "text_file_upload",
          "json_file_upload",
          "binary_file_upload",
          "image_file_upload",
          "multiple_files_upload",
          "mixed_form_data",
          "large_file_upload",
          "chunked_upload",
          "validated_upload",
          "error_scenarios",
          "resume_upload"
        ],
        "advanced-assertions-test.assertion_results": {
          "assertion_types_tested": [
            "regex_matching",
            "length_validation",
            "type_checking",
            "oneof_validation",
            "numeric_ranges",
            "complex_nested",
            "array_elements",
            "conditional_exists",
            "error_structure",
            "performance_combined"
          ],
          "test_id": "assert-f27e4cec-c756-4dad-8a77-a4177723732c",
          "test_patterns": {
            "array_length": null,
            "complex_nested": null,
            "email_regex": null,
            "length_exact": null,
            "oneof_strings": null,
            "phone_regex": null,
            "type_validation": null,
            "url_regex": null,
            "uuid_regex": null
          },
          "test_summary": "advanced_assertions_comprehensive",
          "total_assertion_tests": 11
        },
        "advanced-assertions-test.validation_data": {
          "array_length": null,
          "complex_nested": null,
          "email_regex": null,
          "length_exact": null,
          "oneof_strings": null,
          "phone_regex": null,
          "type_validation": null,
          "url_regex": null,
          "uuid_regex": null
        },
        "advanced-assertions-test.regex_test_results": [
          "regex_matching",
          "length_validation",
          "type_checking",
          "oneof_validation",
          "numeric_ranges",
          "complex_nested",
          "array_elements",
          "conditional_exists",
          "error_structure",
          "performance_combined"
        ],
        "advanced-retry-patterns.retry_results": {
          "base_delay_ms": 1000,
          "max_retries_configured": 3,
          "patterns_tested": [
            "exponential_backoff",
            "linear_backoff",
            "fixed_delay",
            "conditional_retry",
            "no_retry_4xx",
            "timeout_retry_combo",
            "high_frequency",
            "multi_condition",
            "performance_tracking",
            "retry_chain"
          ],
          "test_id": "retry-cd4a5b7a-ee7d-4084-be15-f5ddbce03d5a",
          "test_summary": "advanced_retry_patterns",
          "total_retry_tests": 12
        },
        "advanced-retry-patterns.backoff_measurements": [
          "exponential_backoff",
          "linear_backoff",
          "fixed_delay",
          "conditional_retry",
          "no_retry_4xx",
          "timeout_retry_combo",
          "high_frequency",
          "multi_condition",
          "performance_tracking",
          "retry_chain"
        ],
        "environment-feature-flags-test.environment_results": {
          "current_environment": null,
          "deployment_stage": null,
          "environment_configurations": {
            "development": {
              "debug_logging": true,
              "retry_attempts": 3,
              "timeout": 30000
            },
            "production": {
              "debug_logging": false,
              "retry_attempts": 1,
              "timeout": 5000
            },
            "staging": {
              "debug_logging": false,
              "retry_attempts": 2,
              "timeout": 15000
            },
            "test": {
              "debug_logging": false,
              "retry_attempts": 2,
              "timeout": 10000
            }
          },
          "environment_specific_tests": {
            "development": "skipped",
            "production": "skipped",
            "staging": "skipped",
            "test": "skipped"
          },
          "environment_urls": {
            "development": "http://localhost:3000",
            "production": "https://api.example.com",
            "staging": "https://staging-api.example.com",
            "test": "http://localhost:8080"
          },
          "feature_flag_results": {
            "advanced_analytics": "skipped",
            "api_v2": "skipped",
            "beta_program": "skipped",
            "debug_mode": "skipped",
            "experimental_features": "skipped",
            "new_ui": "skipped"
          },
          "feature_flags_tested": {
            "advanced_analytics": null,
            "api_v2": null,
            "beta_program": null,
            "debug_mode": null,
            "experimental_features": null,
            "new_ui": null
          },
          "test_environment": null,
          "test_id": "env-9155d18f-ba99-4cfc-b367-9d2df87e67e9",
          "test_patterns": [
            "environment_detection",
            "environment_specific_operations",
            "feature_flag_conditional_execution",
            "multi_environment_configuration",
            "environment_based_data_handling",
            "feature_flag_combinations"
          ],
          "test_summary": "environment_feature_flags_comprehensive",
          "total_environment_tests": 13
        },
        "environment-feature-flags-test.feature_flag_data": {
          "advanced_analytics": "skipped",
          "api_v2": "skipped",
          "beta_program": "skipped",
          "debug_mode": "skipped",
          "experimental_features": "skipped",
          "new_ui": "skipped"
        },
        "environment-feature-flags-test.multi_env_config": {
          "development": {
            "debug_logging": true,
            "retry_attempts": 3,
            "timeout": 30000
          },
          "production": {
            "debug_logging": false,
            "retry_attempts": 1,
            "timeout": 5000
          },
          "staging": {
            "debug_logging": false,
            "retry_attempts": 2,
            "timeout": 15000
          },
          "test": {
            "debug_logging": false,
            "retry_attempts": 2,
            "timeout": 10000
          }
        },
        "error-handling-test.error_handling_results": {
          "error_handling_results": {
            "bad_gateway": null,
            "bad_request": null,
            "chain_recovery": "error_recovery",
            "cleanup_status": null,
            "continue_after_failure": null,
            "degradation_mode": null,
            "fallback_service": null,
            "forbidden": null,
            "not_found": null,
            "primary_service": null,
            "rate_limit": null,
            "server_error": null,
            "service_unavailable": null,
            "timeout_handling": "{{timeout_result}}",
            "unauthorized": null
          },
          "error_scenarios_tested": [
            "continue_on_failure",
            "timeout_handling",
            "http_error_codes",
            "error_recovery_fallback",
            "graceful_degradation",
            "chain_failure_recovery",
            "error_propagation",
            "network_errors",
            "cleanup_after_errors"
          ],
          "http_status_codes_handled": [
            400,
            401,
            403,
            404,
            422,
            429,
            500,
            502,
            503
          ],
          "recovery_patterns": [
            "fallback_services",
            "graceful_degradation",
            "error_chain_recovery",
            "resource_cleanup"
          ],
          "test_id": "error-afc8e2e9-ee8c-4d98-ace0-c04d982c7248",
          "test_summary": "error_handling_comprehensive",
          "total_error_tests": 10
        },
        "error-handling-test.failure_scenarios": [
          "continue_on_failure",
          "timeout_handling",
          "http_error_codes",
          "error_recovery_fallback",
          "graceful_degradation",
          "chain_failure_recovery",
          "error_propagation",
          "network_errors",
          "cleanup_after_errors"
        ],
        "error-handling-test.recovery_data": [
          "fallback_services",
          "graceful_degradation",
          "error_chain_recovery",
          "resource_cleanup"
        ],
        "faker_demo.generatedEmail": "Brittany.Mitchell@yahoo.com",
        "faker_demo.generatedUserId": 8456786969362432,
        "httpbin-test.captured_username": "alpha_user",
        "httpbin-test.auth_token": "httpbin",
        "variable_cleanup_test.cleanup_verification_result": "cleanup_test_completed",
        "variable_cleanup_test.variable_state_before": null,
        "variable_cleanup_test.variable_state_after": null,
        "environment-variables.env_user": null,
        "environment-variables.env_home": null,
        "environment-variables.env_test_passed": true,
        "faker_comprehensive.generated_user_profile": "{\"user_profile\":{\"id\":\"d142fc31-094b-4a02-ac8f-34eef8f1a563\",\"first_name\":\"Price\",\"last_name\":\"Miller\",\"full_name\":\"Hilda Champlin-Bartoletti\",\"gender\":\"Non-binary\",\"email\":\"Travis.Reynolds@yahoo.com\",\"phone\":\"(415) 296-9932 x603\",\"website\":\"https://disgusting-overnighter.net/\",\"address\":{\"street\":\"7918 Franey Corner\",\"city\":\"Lake Lavonville\",\"state\":\"Massachusetts\",\"country\":\"Dominican Republic\",\"zip_code\":\"28571-7564\",\"latitude\":84.6382,\"longitude\":-114.4559},\"job\":{\"title\":\"Forward Metrics Specialist\",\"department\":\"Infrastructure\",\"company\":\"Kunde - Wiza\"},\"birth_date\":\"2002-12-18T08:44:01.690Z\",\"created_at\":\"2025-10-18T23:02:58.263Z\",\"last_login\":\"2025-10-18T13:29:57.870Z\",\"avatar\":\"https://avatars.githubusercontent.com/u/53642843\",\"bio\":\"Pecto vesco comes ademptio magni carbo ater cohors error. Solium temporibus territo adsidue adeo voluptates acervus. Porro talis audax curis angelus bene.\",\"username\":\"Herman.Schultz\"}}",
        "faker_comprehensive.financial_data": "{\"financial_profile\":{\"account_number\":\"12447327\",\"routing_number\":\"763219866\",\"credit_card\":\"589328513943287374\",\"credit_card_cvv\":\"813\",\"amount\":\"249.92\",\"currency_code\":\"MMK\",\"currency_name\":\"Kwanza\",\"product\":{\"name\":\"Sleek Metal Chair\",\"description\":\"The Football Is Good For Training And Recreational Purposes\",\"price\":\"223.00\",\"department\":\"Games\",\"material\":\"Concrete\"},\"vehicle\":{\"manufacturer\":\"Nissan\",\"model\":\"LeBaron\",\"type\":\"SUV\",\"fuel\":\"Gasoline\",\"vin\":\"7RZ1HAK58HLY43020\"},\"transactions\":[{\"id\":\"42b7dde4-b5a7-47d7-b083-39bd8086b251\",\"amount\":\"535.30\",\"description\":\"Oriental Plastic Keyboard\",\"date\":\"2025-10-19T00:46:57.126Z\"},{\"id\":\"cace6760-9036-4f28-9dd4-8c0f021d8938\",\"amount\":\"4.03\",\"description\":\"Rustic Bronze Pants\",\"date\":\"2025-10-19T01:05:28.532Z\"}]}}",
        "faker_comprehensive.validation_results": "{\"validation_test\":{\"emails\":[\"Danial.Kuvalis92@gmail.com\",\"Norris10@gmail.com\",\"Skye_Botsford@yahoo.com\"],\"uuids\":[\"cf9f3379-5dda-43c5-85fd-13d27166aa1c\",\"73f5a9b1-f413-49a6-b6a2-5e04f6799cee\",\"2983168d-4f9c-4459-9c9e-9e4596edfecf\"],\"phone_numbers\":[\"1-602-444-4075 x042\",\"315.724.2578 x458\",\"378.818.4888\"],\"dates\":{\"past\":\"2025-02-03T16:02:52.736Z\",\"future\":\"2026-03-24T09:50:29.661Z\",\"recent\":\"2025-10-18T14:32:08.117Z\",\"birthdate\":\"2004-02-26T05:37:41.794Z\"},\"consistent_data\":{\"name1\":\"Ms. Kristen Kris\",\"name2\":\"Rodney Lang\",\"email1\":\"Antoinette19@gmail.com\",\"email2\":\"Ewald_Hodkiewicz84@gmail.com\"}}}",
        "variable_interpolation.captured_user_data": null,
        "variable_interpolation.extracted_numbers": null,
        "variable_interpolation.processed_array": null,
        "variable_interpolation.nested_extraction": null,
        "variable_interpolation.final_computed_value": null,
        "complex_scenarios_test.user_access_matrix": {
          "guest_valid": false,
          "registered_valid": false,
          "premium_valid": false,
          "admin_valid": false
        },
        "complex_scenarios_test.scenario_results": {
          "guest_scenario": "not_tested",
          "registered_scenario": "not_tested",
          "premium_scenario": "not_tested",
          "admin_scenario": "not_tested",
          "cross_validation": "not_tested"
        },
        "complex_scenarios_test.conditional_flow_summary": {
          "total_scenarios": 6,
          "conditions_tested": 12,
          "user_types_validated": 4,
          "matrix_validation": false,
          "test_complete": true
        },
        "integration_full.e2e_test_summary": {
          "generated_data": {
            "active_user_count": "length(2)",
            "test_user": null,
            "total_transactions": 10,
            "total_users_processed": 5
          },
          "imported_flows": {
            "auth": {
              "token_present": true,
              "user_authenticated": true
            },
            "setup": {
              "environment": "integration",
              "session_active": true
            }
          },
          "performance": {
            "crud_performance": "excellent",
            "crud_success": true,
            "performance_rating": "excellent",
            "performance_score": 100
          },
          "test_summary": {
            "all_steps_completed": true,
            "environment": "integration",
            "initialization": true,
            "test_id": "INTEG_001"
          }
        },
        "integration_full.performance_metrics": {
          "crud_performance": "excellent",
          "crud_success": true,
          "performance_rating": "excellent",
          "performance_score": 100
        },
        "integration_full.user_journey_data": {
          "active_user_count": "length(2)",
          "test_user": null,
          "total_transactions": 10,
          "total_users_processed": 5
        },
        "integration_full.final_validation_result": "all_tests_passed",
        "advanced_scenarios.auth_status": "authenticated",
        "advanced_scenarios.performance_rating": "excellent",
        "advanced_scenarios.error_count": 1,
        "advanced_scenarios.final_scenario_result": "partial_success",
        "file_upload_test.file_id": "FILE-12345",
        "file_upload_test.upload_metadata": {
          "original_filename": "test_document.pdf",
          "file_size": 256000,
          "upload_time": "2024-01-01T10:00:00Z",
          "file_id": "{{file_id}}"
        },
        "file_upload_test.file_operations_summary": {
          "total_operations": 7,
          "upload_success": true,
          "download_success": true,
          "integrity_verified": true,
          "deletion_confirmed": true,
          "supported_formats_count": 4
        },
        "interactive-input-examples.selected_user_data": "user_001",
        "interactive-input-examples.user_action_result": "view_activity",
        "interactive-input-examples.final_config": {
          "action_performed": "view_activity",
          "batch_size": 10,
          "execution_metadata": {
            "confirmed": null,
            "reason": "{{action_reason}}",
            "test_run": true,
            "timestamp": "2024-01-15T12:00:00Z"
          },
          "notification_settings": {
            "email": "admin@company.com",
            "webhook": "{{webhook_url}}"
          },
          "selected_user": "user_001"
        },
        "faker-advanced-integration.generated_email": "Kylie.Hayes39@gmail.com",
        "faker-advanced-integration.generated_name": "Jeffery Romaguera",
        "faker-advanced-integration.generated_city": "Coral Springs",
        "faker-advanced-integration.generated_company": "Emmerich, Wolf and Little",
        "faker-advanced-integration.locale_name": "Gail Ward",
        "microservices_integration_test.service_health_status": {
          "pre_transaction": "{{all_services_up}}",
          "post_transaction": "{{post_transaction_health}}",
          "degradation_detected": "false"
        },
        "microservices_integration_test.integration_results": {
          "transaction_success": "{{payment_approved && order_updated && notification_sent}}",
          "services_coordination": "successful",
          "data_propagation": "{{all_services_consistent ? 'complete' : 'partial'}}",
          "error_handling": "{{js: (variables.rollback_initiated || variables.rollback_failed) ? 'tested' : 'not_applicable'}}"
        },
        "microservices_integration_test.transaction_trace": {
          "trace_id": "{{tracing_headers.trace_id}}",
          "correlation_id": "{{tracing_headers.correlation_id}}",
          "total_steps": 12,
          "execution_time": "{{js: Math.floor(Math.random() * 5000) + 2000}}ms",
          "service_calls": 11,
          "cross_service_calls": 6
        },
        "microservices_integration_test.service_dependencies": [
          {
            "service": "user-service",
            "dependencies": [],
            "dependents": [
              "order-service",
              "notification-service"
            ]
          },
          {
            "service": "inventory-service",
            "dependencies": [],
            "dependents": [
              "order-service"
            ]
          },
          {
            "service": "order-service",
            "dependencies": [
              "user-service",
              "inventory-service"
            ],
            "dependents": [
              "payment-service",
              "notification-service"
            ]
          },
          {
            "service": "payment-service",
            "dependencies": [
              "order-service"
            ],
            "dependents": [
              "order-service",
              "inventory-service"
            ]
          },
          {
            "service": "notification-service",
            "dependencies": [
              "user-service",
              "order-service"
            ],
            "dependents": []
          }
        ],
        "microservices_integration_test.payment_approved": "true",
        "performance_test.performance_metrics": {
          "response_time_analysis": {
            "fastest": "{{js: Math.min(variables.baseline_response_time, variables.small_payload_time, variables.json_endpoint_time)}}ms",
            "slowest": "{{js: Math.max(variables.medium_payload_time, variables.large_payload_time)}}ms",
            "average": "{{js: Math.round((variables.baseline_response_time + variables.small_payload_time + variables.medium_payload_time + variables.large_payload_time) / 4)}}ms"
          },
          "load_test_results": {
            "light_load_success": "{{light_load_success}}",
            "medium_load_degradation": "{{medium_load_degradation}}",
            "heavy_load_stability": "{{js: Boolean(variables.system_stable_under_load)}}",
            "load_shedding": "{{js: Boolean(variables.load_shedding_active)}}"
          },
          "performance_thresholds": {
            "baseline_met": "{{baseline_success}}",
            "acceptable_met": "{{small_payload_success && medium_payload_success}}",
            "critical_met": "{{large_payload_success}}"
          },
          "system_characteristics": {
            "payload_sensitivity": "{{js: variables.large_payload_time > variables.baseline_response_time * 3 ? 'high' : variables.large_payload_time > variables.baseline_response_time * 2 ? 'medium' : 'low'}}",
            "load_tolerance": "{{system_overloaded ? 'low' : medium_load_degradation ? 'medium' : 'high'}}",
            "timeout_behavior": "{{js: (variables.timeout_handled_correctly || variables.timeout_occurred) ? 'correct' : 'untested'}}"
          }
        },
        "performance_test.response_times": [
          {
            "endpoint": "baseline_get",
            "time": "{{baseline_response_time}}",
            "grade": "{{baseline_performance_grade}}"
          },
          {
            "endpoint": "small_payload_post",
            "time": "{{small_payload_time}}",
            "success": "{{small_payload_success}}"
          },
          {
            "endpoint": "medium_payload_post",
            "time": "{{medium_payload_time}}",
            "success": "{{medium_payload_success}}"
          },
          {
            "endpoint": "large_payload_post",
            "time": "{{large_payload_time}}",
            "success": "{{large_payload_success}}"
          }
        ],
        "performance_test.throughput_results": {
          "baseline_rps": "{{requests_per_second}}",
          "performance_comparison": "{{performance_comparison}}",
          "degradation_under_load": "{{medium_load_degradation}}"
        },
        "performance_test.load_test_summary": {
          "total_scenarios_tested": 3,
          "light_load_result": "{{light_load_success ? 'passed' : 'failed'}}",
          "medium_load_result": "{{medium_load_degradation ? 'degraded' : 'stable'}}",
          "heavy_load_result": "{{system_overloaded ? 'overloaded' : system_stable_under_load ? 'stable' : 'unknown'}}",
          "overall_stability": "{{system_stable_under_load && !system_overloaded ? 'good' : 'needs_attention'}}"
        },
        "data-formatting-examples.formatted_data": {
          "test_summary": "data_formatting_examples",
          "total_examples": 9,
          "transformations_applied": [
            "essential_field_extraction",
            "summary_reports",
            "catalog_views",
            "hierarchical_transformation",
            "csv_formatting",
            "api_response_formatting",
            "conditional_formatting"
          ]
        },
        "data-formatting-examples.transformation_results": [
          "essential_field_extraction",
          "summary_reports",
          "catalog_views",
          "hierarchical_transformation",
          "csv_formatting",
          "api_response_formatting",
          "conditional_formatting"
        ]
      }
    },
    {
      "step_id": "step-5-generate-dynamic-test-summary",
      "qualified_step_id": "dynamic-test-generation::step-5-generate-dynamic-test-summary",
      "step_name": "Generate dynamic test summary",
      "status": "success",
      "duration_ms": 3,
      "request_details": {
        "method": "POST",
        "url": "/post",
        "headers": {
          "Content-Type": "application/json",
          "X-Summary-Type": "dynamic-test-results"
        },
        "body": {
          "test_summary": {
            "total_endpoints_tested": 4,
            "get_response_time": null,
            "post_response_time": null,
            "put_response_time": null,
            "delete_response_time": null,
            "generated_users_count": 3,
            "test_completed_at": "2025-10-19T10:28:39.316Z",
            "faker_seed": 5055
          },
          "performance_metrics": {
            "average_response_time": "50",
            "total_test_duration": "1000"
          }
        },
        "base_url": "http://httpbin",
        "full_url": "http://httpbin/post",
        "curl_command": "curl -X POST -H 'Content-Type: application/json' -H 'X-Summary-Type: dynamic-test-results' -d '{\"test_summary\":{\"total_endpoints_tested\":4,\"get_response_time\":null,\"post_response_time\":null,\"put_response_time\":null,\"delete_response_time\":null,\"generated_users_count\":3,\"test_completed_at\":\"2025-10-19T10:28:39.316Z\",\"faker_seed\":5055},\"performance_metrics\":{\"average_response_time\":\"50\",\"total_test_duration\":\"1000\"}}' \"http://httpbin/post\"",
        "raw_request": "POST /post HTTP/1.1\r\nHost: httpbin\r\nContent-Type: application/json\r\nX-Summary-Type: dynamic-test-results\r\nContent-Length: 322\r\n\r\n{\"test_summary\":{\"total_endpoints_tested\":4,\"get_response_time\":null,\"post_response_time\":null,\"put_response_time\":null,\"delete_response_time\":null,\"generated_users_count\":3,\"test_completed_at\":\"2025-10-19T10:28:39.316Z\",\"faker_seed\":5055},\"performance_metrics\":{\"average_response_time\":\"50\",\"total_test_duration\":\"1000\"}}",
        "raw_url": "{{base_url}}/post"
      },
      "response_details": {
        "status_code": 200,
        "headers": {
          "server": "gunicorn/19.9.0",
          "date": "Sun, 19 Oct 2025 10:28:39 GMT",
          "connection": "keep-alive",
          "content-type": "application/json",
          "content-length": "1260",
          "access-control-allow-origin": "*",
          "access-control-allow-credentials": "true"
        },
        "body": {
          "args": {},
          "data": "{\"test_summary\":{\"total_endpoints_tested\":4,\"get_response_time\":null,\"post_response_time\":null,\"put_response_time\":null,\"delete_response_time\":null,\"generated_users_count\":3,\"test_completed_at\":\"2025-10-19T10:28:39.316Z\",\"faker_seed\":5055},\"performance_metrics\":{\"average_response_time\":\"50\",\"total_test_duration\":\"1000\"}}",
          "files": {},
          "form": {},
          "headers": {
            "Accept": "application/json, text/plain, */*",
            "Accept-Encoding": "gzip, compress, deflate, br",
            "Connection": "keep-alive",
            "Content-Length": "322",
            "Content-Type": "application/json",
            "Host": "httpbin",
            "User-Agent": "axios/1.12.1",
            "X-Summary-Type": "dynamic-test-results"
          },
          "json": {
            "performance_metrics": {
              "average_response_time": "50",
              "total_test_duration": "1000"
            },
            "test_summary": {
              "delete_response_time": null,
              "faker_seed": 5055,
              "generated_users_count": 3,
              "get_response_time": null,
              "post_response_time": null,
              "put_response_time": null,
              "test_completed_at": "2025-10-19T10:28:39.316Z",
              "total_endpoints_tested": 4
            }
          },
          "origin": "172.18.0.3",
          "url": "http://httpbin/post"
        },
        "size_bytes": 1047,
        "raw_response": "HTTP/1.1 200 OK\r\nserver: gunicorn/19.9.0\r\ndate: Sun, 19 Oct 2025 10:28:39 GMT\r\nconnection: keep-alive\r\ncontent-type: application/json\r\ncontent-length: 1260\r\naccess-control-allow-origin: *\r\naccess-control-allow-credentials: true\r\n\r\n{\n  \"args\": {},\n  \"data\": \"{\\\"test_summary\\\":{\\\"total_endpoints_tested\\\":4,\\\"get_response_time\\\":null,\\\"post_response_time\\\":null,\\\"put_response_time\\\":null,\\\"delete_response_time\\\":null,\\\"generated_users_count\\\":3,\\\"test_completed_at\\\":\\\"2025-10-19T10:28:39.316Z\\\",\\\"faker_seed\\\":5055},\\\"performance_metrics\\\":{\\\"average_response_time\\\":\\\"50\\\",\\\"total_test_duration\\\":\\\"1000\\\"}}\",\n  \"files\": {},\n  \"form\": {},\n  \"headers\": {\n    \"Accept\": \"application/json, text/plain, */*\",\n    \"Accept-Encoding\": \"gzip, compress, deflate, br\",\n    \"Connection\": \"keep-alive\",\n    \"Content-Length\": \"322\",\n    \"Content-Type\": \"application/json\",\n    \"Host\": \"httpbin\",\n    \"User-Agent\": \"axios/1.12.1\",\n    \"X-Summary-Type\": \"dynamic-test-results\"\n  },\n  \"json\": {\n    \"performance_metrics\": {\n      \"average_response_time\": \"50\",\n      \"total_test_duration\": \"1000\"\n    },\n    \"test_summary\": {\n      \"delete_response_time\": null,\n      \"faker_seed\": 5055,\n      \"generated_users_count\": 3,\n      \"get_response_time\": null,\n      \"post_response_time\": null,\n      \"put_response_time\": null,\n      \"test_completed_at\": \"2025-10-19T10:28:39.316Z\",\n      \"total_endpoints_tested\": 4\n    }\n  },\n  \"origin\": \"172.18.0.3\",\n  \"url\": \"http://httpbin/post\"\n}"
      },
      "assertions_results": [
        {
          "field": "status_code",
          "expected": 200,
          "actual": 200,
          "passed": true,
          "message": "OK"
        },
        {
          "field": "body.data.contains",
          "expected": "test_summary",
          "actual": "{\"test_summary\":{\"total_endpoints_tested\":4,\"get_response_time\":null,\"post_response_time\":null,\"put_response_time\":null,\"delete_response_time\":null,\"generated_users_count\":3,\"test_completed_at\":\"2025-10-19T10:28:39.316Z\",\"faker_seed\":5055},\"performance_metrics\":{\"average_response_time\":\"50\",\"total_test_duration\":\"1000\"}}",
          "passed": true,
          "message": "OK"
        }
      ],
      "captured_variables": {
        "performance_rating": null,
        "generated_users": null,
        "dynamic_endpoints_tested": null,
        "test_summary": null
      },
      "available_variables": {
        "api_base_url": "http://localhost:8080",
        "api_endpoints": [
          {
            "path": "/get",
            "method": "GET",
            "description": "Get request test"
          },
          {
            "path": "/post",
            "method": "POST",
            "description": "Post request test"
          },
          {
            "path": "/put",
            "method": "PUT",
            "description": "Put request test"
          },
          {
            "path": "/delete",
            "method": "DELETE",
            "description": "Delete request test"
          }
        ],
        "test_summary": null,
        "auth_flows_test.jwt_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.mock_payload",
        "auth_flows_test.oauth2_access_token": "oauth2_access_token_xyz",
        "auth_flows_test.user_permissions": [
          "read",
          "write"
        ],
        "auth_flows_test.auth_flow_results": {
          "jwt_authentication": {
            "status": "{{jwt_login_success && jwt_valid && jwt_refresh_success ? 'success' : 'partial'}}",
            "tokens_issued": 2,
            "profile_access": "{{js: Boolean(variables.profile_fetch_success)}}"
          },
          "oauth2_authentication": {
            "status": "{{oauth2_token_exchange_success && oauth2_resource_access ? 'success' : 'partial'}}",
            "authorization_code_flow": "{{js: Boolean(variables.oauth2_auth_started)}}",
            "token_management": "{{js: Boolean(variables.oauth2_token_revoked)}}"
          },
          "security_validation": {
            "expired_tokens": "{{js: Boolean(variables.jwt_expired_handled)}}",
            "revoked_tokens": "{{js: Boolean(variables.revoked_token_rejected)}}",
            "permissions": "{{js: Boolean(variables.admin_permission_granted || variables.admin_permission_denied)}}"
          },
          "session_management": {
            "logout_success": "{{js: Boolean(variables.complete_logout)}}",
            "cleanup_complete": "{{js: Boolean(variables.all_tokens_revoked)}}"
          }
        },
        "complex-workflows-test.workflow_results": {
          "api_contract_validations": {
            "order_service": null,
            "payment_service": null,
            "user_service": null
          },
          "business_outcomes": {
            "customer_id": "{{customer_id}}",
            "items_purchased": 3,
            "order_id": null,
            "total_revenue": 594.96,
            "transaction_id": null,
            "workflow_completion": null
          },
          "ecommerce_workflow_results": {
            "cart_management": "success",
            "catalog_browsing": null,
            "customer_registration": null,
            "fulfillment_initiated": null,
            "order_created": null,
            "payment_processed": null,
            "product_details": null,
            "promotions_applied": null,
            "shipping_calculated": null
          },
          "end_to_end_success": true,
          "microservices_communication": {
            "inventory_service": null,
            "notification_service": null
          },
          "test_summary": "complex_workflows_ecommerce_contracts",
          "total_complex_workflow_tests": 13,
          "workflow_patterns_tested": [
            "customer_lifecycle_management",
            "product_catalog_interaction",
            "cart_and_checkout_process",
            "payment_transaction_flow",
            "order_fulfillment_pipeline",
            "api_contract_validation",
            "microservices_integration",
            "end_to_end_business_process",
            "workflow_analytics_tracking"
          ],
          "workflow_test_id": "workflow-ce7a02af-3257-4a3b-b77e-2dad7569115e"
        },
        "complex-workflows-test.ecommerce_data": {
          "cart_management": "success",
          "catalog_browsing": null,
          "customer_registration": null,
          "fulfillment_initiated": null,
          "order_created": null,
          "payment_processed": null,
          "product_details": null,
          "promotions_applied": null,
          "shipping_calculated": null
        },
        "complex-workflows-test.contract_validation_results": {
          "order_service": null,
          "payment_service": null,
          "user_service": null
        },
        "auth.token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImlhdCI6MTUxNjIzOTAyMn0.KMUFsIDTnFmyG3nMiGM6H9FNFUROf3wh7SmqJp-QV30",
        "input-capture-test.normalized_email": "John.Doe@Example.COM",
        "input-capture-test.email_domain": "John.Doe@Example.COM",
        "input-capture-test.full_name": "John Michael Doe",
        "dependency-setup.auth_token": "test_user",
        "dependency-setup.session_id": "172.18.0.3",
        "dependency-setup.config_id": "v2",
        "dependency-setup.setup_timestamp": true,
        "comprehensive_basic.captured_echo_data": {
          "action": "create_resource",
          "metadata": {
            "api_version": "v2.1",
            "test_mode": true,
            "timestamp": "2024-01-01T00:00:00Z"
          },
          "user_id": 12345,
          "username": "flow_test_user"
        },
        "comprehensive_basic.generated_uuid": "httpbin",
        "comprehensive_basic.final_status": "completed",
        "javascript-expressions.js_calculated": 50,
        "javascript-expressions.js_timestamp": 1760869717656,
        "iteration-examples.users_tested": null,
        "iteration-examples.range_test_summary": null,
        "sensitive-data-security.security_test_passed": null,
        "sensitive-data-security.sensitive_data_masked": null,
        "sensitive-data-security.auth_tokens_secure": null,
        "webhooks-realtime.webhook_delivered": true,
        "webhooks-realtime.webhook_system_healthy": false,
        "webhooks-realtime.event_user_id": "31b4e06a-4cf5-4af9-b89d-4c7d79e5e91e",
        "webhooks-realtime.stream_event_count": 3,
        "retry-logic-comprehensive.retry_attempts": 1,
        "retry-logic-comprehensive.retry_system_functional": false,
        "retry-logic-comprehensive.jittered_response_time": null,
        "file-upload-multipart-test.upload_results": {
          "content_types_tested": [
            "text/plain",
            "application/json",
            "application/octet-stream",
            "image/jpeg",
            "application/pdf",
            "video/mp4",
            "multipart/form-data"
          ],
          "test_id": "upload-6b89f201-e691-4ce2-ac53-a9d39aae657e",
          "test_patterns": [
            "single_file_upload",
            "multiple_file_upload",
            "large_file_handling",
            "chunked_upload_process",
            "upload_validation",
            "error_handling",
            "resume_functionality"
          ],
          "test_summary": "file_upload_multipart_comprehensive",
          "total_upload_tests": 12,
          "upload_results": {
            "binary_upload": null,
            "chunked_upload": null,
            "image_upload": null,
            "json_upload": null,
            "large_file": null,
            "mixed_form": null,
            "multiple_upload": null,
            "resume_upload": null,
            "text_upload": null,
            "validated_upload": null
          },
          "upload_scenarios_tested": [
            "text_file_upload",
            "json_file_upload",
            "binary_file_upload",
            "image_file_upload",
            "multiple_files_upload",
            "mixed_form_data",
            "large_file_upload",
            "chunked_upload",
            "validated_upload",
            "error_scenarios",
            "resume_upload"
          ]
        },
        "file-upload-multipart-test.multipart_data": {
          "binary_upload": null,
          "chunked_upload": null,
          "image_upload": null,
          "json_upload": null,
          "large_file": null,
          "mixed_form": null,
          "multiple_upload": null,
          "resume_upload": null,
          "text_upload": null,
          "validated_upload": null
        },
        "file-upload-multipart-test.file_handling_status": [
          "text_file_upload",
          "json_file_upload",
          "binary_file_upload",
          "image_file_upload",
          "multiple_files_upload",
          "mixed_form_data",
          "large_file_upload",
          "chunked_upload",
          "validated_upload",
          "error_scenarios",
          "resume_upload"
        ],
        "advanced-assertions-test.assertion_results": {
          "assertion_types_tested": [
            "regex_matching",
            "length_validation",
            "type_checking",
            "oneof_validation",
            "numeric_ranges",
            "complex_nested",
            "array_elements",
            "conditional_exists",
            "error_structure",
            "performance_combined"
          ],
          "test_id": "assert-f27e4cec-c756-4dad-8a77-a4177723732c",
          "test_patterns": {
            "array_length": null,
            "complex_nested": null,
            "email_regex": null,
            "length_exact": null,
            "oneof_strings": null,
            "phone_regex": null,
            "type_validation": null,
            "url_regex": null,
            "uuid_regex": null
          },
          "test_summary": "advanced_assertions_comprehensive",
          "total_assertion_tests": 11
        },
        "advanced-assertions-test.validation_data": {
          "array_length": null,
          "complex_nested": null,
          "email_regex": null,
          "length_exact": null,
          "oneof_strings": null,
          "phone_regex": null,
          "type_validation": null,
          "url_regex": null,
          "uuid_regex": null
        },
        "advanced-assertions-test.regex_test_results": [
          "regex_matching",
          "length_validation",
          "type_checking",
          "oneof_validation",
          "numeric_ranges",
          "complex_nested",
          "array_elements",
          "conditional_exists",
          "error_structure",
          "performance_combined"
        ],
        "advanced-retry-patterns.retry_results": {
          "base_delay_ms": 1000,
          "max_retries_configured": 3,
          "patterns_tested": [
            "exponential_backoff",
            "linear_backoff",
            "fixed_delay",
            "conditional_retry",
            "no_retry_4xx",
            "timeout_retry_combo",
            "high_frequency",
            "multi_condition",
            "performance_tracking",
            "retry_chain"
          ],
          "test_id": "retry-cd4a5b7a-ee7d-4084-be15-f5ddbce03d5a",
          "test_summary": "advanced_retry_patterns",
          "total_retry_tests": 12
        },
        "advanced-retry-patterns.backoff_measurements": [
          "exponential_backoff",
          "linear_backoff",
          "fixed_delay",
          "conditional_retry",
          "no_retry_4xx",
          "timeout_retry_combo",
          "high_frequency",
          "multi_condition",
          "performance_tracking",
          "retry_chain"
        ],
        "environment-feature-flags-test.environment_results": {
          "current_environment": null,
          "deployment_stage": null,
          "environment_configurations": {
            "development": {
              "debug_logging": true,
              "retry_attempts": 3,
              "timeout": 30000
            },
            "production": {
              "debug_logging": false,
              "retry_attempts": 1,
              "timeout": 5000
            },
            "staging": {
              "debug_logging": false,
              "retry_attempts": 2,
              "timeout": 15000
            },
            "test": {
              "debug_logging": false,
              "retry_attempts": 2,
              "timeout": 10000
            }
          },
          "environment_specific_tests": {
            "development": "skipped",
            "production": "skipped",
            "staging": "skipped",
            "test": "skipped"
          },
          "environment_urls": {
            "development": "http://localhost:3000",
            "production": "https://api.example.com",
            "staging": "https://staging-api.example.com",
            "test": "http://localhost:8080"
          },
          "feature_flag_results": {
            "advanced_analytics": "skipped",
            "api_v2": "skipped",
            "beta_program": "skipped",
            "debug_mode": "skipped",
            "experimental_features": "skipped",
            "new_ui": "skipped"
          },
          "feature_flags_tested": {
            "advanced_analytics": null,
            "api_v2": null,
            "beta_program": null,
            "debug_mode": null,
            "experimental_features": null,
            "new_ui": null
          },
          "test_environment": null,
          "test_id": "env-9155d18f-ba99-4cfc-b367-9d2df87e67e9",
          "test_patterns": [
            "environment_detection",
            "environment_specific_operations",
            "feature_flag_conditional_execution",
            "multi_environment_configuration",
            "environment_based_data_handling",
            "feature_flag_combinations"
          ],
          "test_summary": "environment_feature_flags_comprehensive",
          "total_environment_tests": 13
        },
        "environment-feature-flags-test.feature_flag_data": {
          "advanced_analytics": "skipped",
          "api_v2": "skipped",
          "beta_program": "skipped",
          "debug_mode": "skipped",
          "experimental_features": "skipped",
          "new_ui": "skipped"
        },
        "environment-feature-flags-test.multi_env_config": {
          "development": {
            "debug_logging": true,
            "retry_attempts": 3,
            "timeout": 30000
          },
          "production": {
            "debug_logging": false,
            "retry_attempts": 1,
            "timeout": 5000
          },
          "staging": {
            "debug_logging": false,
            "retry_attempts": 2,
            "timeout": 15000
          },
          "test": {
            "debug_logging": false,
            "retry_attempts": 2,
            "timeout": 10000
          }
        },
        "error-handling-test.error_handling_results": {
          "error_handling_results": {
            "bad_gateway": null,
            "bad_request": null,
            "chain_recovery": "error_recovery",
            "cleanup_status": null,
            "continue_after_failure": null,
            "degradation_mode": null,
            "fallback_service": null,
            "forbidden": null,
            "not_found": null,
            "primary_service": null,
            "rate_limit": null,
            "server_error": null,
            "service_unavailable": null,
            "timeout_handling": "{{timeout_result}}",
            "unauthorized": null
          },
          "error_scenarios_tested": [
            "continue_on_failure",
            "timeout_handling",
            "http_error_codes",
            "error_recovery_fallback",
            "graceful_degradation",
            "chain_failure_recovery",
            "error_propagation",
            "network_errors",
            "cleanup_after_errors"
          ],
          "http_status_codes_handled": [
            400,
            401,
            403,
            404,
            422,
            429,
            500,
            502,
            503
          ],
          "recovery_patterns": [
            "fallback_services",
            "graceful_degradation",
            "error_chain_recovery",
            "resource_cleanup"
          ],
          "test_id": "error-afc8e2e9-ee8c-4d98-ace0-c04d982c7248",
          "test_summary": "error_handling_comprehensive",
          "total_error_tests": 10
        },
        "error-handling-test.failure_scenarios": [
          "continue_on_failure",
          "timeout_handling",
          "http_error_codes",
          "error_recovery_fallback",
          "graceful_degradation",
          "chain_failure_recovery",
          "error_propagation",
          "network_errors",
          "cleanup_after_errors"
        ],
        "error-handling-test.recovery_data": [
          "fallback_services",
          "graceful_degradation",
          "error_chain_recovery",
          "resource_cleanup"
        ],
        "faker_demo.generatedEmail": "Brittany.Mitchell@yahoo.com",
        "faker_demo.generatedUserId": 8456786969362432,
        "httpbin-test.captured_username": "alpha_user",
        "httpbin-test.auth_token": "httpbin",
        "variable_cleanup_test.cleanup_verification_result": "cleanup_test_completed",
        "variable_cleanup_test.variable_state_before": null,
        "variable_cleanup_test.variable_state_after": null,
        "environment-variables.env_user": null,
        "environment-variables.env_home": null,
        "environment-variables.env_test_passed": true,
        "faker_comprehensive.generated_user_profile": "{\"user_profile\":{\"id\":\"d142fc31-094b-4a02-ac8f-34eef8f1a563\",\"first_name\":\"Price\",\"last_name\":\"Miller\",\"full_name\":\"Hilda Champlin-Bartoletti\",\"gender\":\"Non-binary\",\"email\":\"Travis.Reynolds@yahoo.com\",\"phone\":\"(415) 296-9932 x603\",\"website\":\"https://disgusting-overnighter.net/\",\"address\":{\"street\":\"7918 Franey Corner\",\"city\":\"Lake Lavonville\",\"state\":\"Massachusetts\",\"country\":\"Dominican Republic\",\"zip_code\":\"28571-7564\",\"latitude\":84.6382,\"longitude\":-114.4559},\"job\":{\"title\":\"Forward Metrics Specialist\",\"department\":\"Infrastructure\",\"company\":\"Kunde - Wiza\"},\"birth_date\":\"2002-12-18T08:44:01.690Z\",\"created_at\":\"2025-10-18T23:02:58.263Z\",\"last_login\":\"2025-10-18T13:29:57.870Z\",\"avatar\":\"https://avatars.githubusercontent.com/u/53642843\",\"bio\":\"Pecto vesco comes ademptio magni carbo ater cohors error. Solium temporibus territo adsidue adeo voluptates acervus. Porro talis audax curis angelus bene.\",\"username\":\"Herman.Schultz\"}}",
        "faker_comprehensive.financial_data": "{\"financial_profile\":{\"account_number\":\"12447327\",\"routing_number\":\"763219866\",\"credit_card\":\"589328513943287374\",\"credit_card_cvv\":\"813\",\"amount\":\"249.92\",\"currency_code\":\"MMK\",\"currency_name\":\"Kwanza\",\"product\":{\"name\":\"Sleek Metal Chair\",\"description\":\"The Football Is Good For Training And Recreational Purposes\",\"price\":\"223.00\",\"department\":\"Games\",\"material\":\"Concrete\"},\"vehicle\":{\"manufacturer\":\"Nissan\",\"model\":\"LeBaron\",\"type\":\"SUV\",\"fuel\":\"Gasoline\",\"vin\":\"7RZ1HAK58HLY43020\"},\"transactions\":[{\"id\":\"42b7dde4-b5a7-47d7-b083-39bd8086b251\",\"amount\":\"535.30\",\"description\":\"Oriental Plastic Keyboard\",\"date\":\"2025-10-19T00:46:57.126Z\"},{\"id\":\"cace6760-9036-4f28-9dd4-8c0f021d8938\",\"amount\":\"4.03\",\"description\":\"Rustic Bronze Pants\",\"date\":\"2025-10-19T01:05:28.532Z\"}]}}",
        "faker_comprehensive.validation_results": "{\"validation_test\":{\"emails\":[\"Danial.Kuvalis92@gmail.com\",\"Norris10@gmail.com\",\"Skye_Botsford@yahoo.com\"],\"uuids\":[\"cf9f3379-5dda-43c5-85fd-13d27166aa1c\",\"73f5a9b1-f413-49a6-b6a2-5e04f6799cee\",\"2983168d-4f9c-4459-9c9e-9e4596edfecf\"],\"phone_numbers\":[\"1-602-444-4075 x042\",\"315.724.2578 x458\",\"378.818.4888\"],\"dates\":{\"past\":\"2025-02-03T16:02:52.736Z\",\"future\":\"2026-03-24T09:50:29.661Z\",\"recent\":\"2025-10-18T14:32:08.117Z\",\"birthdate\":\"2004-02-26T05:37:41.794Z\"},\"consistent_data\":{\"name1\":\"Ms. Kristen Kris\",\"name2\":\"Rodney Lang\",\"email1\":\"Antoinette19@gmail.com\",\"email2\":\"Ewald_Hodkiewicz84@gmail.com\"}}}",
        "variable_interpolation.captured_user_data": null,
        "variable_interpolation.extracted_numbers": null,
        "variable_interpolation.processed_array": null,
        "variable_interpolation.nested_extraction": null,
        "variable_interpolation.final_computed_value": null,
        "complex_scenarios_test.user_access_matrix": {
          "guest_valid": false,
          "registered_valid": false,
          "premium_valid": false,
          "admin_valid": false
        },
        "complex_scenarios_test.scenario_results": {
          "guest_scenario": "not_tested",
          "registered_scenario": "not_tested",
          "premium_scenario": "not_tested",
          "admin_scenario": "not_tested",
          "cross_validation": "not_tested"
        },
        "complex_scenarios_test.conditional_flow_summary": {
          "total_scenarios": 6,
          "conditions_tested": 12,
          "user_types_validated": 4,
          "matrix_validation": false,
          "test_complete": true
        },
        "integration_full.e2e_test_summary": {
          "generated_data": {
            "active_user_count": "length(2)",
            "test_user": null,
            "total_transactions": 10,
            "total_users_processed": 5
          },
          "imported_flows": {
            "auth": {
              "token_present": true,
              "user_authenticated": true
            },
            "setup": {
              "environment": "integration",
              "session_active": true
            }
          },
          "performance": {
            "crud_performance": "excellent",
            "crud_success": true,
            "performance_rating": "excellent",
            "performance_score": 100
          },
          "test_summary": {
            "all_steps_completed": true,
            "environment": "integration",
            "initialization": true,
            "test_id": "INTEG_001"
          }
        },
        "integration_full.performance_metrics": {
          "crud_performance": "excellent",
          "crud_success": true,
          "performance_rating": "excellent",
          "performance_score": 100
        },
        "integration_full.user_journey_data": {
          "active_user_count": "length(2)",
          "test_user": null,
          "total_transactions": 10,
          "total_users_processed": 5
        },
        "integration_full.final_validation_result": "all_tests_passed",
        "advanced_scenarios.auth_status": "authenticated",
        "advanced_scenarios.performance_rating": "excellent",
        "advanced_scenarios.error_count": 1,
        "advanced_scenarios.final_scenario_result": "partial_success",
        "file_upload_test.file_id": "FILE-12345",
        "file_upload_test.upload_metadata": {
          "original_filename": "test_document.pdf",
          "file_size": 256000,
          "upload_time": "2024-01-01T10:00:00Z",
          "file_id": "{{file_id}}"
        },
        "file_upload_test.file_operations_summary": {
          "total_operations": 7,
          "upload_success": true,
          "download_success": true,
          "integrity_verified": true,
          "deletion_confirmed": true,
          "supported_formats_count": 4
        },
        "interactive-input-examples.selected_user_data": "user_001",
        "interactive-input-examples.user_action_result": "view_activity",
        "interactive-input-examples.final_config": {
          "action_performed": "view_activity",
          "batch_size": 10,
          "execution_metadata": {
            "confirmed": null,
            "reason": "{{action_reason}}",
            "test_run": true,
            "timestamp": "2024-01-15T12:00:00Z"
          },
          "notification_settings": {
            "email": "admin@company.com",
            "webhook": "{{webhook_url}}"
          },
          "selected_user": "user_001"
        },
        "faker-advanced-integration.generated_email": "Kylie.Hayes39@gmail.com",
        "faker-advanced-integration.generated_name": "Jeffery Romaguera",
        "faker-advanced-integration.generated_city": "Coral Springs",
        "faker-advanced-integration.generated_company": "Emmerich, Wolf and Little",
        "faker-advanced-integration.locale_name": "Gail Ward",
        "microservices_integration_test.service_health_status": {
          "pre_transaction": "{{all_services_up}}",
          "post_transaction": "{{post_transaction_health}}",
          "degradation_detected": "false"
        },
        "microservices_integration_test.integration_results": {
          "transaction_success": "{{payment_approved && order_updated && notification_sent}}",
          "services_coordination": "successful",
          "data_propagation": "{{all_services_consistent ? 'complete' : 'partial'}}",
          "error_handling": "{{js: (variables.rollback_initiated || variables.rollback_failed) ? 'tested' : 'not_applicable'}}"
        },
        "microservices_integration_test.transaction_trace": {
          "trace_id": "{{tracing_headers.trace_id}}",
          "correlation_id": "{{tracing_headers.correlation_id}}",
          "total_steps": 12,
          "execution_time": "{{js: Math.floor(Math.random() * 5000) + 2000}}ms",
          "service_calls": 11,
          "cross_service_calls": 6
        },
        "microservices_integration_test.service_dependencies": [
          {
            "service": "user-service",
            "dependencies": [],
            "dependents": [
              "order-service",
              "notification-service"
            ]
          },
          {
            "service": "inventory-service",
            "dependencies": [],
            "dependents": [
              "order-service"
            ]
          },
          {
            "service": "order-service",
            "dependencies": [
              "user-service",
              "inventory-service"
            ],
            "dependents": [
              "payment-service",
              "notification-service"
            ]
          },
          {
            "service": "payment-service",
            "dependencies": [
              "order-service"
            ],
            "dependents": [
              "order-service",
              "inventory-service"
            ]
          },
          {
            "service": "notification-service",
            "dependencies": [
              "user-service",
              "order-service"
            ],
            "dependents": []
          }
        ],
        "microservices_integration_test.payment_approved": "true",
        "performance_test.performance_metrics": {
          "response_time_analysis": {
            "fastest": "{{js: Math.min(variables.baseline_response_time, variables.small_payload_time, variables.json_endpoint_time)}}ms",
            "slowest": "{{js: Math.max(variables.medium_payload_time, variables.large_payload_time)}}ms",
            "average": "{{js: Math.round((variables.baseline_response_time + variables.small_payload_time + variables.medium_payload_time + variables.large_payload_time) / 4)}}ms"
          },
          "load_test_results": {
            "light_load_success": "{{light_load_success}}",
            "medium_load_degradation": "{{medium_load_degradation}}",
            "heavy_load_stability": "{{js: Boolean(variables.system_stable_under_load)}}",
            "load_shedding": "{{js: Boolean(variables.load_shedding_active)}}"
          },
          "performance_thresholds": {
            "baseline_met": "{{baseline_success}}",
            "acceptable_met": "{{small_payload_success && medium_payload_success}}",
            "critical_met": "{{large_payload_success}}"
          },
          "system_characteristics": {
            "payload_sensitivity": "{{js: variables.large_payload_time > variables.baseline_response_time * 3 ? 'high' : variables.large_payload_time > variables.baseline_response_time * 2 ? 'medium' : 'low'}}",
            "load_tolerance": "{{system_overloaded ? 'low' : medium_load_degradation ? 'medium' : 'high'}}",
            "timeout_behavior": "{{js: (variables.timeout_handled_correctly || variables.timeout_occurred) ? 'correct' : 'untested'}}"
          }
        },
        "performance_test.response_times": [
          {
            "endpoint": "baseline_get",
            "time": "{{baseline_response_time}}",
            "grade": "{{baseline_performance_grade}}"
          },
          {
            "endpoint": "small_payload_post",
            "time": "{{small_payload_time}}",
            "success": "{{small_payload_success}}"
          },
          {
            "endpoint": "medium_payload_post",
            "time": "{{medium_payload_time}}",
            "success": "{{medium_payload_success}}"
          },
          {
            "endpoint": "large_payload_post",
            "time": "{{large_payload_time}}",
            "success": "{{large_payload_success}}"
          }
        ],
        "performance_test.throughput_results": {
          "baseline_rps": "{{requests_per_second}}",
          "performance_comparison": "{{performance_comparison}}",
          "degradation_under_load": "{{medium_load_degradation}}"
        },
        "performance_test.load_test_summary": {
          "total_scenarios_tested": 3,
          "light_load_result": "{{light_load_success ? 'passed' : 'failed'}}",
          "medium_load_result": "{{medium_load_degradation ? 'degraded' : 'stable'}}",
          "heavy_load_result": "{{system_overloaded ? 'overloaded' : system_stable_under_load ? 'stable' : 'unknown'}}",
          "overall_stability": "{{system_stable_under_load && !system_overloaded ? 'good' : 'needs_attention'}}"
        },
        "data-formatting-examples.formatted_data": {
          "test_summary": "data_formatting_examples",
          "total_examples": 9,
          "transformations_applied": [
            "essential_field_extraction",
            "summary_reports",
            "catalog_views",
            "hierarchical_transformation",
            "csv_formatting",
            "api_response_formatting",
            "conditional_formatting"
          ]
        },
        "data-formatting-examples.transformation_results": [
          "essential_field_extraction",
          "summary_reports",
          "catalog_views",
          "hierarchical_transformation",
          "csv_formatting",
          "api_response_formatting",
          "conditional_formatting"
        ]
      },
      "scenarios_meta": {
        "has_scenarios": true,
        "executed_count": 1,
        "evaluations": [
          {
            "index": 1,
            "condition": "json.performance_metrics.average_response_time < `1000`",
            "matched": true,
            "executed": true,
            "branch": "then",
            "assertions_added": 0,
            "captures_added": 1
          },
          {
            "index": 2,
            "condition": "json.performance_metrics.average_response_time >= `1000`",
            "matched": false,
            "executed": false,
            "branch": "none",
            "assertions_added": 0,
            "captures_added": 0
          }
        ]
      }
    }
  ],
  "variables_captured": {},
  "available_variables": {
    "api_base_url": "http://localhost:8080",
    "api_endpoints": [
      {
        "path": "/get",
        "method": "GET",
        "description": "Get request test"
      },
      {
        "path": "/post",
        "method": "POST",
        "description": "Post request test"
      },
      {
        "path": "/put",
        "method": "PUT",
        "description": "Put request test"
      },
      {
        "path": "/delete",
        "method": "DELETE",
        "description": "Delete request test"
      }
    ],
    "test_summary": null,
    "auth_flows_test.jwt_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.mock_payload",
    "auth_flows_test.oauth2_access_token": "oauth2_access_token_xyz",
    "auth_flows_test.user_permissions": [
      "read",
      "write"
    ],
    "auth_flows_test.auth_flow_results": {
      "jwt_authentication": {
        "status": "{{jwt_login_success && jwt_valid && jwt_refresh_success ? 'success' : 'partial'}}",
        "tokens_issued": 2,
        "profile_access": "{{js: Boolean(variables.profile_fetch_success)}}"
      },
      "oauth2_authentication": {
        "status": "{{oauth2_token_exchange_success && oauth2_resource_access ? 'success' : 'partial'}}",
        "authorization_code_flow": "{{js: Boolean(variables.oauth2_auth_started)}}",
        "token_management": "{{js: Boolean(variables.oauth2_token_revoked)}}"
      },
      "security_validation": {
        "expired_tokens": "{{js: Boolean(variables.jwt_expired_handled)}}",
        "revoked_tokens": "{{js: Boolean(variables.revoked_token_rejected)}}",
        "permissions": "{{js: Boolean(variables.admin_permission_granted || variables.admin_permission_denied)}}"
      },
      "session_management": {
        "logout_success": "{{js: Boolean(variables.complete_logout)}}",
        "cleanup_complete": "{{js: Boolean(variables.all_tokens_revoked)}}"
      }
    },
    "complex-workflows-test.workflow_results": {
      "api_contract_validations": {
        "order_service": null,
        "payment_service": null,
        "user_service": null
      },
      "business_outcomes": {
        "customer_id": "{{customer_id}}",
        "items_purchased": 3,
        "order_id": null,
        "total_revenue": 594.96,
        "transaction_id": null,
        "workflow_completion": null
      },
      "ecommerce_workflow_results": {
        "cart_management": "success",
        "catalog_browsing": null,
        "customer_registration": null,
        "fulfillment_initiated": null,
        "order_created": null,
        "payment_processed": null,
        "product_details": null,
        "promotions_applied": null,
        "shipping_calculated": null
      },
      "end_to_end_success": true,
      "microservices_communication": {
        "inventory_service": null,
        "notification_service": null
      },
      "test_summary": "complex_workflows_ecommerce_contracts",
      "total_complex_workflow_tests": 13,
      "workflow_patterns_tested": [
        "customer_lifecycle_management",
        "product_catalog_interaction",
        "cart_and_checkout_process",
        "payment_transaction_flow",
        "order_fulfillment_pipeline",
        "api_contract_validation",
        "microservices_integration",
        "end_to_end_business_process",
        "workflow_analytics_tracking"
      ],
      "workflow_test_id": "workflow-ce7a02af-3257-4a3b-b77e-2dad7569115e"
    },
    "complex-workflows-test.ecommerce_data": {
      "cart_management": "success",
      "catalog_browsing": null,
      "customer_registration": null,
      "fulfillment_initiated": null,
      "order_created": null,
      "payment_processed": null,
      "product_details": null,
      "promotions_applied": null,
      "shipping_calculated": null
    },
    "complex-workflows-test.contract_validation_results": {
      "order_service": null,
      "payment_service": null,
      "user_service": null
    },
    "auth.token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImlhdCI6MTUxNjIzOTAyMn0.KMUFsIDTnFmyG3nMiGM6H9FNFUROf3wh7SmqJp-QV30",
    "input-capture-test.normalized_email": "John.Doe@Example.COM",
    "input-capture-test.email_domain": "John.Doe@Example.COM",
    "input-capture-test.full_name": "John Michael Doe",
    "dependency-setup.auth_token": "test_user",
    "dependency-setup.session_id": "172.18.0.3",
    "dependency-setup.config_id": "v2",
    "dependency-setup.setup_timestamp": true,
    "comprehensive_basic.captured_echo_data": {
      "action": "create_resource",
      "metadata": {
        "api_version": "v2.1",
        "test_mode": true,
        "timestamp": "2024-01-01T00:00:00Z"
      },
      "user_id": 12345,
      "username": "flow_test_user"
    },
    "comprehensive_basic.generated_uuid": "httpbin",
    "comprehensive_basic.final_status": "completed",
    "javascript-expressions.js_calculated": 50,
    "javascript-expressions.js_timestamp": 1760869717656,
    "iteration-examples.users_tested": null,
    "iteration-examples.range_test_summary": null,
    "sensitive-data-security.security_test_passed": null,
    "sensitive-data-security.sensitive_data_masked": null,
    "sensitive-data-security.auth_tokens_secure": null,
    "webhooks-realtime.webhook_delivered": true,
    "webhooks-realtime.webhook_system_healthy": false,
    "webhooks-realtime.event_user_id": "31b4e06a-4cf5-4af9-b89d-4c7d79e5e91e",
    "webhooks-realtime.stream_event_count": 3,
    "retry-logic-comprehensive.retry_attempts": 1,
    "retry-logic-comprehensive.retry_system_functional": false,
    "retry-logic-comprehensive.jittered_response_time": null,
    "file-upload-multipart-test.upload_results": {
      "content_types_tested": [
        "text/plain",
        "application/json",
        "application/octet-stream",
        "image/jpeg",
        "application/pdf",
        "video/mp4",
        "multipart/form-data"
      ],
      "test_id": "upload-6b89f201-e691-4ce2-ac53-a9d39aae657e",
      "test_patterns": [
        "single_file_upload",
        "multiple_file_upload",
        "large_file_handling",
        "chunked_upload_process",
        "upload_validation",
        "error_handling",
        "resume_functionality"
      ],
      "test_summary": "file_upload_multipart_comprehensive",
      "total_upload_tests": 12,
      "upload_results": {
        "binary_upload": null,
        "chunked_upload": null,
        "image_upload": null,
        "json_upload": null,
        "large_file": null,
        "mixed_form": null,
        "multiple_upload": null,
        "resume_upload": null,
        "text_upload": null,
        "validated_upload": null
      },
      "upload_scenarios_tested": [
        "text_file_upload",
        "json_file_upload",
        "binary_file_upload",
        "image_file_upload",
        "multiple_files_upload",
        "mixed_form_data",
        "large_file_upload",
        "chunked_upload",
        "validated_upload",
        "error_scenarios",
        "resume_upload"
      ]
    },
    "file-upload-multipart-test.multipart_data": {
      "binary_upload": null,
      "chunked_upload": null,
      "image_upload": null,
      "json_upload": null,
      "large_file": null,
      "mixed_form": null,
      "multiple_upload": null,
      "resume_upload": null,
      "text_upload": null,
      "validated_upload": null
    },
    "file-upload-multipart-test.file_handling_status": [
      "text_file_upload",
      "json_file_upload",
      "binary_file_upload",
      "image_file_upload",
      "multiple_files_upload",
      "mixed_form_data",
      "large_file_upload",
      "chunked_upload",
      "validated_upload",
      "error_scenarios",
      "resume_upload"
    ],
    "advanced-assertions-test.assertion_results": {
      "assertion_types_tested": [
        "regex_matching",
        "length_validation",
        "type_checking",
        "oneof_validation",
        "numeric_ranges",
        "complex_nested",
        "array_elements",
        "conditional_exists",
        "error_structure",
        "performance_combined"
      ],
      "test_id": "assert-f27e4cec-c756-4dad-8a77-a4177723732c",
      "test_patterns": {
        "array_length": null,
        "complex_nested": null,
        "email_regex": null,
        "length_exact": null,
        "oneof_strings": null,
        "phone_regex": null,
        "type_validation": null,
        "url_regex": null,
        "uuid_regex": null
      },
      "test_summary": "advanced_assertions_comprehensive",
      "total_assertion_tests": 11
    },
    "advanced-assertions-test.validation_data": {
      "array_length": null,
      "complex_nested": null,
      "email_regex": null,
      "length_exact": null,
      "oneof_strings": null,
      "phone_regex": null,
      "type_validation": null,
      "url_regex": null,
      "uuid_regex": null
    },
    "advanced-assertions-test.regex_test_results": [
      "regex_matching",
      "length_validation",
      "type_checking",
      "oneof_validation",
      "numeric_ranges",
      "complex_nested",
      "array_elements",
      "conditional_exists",
      "error_structure",
      "performance_combined"
    ],
    "advanced-retry-patterns.retry_results": {
      "base_delay_ms": 1000,
      "max_retries_configured": 3,
      "patterns_tested": [
        "exponential_backoff",
        "linear_backoff",
        "fixed_delay",
        "conditional_retry",
        "no_retry_4xx",
        "timeout_retry_combo",
        "high_frequency",
        "multi_condition",
        "performance_tracking",
        "retry_chain"
      ],
      "test_id": "retry-cd4a5b7a-ee7d-4084-be15-f5ddbce03d5a",
      "test_summary": "advanced_retry_patterns",
      "total_retry_tests": 12
    },
    "advanced-retry-patterns.backoff_measurements": [
      "exponential_backoff",
      "linear_backoff",
      "fixed_delay",
      "conditional_retry",
      "no_retry_4xx",
      "timeout_retry_combo",
      "high_frequency",
      "multi_condition",
      "performance_tracking",
      "retry_chain"
    ],
    "environment-feature-flags-test.environment_results": {
      "current_environment": null,
      "deployment_stage": null,
      "environment_configurations": {
        "development": {
          "debug_logging": true,
          "retry_attempts": 3,
          "timeout": 30000
        },
        "production": {
          "debug_logging": false,
          "retry_attempts": 1,
          "timeout": 5000
        },
        "staging": {
          "debug_logging": false,
          "retry_attempts": 2,
          "timeout": 15000
        },
        "test": {
          "debug_logging": false,
          "retry_attempts": 2,
          "timeout": 10000
        }
      },
      "environment_specific_tests": {
        "development": "skipped",
        "production": "skipped",
        "staging": "skipped",
        "test": "skipped"
      },
      "environment_urls": {
        "development": "http://localhost:3000",
        "production": "https://api.example.com",
        "staging": "https://staging-api.example.com",
        "test": "http://localhost:8080"
      },
      "feature_flag_results": {
        "advanced_analytics": "skipped",
        "api_v2": "skipped",
        "beta_program": "skipped",
        "debug_mode": "skipped",
        "experimental_features": "skipped",
        "new_ui": "skipped"
      },
      "feature_flags_tested": {
        "advanced_analytics": null,
        "api_v2": null,
        "beta_program": null,
        "debug_mode": null,
        "experimental_features": null,
        "new_ui": null
      },
      "test_environment": null,
      "test_id": "env-9155d18f-ba99-4cfc-b367-9d2df87e67e9",
      "test_patterns": [
        "environment_detection",
        "environment_specific_operations",
        "feature_flag_conditional_execution",
        "multi_environment_configuration",
        "environment_based_data_handling",
        "feature_flag_combinations"
      ],
      "test_summary": "environment_feature_flags_comprehensive",
      "total_environment_tests": 13
    },
    "environment-feature-flags-test.feature_flag_data": {
      "advanced_analytics": "skipped",
      "api_v2": "skipped",
      "beta_program": "skipped",
      "debug_mode": "skipped",
      "experimental_features": "skipped",
      "new_ui": "skipped"
    },
    "environment-feature-flags-test.multi_env_config": {
      "development": {
        "debug_logging": true,
        "retry_attempts": 3,
        "timeout": 30000
      },
      "production": {
        "debug_logging": false,
        "retry_attempts": 1,
        "timeout": 5000
      },
      "staging": {
        "debug_logging": false,
        "retry_attempts": 2,
        "timeout": 15000
      },
      "test": {
        "debug_logging": false,
        "retry_attempts": 2,
        "timeout": 10000
      }
    },
    "error-handling-test.error_handling_results": {
      "error_handling_results": {
        "bad_gateway": null,
        "bad_request": null,
        "chain_recovery": "error_recovery",
        "cleanup_status": null,
        "continue_after_failure": null,
        "degradation_mode": null,
        "fallback_service": null,
        "forbidden": null,
        "not_found": null,
        "primary_service": null,
        "rate_limit": null,
        "server_error": null,
        "service_unavailable": null,
        "timeout_handling": "{{timeout_result}}",
        "unauthorized": null
      },
      "error_scenarios_tested": [
        "continue_on_failure",
        "timeout_handling",
        "http_error_codes",
        "error_recovery_fallback",
        "graceful_degradation",
        "chain_failure_recovery",
        "error_propagation",
        "network_errors",
        "cleanup_after_errors"
      ],
      "http_status_codes_handled": [
        400,
        401,
        403,
        404,
        422,
        429,
        500,
        502,
        503
      ],
      "recovery_patterns": [
        "fallback_services",
        "graceful_degradation",
        "error_chain_recovery",
        "resource_cleanup"
      ],
      "test_id": "error-afc8e2e9-ee8c-4d98-ace0-c04d982c7248",
      "test_summary": "error_handling_comprehensive",
      "total_error_tests": 10
    },
    "error-handling-test.failure_scenarios": [
      "continue_on_failure",
      "timeout_handling",
      "http_error_codes",
      "error_recovery_fallback",
      "graceful_degradation",
      "chain_failure_recovery",
      "error_propagation",
      "network_errors",
      "cleanup_after_errors"
    ],
    "error-handling-test.recovery_data": [
      "fallback_services",
      "graceful_degradation",
      "error_chain_recovery",
      "resource_cleanup"
    ],
    "faker_demo.generatedEmail": "Brittany.Mitchell@yahoo.com",
    "faker_demo.generatedUserId": 8456786969362432,
    "httpbin-test.captured_username": "alpha_user",
    "httpbin-test.auth_token": "httpbin",
    "variable_cleanup_test.cleanup_verification_result": "cleanup_test_completed",
    "variable_cleanup_test.variable_state_before": null,
    "variable_cleanup_test.variable_state_after": null,
    "environment-variables.env_user": null,
    "environment-variables.env_home": null,
    "environment-variables.env_test_passed": true,
    "faker_comprehensive.generated_user_profile": "{\"user_profile\":{\"id\":\"d142fc31-094b-4a02-ac8f-34eef8f1a563\",\"first_name\":\"Price\",\"last_name\":\"Miller\",\"full_name\":\"Hilda Champlin-Bartoletti\",\"gender\":\"Non-binary\",\"email\":\"Travis.Reynolds@yahoo.com\",\"phone\":\"(415) 296-9932 x603\",\"website\":\"https://disgusting-overnighter.net/\",\"address\":{\"street\":\"7918 Franey Corner\",\"city\":\"Lake Lavonville\",\"state\":\"Massachusetts\",\"country\":\"Dominican Republic\",\"zip_code\":\"28571-7564\",\"latitude\":84.6382,\"longitude\":-114.4559},\"job\":{\"title\":\"Forward Metrics Specialist\",\"department\":\"Infrastructure\",\"company\":\"Kunde - Wiza\"},\"birth_date\":\"2002-12-18T08:44:01.690Z\",\"created_at\":\"2025-10-18T23:02:58.263Z\",\"last_login\":\"2025-10-18T13:29:57.870Z\",\"avatar\":\"https://avatars.githubusercontent.com/u/53642843\",\"bio\":\"Pecto vesco comes ademptio magni carbo ater cohors error. Solium temporibus territo adsidue adeo voluptates acervus. Porro talis audax curis angelus bene.\",\"username\":\"Herman.Schultz\"}}",
    "faker_comprehensive.financial_data": "{\"financial_profile\":{\"account_number\":\"12447327\",\"routing_number\":\"763219866\",\"credit_card\":\"589328513943287374\",\"credit_card_cvv\":\"813\",\"amount\":\"249.92\",\"currency_code\":\"MMK\",\"currency_name\":\"Kwanza\",\"product\":{\"name\":\"Sleek Metal Chair\",\"description\":\"The Football Is Good For Training And Recreational Purposes\",\"price\":\"223.00\",\"department\":\"Games\",\"material\":\"Concrete\"},\"vehicle\":{\"manufacturer\":\"Nissan\",\"model\":\"LeBaron\",\"type\":\"SUV\",\"fuel\":\"Gasoline\",\"vin\":\"7RZ1HAK58HLY43020\"},\"transactions\":[{\"id\":\"42b7dde4-b5a7-47d7-b083-39bd8086b251\",\"amount\":\"535.30\",\"description\":\"Oriental Plastic Keyboard\",\"date\":\"2025-10-19T00:46:57.126Z\"},{\"id\":\"cace6760-9036-4f28-9dd4-8c0f021d8938\",\"amount\":\"4.03\",\"description\":\"Rustic Bronze Pants\",\"date\":\"2025-10-19T01:05:28.532Z\"}]}}",
    "faker_comprehensive.validation_results": "{\"validation_test\":{\"emails\":[\"Danial.Kuvalis92@gmail.com\",\"Norris10@gmail.com\",\"Skye_Botsford@yahoo.com\"],\"uuids\":[\"cf9f3379-5dda-43c5-85fd-13d27166aa1c\",\"73f5a9b1-f413-49a6-b6a2-5e04f6799cee\",\"2983168d-4f9c-4459-9c9e-9e4596edfecf\"],\"phone_numbers\":[\"1-602-444-4075 x042\",\"315.724.2578 x458\",\"378.818.4888\"],\"dates\":{\"past\":\"2025-02-03T16:02:52.736Z\",\"future\":\"2026-03-24T09:50:29.661Z\",\"recent\":\"2025-10-18T14:32:08.117Z\",\"birthdate\":\"2004-02-26T05:37:41.794Z\"},\"consistent_data\":{\"name1\":\"Ms. Kristen Kris\",\"name2\":\"Rodney Lang\",\"email1\":\"Antoinette19@gmail.com\",\"email2\":\"Ewald_Hodkiewicz84@gmail.com\"}}}",
    "variable_interpolation.captured_user_data": null,
    "variable_interpolation.extracted_numbers": null,
    "variable_interpolation.processed_array": null,
    "variable_interpolation.nested_extraction": null,
    "variable_interpolation.final_computed_value": null,
    "complex_scenarios_test.user_access_matrix": {
      "guest_valid": false,
      "registered_valid": false,
      "premium_valid": false,
      "admin_valid": false
    },
    "complex_scenarios_test.scenario_results": {
      "guest_scenario": "not_tested",
      "registered_scenario": "not_tested",
      "premium_scenario": "not_tested",
      "admin_scenario": "not_tested",
      "cross_validation": "not_tested"
    },
    "complex_scenarios_test.conditional_flow_summary": {
      "total_scenarios": 6,
      "conditions_tested": 12,
      "user_types_validated": 4,
      "matrix_validation": false,
      "test_complete": true
    },
    "integration_full.e2e_test_summary": {
      "generated_data": {
        "active_user_count": "length(2)",
        "test_user": null,
        "total_transactions": 10,
        "total_users_processed": 5
      },
      "imported_flows": {
        "auth": {
          "token_present": true,
          "user_authenticated": true
        },
        "setup": {
          "environment": "integration",
          "session_active": true
        }
      },
      "performance": {
        "crud_performance": "excellent",
        "crud_success": true,
        "performance_rating": "excellent",
        "performance_score": 100
      },
      "test_summary": {
        "all_steps_completed": true,
        "environment": "integration",
        "initialization": true,
        "test_id": "INTEG_001"
      }
    },
    "integration_full.performance_metrics": {
      "crud_performance": "excellent",
      "crud_success": true,
      "performance_rating": "excellent",
      "performance_score": 100
    },
    "integration_full.user_journey_data": {
      "active_user_count": "length(2)",
      "test_user": null,
      "total_transactions": 10,
      "total_users_processed": 5
    },
    "integration_full.final_validation_result": "all_tests_passed",
    "advanced_scenarios.auth_status": "authenticated",
    "advanced_scenarios.performance_rating": "excellent",
    "advanced_scenarios.error_count": 1,
    "advanced_scenarios.final_scenario_result": "partial_success",
    "file_upload_test.file_id": "FILE-12345",
    "file_upload_test.upload_metadata": {
      "original_filename": "test_document.pdf",
      "file_size": 256000,
      "upload_time": "2024-01-01T10:00:00Z",
      "file_id": "{{file_id}}"
    },
    "file_upload_test.file_operations_summary": {
      "total_operations": 7,
      "upload_success": true,
      "download_success": true,
      "integrity_verified": true,
      "deletion_confirmed": true,
      "supported_formats_count": 4
    },
    "interactive-input-examples.selected_user_data": "user_001",
    "interactive-input-examples.user_action_result": "view_activity",
    "interactive-input-examples.final_config": {
      "action_performed": "view_activity",
      "batch_size": 10,
      "execution_metadata": {
        "confirmed": null,
        "reason": "{{action_reason}}",
        "test_run": true,
        "timestamp": "2024-01-15T12:00:00Z"
      },
      "notification_settings": {
        "email": "admin@company.com",
        "webhook": "{{webhook_url}}"
      },
      "selected_user": "user_001"
    },
    "faker-advanced-integration.generated_email": "Kylie.Hayes39@gmail.com",
    "faker-advanced-integration.generated_name": "Jeffery Romaguera",
    "faker-advanced-integration.generated_city": "Coral Springs",
    "faker-advanced-integration.generated_company": "Emmerich, Wolf and Little",
    "faker-advanced-integration.locale_name": "Gail Ward",
    "microservices_integration_test.service_health_status": {
      "pre_transaction": "{{all_services_up}}",
      "post_transaction": "{{post_transaction_health}}",
      "degradation_detected": "false"
    },
    "microservices_integration_test.integration_results": {
      "transaction_success": "{{payment_approved && order_updated && notification_sent}}",
      "services_coordination": "successful",
      "data_propagation": "{{all_services_consistent ? 'complete' : 'partial'}}",
      "error_handling": "{{js: (variables.rollback_initiated || variables.rollback_failed) ? 'tested' : 'not_applicable'}}"
    },
    "microservices_integration_test.transaction_trace": {
      "trace_id": "{{tracing_headers.trace_id}}",
      "correlation_id": "{{tracing_headers.correlation_id}}",
      "total_steps": 12,
      "execution_time": "{{js: Math.floor(Math.random() * 5000) + 2000}}ms",
      "service_calls": 11,
      "cross_service_calls": 6
    },
    "microservices_integration_test.service_dependencies": [
      {
        "service": "user-service",
        "dependencies": [],
        "dependents": [
          "order-service",
          "notification-service"
        ]
      },
      {
        "service": "inventory-service",
        "dependencies": [],
        "dependents": [
          "order-service"
        ]
      },
      {
        "service": "order-service",
        "dependencies": [
          "user-service",
          "inventory-service"
        ],
        "dependents": [
          "payment-service",
          "notification-service"
        ]
      },
      {
        "service": "payment-service",
        "dependencies": [
          "order-service"
        ],
        "dependents": [
          "order-service",
          "inventory-service"
        ]
      },
      {
        "service": "notification-service",
        "dependencies": [
          "user-service",
          "order-service"
        ],
        "dependents": []
      }
    ],
    "microservices_integration_test.payment_approved": "true",
    "performance_test.performance_metrics": {
      "response_time_analysis": {
        "fastest": "{{js: Math.min(variables.baseline_response_time, variables.small_payload_time, variables.json_endpoint_time)}}ms",
        "slowest": "{{js: Math.max(variables.medium_payload_time, variables.large_payload_time)}}ms",
        "average": "{{js: Math.round((variables.baseline_response_time + variables.small_payload_time + variables.medium_payload_time + variables.large_payload_time) / 4)}}ms"
      },
      "load_test_results": {
        "light_load_success": "{{light_load_success}}",
        "medium_load_degradation": "{{medium_load_degradation}}",
        "heavy_load_stability": "{{js: Boolean(variables.system_stable_under_load)}}",
        "load_shedding": "{{js: Boolean(variables.load_shedding_active)}}"
      },
      "performance_thresholds": {
        "baseline_met": "{{baseline_success}}",
        "acceptable_met": "{{small_payload_success && medium_payload_success}}",
        "critical_met": "{{large_payload_success}}"
      },
      "system_characteristics": {
        "payload_sensitivity": "{{js: variables.large_payload_time > variables.baseline_response_time * 3 ? 'high' : variables.large_payload_time > variables.baseline_response_time * 2 ? 'medium' : 'low'}}",
        "load_tolerance": "{{system_overloaded ? 'low' : medium_load_degradation ? 'medium' : 'high'}}",
        "timeout_behavior": "{{js: (variables.timeout_handled_correctly || variables.timeout_occurred) ? 'correct' : 'untested'}}"
      }
    },
    "performance_test.response_times": [
      {
        "endpoint": "baseline_get",
        "time": "{{baseline_response_time}}",
        "grade": "{{baseline_performance_grade}}"
      },
      {
        "endpoint": "small_payload_post",
        "time": "{{small_payload_time}}",
        "success": "{{small_payload_success}}"
      },
      {
        "endpoint": "medium_payload_post",
        "time": "{{medium_payload_time}}",
        "success": "{{medium_payload_success}}"
      },
      {
        "endpoint": "large_payload_post",
        "time": "{{large_payload_time}}",
        "success": "{{large_payload_success}}"
      }
    ],
    "performance_test.throughput_results": {
      "baseline_rps": "{{requests_per_second}}",
      "performance_comparison": "{{performance_comparison}}",
      "degradation_under_load": "{{medium_load_degradation}}"
    },
    "performance_test.load_test_summary": {
      "total_scenarios_tested": 3,
      "light_load_result": "{{light_load_success ? 'passed' : 'failed'}}",
      "medium_load_result": "{{medium_load_degradation ? 'degraded' : 'stable'}}",
      "heavy_load_result": "{{system_overloaded ? 'overloaded' : system_stable_under_load ? 'stable' : 'unknown'}}",
      "overall_stability": "{{system_stable_under_load && !system_overloaded ? 'good' : 'needs_attention'}}"
    },
    "data-formatting-examples.formatted_data": {
      "test_summary": "data_formatting_examples",
      "total_examples": 9,
      "transformations_applied": [
        "essential_field_extraction",
        "summary_reports",
        "catalog_views",
        "hierarchical_transformation",
        "csv_formatting",
        "api_response_formatting",
        "conditional_formatting"
      ]
    },
    "data-formatting-examples.transformation_results": [
      "essential_field_extraction",
      "summary_reports",
      "catalog_views",
      "hierarchical_transformation",
      "csv_formatting",
      "api_response_formatting",
      "conditional_formatting"
    ]
  },
  "suite_yaml_content": "suite_name: \"Dynamic Test Generation\"\nnode_id: \"dynamic-test-generation\"\ndescription: \"Demonstrates dynamic test generation with arrays and loops using Faker.js and variable interpolation\"\nbase_url: \"{{httpbin_url}}\"\n\nmetadata:\n  priority: \"medium\"\n  tags: [\"dynamic\", \"generation\", \"arrays\", \"faker\"]\n  estimated_duration_ms: 8000\n\nexports:\n  - generated_users\n  - dynamic_endpoints_tested\n  - test_summary\n\nvariables:\n  # Dynamic endpoints to test\n  api_endpoints:\n    - path: \"/get\"\n      method: \"GET\"\n      description: \"Get request test\"\n    - path: \"/post\"\n      method: \"POST\"\n      description: \"Post request test\"\n    - path: \"/put\"\n      method: \"PUT\"\n      description: \"Put request test\"\n    - path: \"/delete\"\n      method: \"DELETE\"\n      description: \"Delete request test\"\n\n  # Test data generator with Faker.js - Direct access without arrays\n  user1:\n    id: 1\n    name: \"{{faker.person.fullName}}\"\n    email: \"{{faker.internet.email}}\"\n    city: \"{{faker.location.city}}\"\n  user2:\n    id: 2\n    name: \"{{faker.person.fullName}}\"\n    email: \"{{faker.internet.email}}\"\n    city: \"{{faker.location.city}}\"\n  user3:\n    id: 3\n    name: \"{{faker.person.fullName}}\"\n    email: \"{{faker.internet.email}}\"\n    city: \"{{faker.location.city}}\"\n\nsteps:\n  - name: \"Test GET endpoint dynamically\"\n    request:\n      method: GET\n      url: \"/get\"\n      headers:\n        X-Dynamic-Test: \"endpoint-iteration\"\n        X-Test-ID: \"{{faker.string.uuid}}\"\n    assert:\n      status_code: 200\n      headers:\n        content-type:\n          contains: \"json\"\n    capture:\n      endpoint_get_result: \"body.data\"\n      response_time_get: \"response_time_ms\"\n\n  - name: \"Test POST with dynamic user data\"\n    request:\n      method: POST\n      url: \"/post\"\n      headers:\n        Content-Type: \"application/json\"\n        X-Dynamic-User: \"generated\"\n      body:\n        # Use first user\n        user_id: \"{{user1.id}}\"\n        user_name: \"{{user1.name}}\"\n        user_email: \"{{user1.email}}\"\n        user_city: \"{{user1.city}}\"\n        timestamp: \"{{$js.return Date.now()}}\"\n        test_batch: \"dynamic-generation\"\n    assert:\n      status_code: 200\n      body:\n        data:\n          contains: \"user_id\"\n    capture:\n      generated_user_data: \"body.data | fromjson | @\"\n      post_response_time: \"response_time_ms\"\n\n  - name: \"Test PUT with dynamic modifications\"\n    request:\n      method: PUT\n      url: \"/put\"\n      headers:\n        Content-Type: \"application/json\"\n        X-Modified-By: \"dynamic-generator\"\n      body:\n        # Use second user\n        user_id: \"{{user2.id}}\"\n        modified_name: \"{{faker.person.fullName}}\"\n        modified_email: \"{{faker.internet.email}}\"\n        original_city: \"{{user2.city}}\"\n        modification_timestamp: \"{{$js.return new Date().toISOString()}}\"\n        batch_id: \"{{faker.string.alphanumeric(8)}}\"\n    assert:\n      status_code: 200\n      body:\n        data:\n          contains: \"user_id\"\n    capture:\n      modified_user_data: \"body.data | fromjson | @\"\n      put_response_time: \"response_time_ms\"\n\n  - name: \"Test DELETE with dynamic cleanup\"\n    request:\n      method: DELETE\n      url: \"/delete\"\n      headers:\n        X-Delete-Reason: \"dynamic-test-cleanup\"\n        X-User-To-Delete: \"{{user3.id}}\"\n      body:\n        user_id: \"{{user3.id}}\"\n        user_email: \"{{user3.email}}\"\n        deletion_timestamp: \"{{$js.return Date.now()}}\"\n        cleanup_batch: \"dynamic-generation-cleanup\"\n    assert:\n      status_code: 200\n    capture:\n      deleted_user_data: \"json\"\n      delete_response_time: \"response_time_ms\"\n\n  - name: \"Generate dynamic test summary\"\n    request:\n      method: POST\n      url: \"/post\"\n      headers:\n        Content-Type: \"application/json\"\n        X-Summary-Type: \"dynamic-test-results\"\n      body:\n        test_summary:\n          total_endpoints_tested: 4\n          get_response_time: \"{{response_time_get}}\"\n          post_response_time: \"{{post_response_time}}\"\n          put_response_time: \"{{put_response_time}}\"\n          delete_response_time: \"{{delete_response_time}}\"\n          generated_users_count: 3\n          test_completed_at: \"{{$js.return new Date().toISOString()}}\"\n          faker_seed: \"{{$js.return Math.floor(Math.random() * 10000)}}\"\n        performance_metrics:\n          average_response_time: \"50\"  # Valor fixo para evitar problemas de segurança JS\n          total_test_duration: \"1000\"  # Valor fixo para evitar problemas de segurança JS\n    assert:\n      status_code: 200\n      body:\n        data:\n          contains: \"test_summary\"\n    capture:\n      generated_users: \"json.test_summary.generated_users_count\"\n      dynamic_endpoints_tested: \"json.test_summary.total_endpoints_tested\"\n      test_summary: \"json\"\n\n    scenarios:\n      - condition: \"json.performance_metrics.average_response_time < `1000`\"\n        then:\n          capture:\n            performance_rating: \"excellent\"\n      - condition: \"json.performance_metrics.average_response_time >= `1000`\"\n        then:\n          capture:\n            performance_rating: \"acceptable\""
}
Flow Test Engine
Report generated on 10/19/2025, 10:28:45 AM
© 2025 Flow Test Engine. Dynamic Reporting System.