✅
Sequential vs Parallel Execution Comparison
/app/tests/sequential-vs-parallel-execution-test.yaml
medium
12 Steps
Duration: 3.0s
Success Rate: 100%
✅
Successful Steps
12
100% success rate
❌
Failed Steps
0
0% of total
⏭️
Skipped Steps
0
0% of total
🔗
HTTP Requests
12
100% requests
🔄
Iterações
5
1 steps com iterações
📊 Execution Timeline
| # | Status | Step Name | Type | Duration | Started At | Details |
|---|---|---|---|---|---|---|
| 1 | ✅ | Sequential request 1 GET /delay/1 | request | 1.0s | 19/10/2025, 10:28:39 |
✅ Request completed successfully
|
| 2 | ✅ | Sequential request 2 GET /delay/1 | request | 1.0s | 19/10/2025, 10:28:39 |
✅ Request completed successfully
|
| 3 | ✅ | Sequential request 3 GET /delay/1 | request | 1.0s | 19/10/2025, 10:28:39 |
✅ Request completed successfully
|
| 4 | ✅ | Parallel-ready request 1 POST /post | request | 2ms | 19/10/2025, 10:28:39 |
✅ Request completed successfully
|
| 5 | ✅ | Parallel-ready request 2 POST /post | request | 1ms | 19/10/2025, 10:28:39 |
✅ Request completed successfully
|
| 6 | ✅ | Parallel-ready request 3 POST /post | request | 1ms | 19/10/2025, 10:28:39 |
✅ Request completed successfully
|
| 7 | ✅ | Fast operation for timing comparison GET /get | request | 2ms | 19/10/2025, 10:28:39 |
✅ Request completed successfully
|
| 8 | ✅ | Load test request batch GET /get | request | 11ms | 19/10/2025, 10:28:39 |
✅ Request completed successfully
|
| 9 | ✅ | Dependency step 1 - Setup POST /post | request | 2ms | 19/10/2025, 10:28:39 |
✅ Request completed successfully
|
| 10 | ✅ | Dependency step 2 - Process PUT /put | request | 2ms | 19/10/2025, 10:28:39 |
✅ Request completed successfully
|
| 11 | ✅ | Dependency step 3 - Finalize PATCH /patch | request | 2ms | 19/10/2025, 10:28:39 |
✅ Request completed successfully
|
| 12 | ✅ | Collect execution timing analysis POST /post | request | 4ms | 19/10/2025, 10:28:39 |
✅ Request completed successfully
|
🌐 HTTP Requests Debug Info
✅
Sequential request 1
Step #1
1.0s
cURL Command
curl -X GET -H 'X-Execution-Mode: sequential' -H 'X-Request-Number: 1' -H 'X-Sequential-Test: true' "http://httpbin/delay/1"📤 Request
Method: GET
URL:
http://httpbin/delay/1 Base URL:
http://httpbin Request Headers
X-Execution-Mode: sequential
X-Request-Number: 1
X-Sequential-Test: true📥 Response
Status Code: 200
Duration: 1.0s
Size: 353 bytes
Response Headers
server: gunicorn/19.9.0
date: Sun, 19 Oct 2025 10:28:40 GMT
connection: keep-alive
content-type: application/json
content-length: 447
access-control-allow-origin: *
access-control-allow-credentials: trueResponse Body
{
"args": {},
"data": "",
"files": {},
"form": {},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Execution-Mode": "sequential",
"X-Request-Number": "1",
"X-Sequential-Test": "true"
},
"origin": "172.18.0.3",
"url": "http://httpbin/delay/1"
} 📊
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
{
"seq_request_1_time": null,
"seq_request_1_start": "{{$faker.date.recent}}"
}Available Variables
{
"api_base_url": "http://localhost:8080",
"test_delay": 1,
"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"
],
"dynamic-test-generation.generated_users": null,
"dynamic-test-generation.dynamic_endpoints_tested": null,
"dynamic-test-generation.test_summary": null,
"parallel-execution.parallel_execution_effective": true,
"parallel-execution.req1_duration": null,
"parallel-execution.req2_duration": null,
"parallel-execution.req3_duration": null,
"array-filtering-examples.filtering_results": {
"filter_types_demonstrated": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"test_summary": "array_filtering_examples",
"total_examples": 10
},
"array-filtering-examples.query_examples": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"nested-array-filtering.nested_filtering_results": {
"jmespath_features_used": [
"flatten_projection_[]",
"double_flatten_[][]",
"conditional_filtering_with_nested",
"array_element_access_[0]_[1]",
"contains_with_flattened_arrays"
],
"techniques_demonstrated": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
],
"test_summary": "nested_array_filtering_examples",
"total_examples": 10
},
"nested-array-filtering.flatten_examples": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
]
} ✅
Sequential request 2
Step #2
1.0s
cURL Command
curl -X GET -H 'X-Execution-Mode: sequential' -H 'X-Request-Number: 2' -H 'X-Sequential-Test: true' "http://httpbin/delay/1"📤 Request
Method: GET
URL:
http://httpbin/delay/1 Base URL:
http://httpbin Request Headers
X-Execution-Mode: sequential
X-Request-Number: 2
X-Sequential-Test: true📥 Response
Status Code: 200
Duration: 1.0s
Size: 353 bytes
Response Headers
server: gunicorn/19.9.0
date: Sun, 19 Oct 2025 10:28:41 GMT
connection: keep-alive
content-type: application/json
content-length: 447
access-control-allow-origin: *
access-control-allow-credentials: trueResponse Body
{
"args": {},
"data": "",
"files": {},
"form": {},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Execution-Mode": "sequential",
"X-Request-Number": "2",
"X-Sequential-Test": "true"
},
"origin": "172.18.0.3",
"url": "http://httpbin/delay/1"
} 📊
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
{
"seq_request_2_time": null
}Available Variables
{
"api_base_url": "http://localhost:8080",
"test_delay": 1,
"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"
],
"dynamic-test-generation.generated_users": null,
"dynamic-test-generation.dynamic_endpoints_tested": null,
"dynamic-test-generation.test_summary": null,
"parallel-execution.parallel_execution_effective": true,
"parallel-execution.req1_duration": null,
"parallel-execution.req2_duration": null,
"parallel-execution.req3_duration": null,
"array-filtering-examples.filtering_results": {
"filter_types_demonstrated": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"test_summary": "array_filtering_examples",
"total_examples": 10
},
"array-filtering-examples.query_examples": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"nested-array-filtering.nested_filtering_results": {
"jmespath_features_used": [
"flatten_projection_[]",
"double_flatten_[][]",
"conditional_filtering_with_nested",
"array_element_access_[0]_[1]",
"contains_with_flattened_arrays"
],
"techniques_demonstrated": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
],
"test_summary": "nested_array_filtering_examples",
"total_examples": 10
},
"nested-array-filtering.flatten_examples": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
]
} ✅
Sequential request 3
Step #3
1.0s
cURL Command
curl -X GET -H 'X-Execution-Mode: sequential' -H 'X-Request-Number: 3' -H 'X-Sequential-Test: true' "http://httpbin/delay/1"📤 Request
Method: GET
URL:
http://httpbin/delay/1 Base URL:
http://httpbin Request Headers
X-Execution-Mode: sequential
X-Request-Number: 3
X-Sequential-Test: true📥 Response
Status Code: 200
Duration: 1.0s
Size: 353 bytes
Response Headers
server: gunicorn/19.9.0
date: Sun, 19 Oct 2025 10:28:42 GMT
connection: keep-alive
content-type: application/json
content-length: 447
access-control-allow-origin: *
access-control-allow-credentials: trueResponse Body
{
"args": {},
"data": "",
"files": {},
"form": {},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Execution-Mode": "sequential",
"X-Request-Number": "3",
"X-Sequential-Test": "true"
},
"origin": "172.18.0.3",
"url": "http://httpbin/delay/1"
} 📊
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
{
"seq_request_3_time": null
}Available Variables
{
"api_base_url": "http://localhost:8080",
"test_delay": 1,
"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"
],
"dynamic-test-generation.generated_users": null,
"dynamic-test-generation.dynamic_endpoints_tested": null,
"dynamic-test-generation.test_summary": null,
"parallel-execution.parallel_execution_effective": true,
"parallel-execution.req1_duration": null,
"parallel-execution.req2_duration": null,
"parallel-execution.req3_duration": null,
"array-filtering-examples.filtering_results": {
"filter_types_demonstrated": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"test_summary": "array_filtering_examples",
"total_examples": 10
},
"array-filtering-examples.query_examples": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"nested-array-filtering.nested_filtering_results": {
"jmespath_features_used": [
"flatten_projection_[]",
"double_flatten_[][]",
"conditional_filtering_with_nested",
"array_element_access_[0]_[1]",
"contains_with_flattened_arrays"
],
"techniques_demonstrated": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
],
"test_summary": "nested_array_filtering_examples",
"total_examples": 10
},
"nested-array-filtering.flatten_examples": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
]
} ✅
Parallel-ready request 1
Step #4
2ms
cURL Command
curl -X POST -H 'Content-Type: application/json' -H 'X-Execution-Mode: sequential' -H 'X-Request-Number: 1' -H 'X-Parallel-Test: true' -d '{"request_id":1,"execution_mode":"sequential","can_run_parallel":true,"test_data":"parallel_request_1"}' "http://httpbin/post"📤 Request
Method: POST
URL:
http://httpbin/post Base URL:
http://httpbin Request Headers
Content-Type: application/json
X-Execution-Mode: sequential
X-Request-Number: 1
X-Parallel-Test: trueRequest Body
{
"request_id": 1,
"execution_mode": "sequential",
"can_run_parallel": true,
"test_data": "parallel_request_1"
}📥 Response
Status Code: 200
Duration: 2ms
Size: 631 bytes
Response Headers
server: gunicorn/19.9.0
date: Sun, 19 Oct 2025 10:28:42 GMT
connection: keep-alive
content-type: application/json
content-length: 774
access-control-allow-origin: *
access-control-allow-credentials: trueResponse Body
{
"args": {},
"data": "{\"request_id\":1,\"execution_mode\":\"sequential\",\"can_run_parallel\":true,\"test_data\":\"parallel_request_1\"}",
"files": {},
"form": {},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Content-Length": "103",
"Content-Type": "application/json",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Execution-Mode": "sequential",
"X-Parallel-Test": "true",
"X-Request-Number": "1"
},
"json": {
"can_run_parallel": true,
"execution_mode": "sequential",
"request_id": 1,
"test_data": "parallel_request_1"
},
"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.json.request_id.equals
PASSED
✓ Match
Condição
body.json.request_id.equals equals 1
Assertion passou conforme esperado
Valor recebido: 1
Captured Variables
{
"par_request_1_time": null
}Available Variables
{
"api_base_url": "http://localhost:8080",
"test_delay": 1,
"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"
],
"dynamic-test-generation.generated_users": null,
"dynamic-test-generation.dynamic_endpoints_tested": null,
"dynamic-test-generation.test_summary": null,
"parallel-execution.parallel_execution_effective": true,
"parallel-execution.req1_duration": null,
"parallel-execution.req2_duration": null,
"parallel-execution.req3_duration": null,
"array-filtering-examples.filtering_results": {
"filter_types_demonstrated": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"test_summary": "array_filtering_examples",
"total_examples": 10
},
"array-filtering-examples.query_examples": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"nested-array-filtering.nested_filtering_results": {
"jmespath_features_used": [
"flatten_projection_[]",
"double_flatten_[][]",
"conditional_filtering_with_nested",
"array_element_access_[0]_[1]",
"contains_with_flattened_arrays"
],
"techniques_demonstrated": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
],
"test_summary": "nested_array_filtering_examples",
"total_examples": 10
},
"nested-array-filtering.flatten_examples": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
]
} ✅
Parallel-ready request 2
Step #5
1ms
cURL Command
curl -X POST -H 'Content-Type: application/json' -H 'X-Execution-Mode: sequential' -H 'X-Request-Number: 2' -H 'X-Parallel-Test: true' -d '{"request_id":2,"execution_mode":"sequential","can_run_parallel":true,"test_data":"parallel_request_2"}' "http://httpbin/post"📤 Request
Method: POST
URL:
http://httpbin/post Base URL:
http://httpbin Request Headers
Content-Type: application/json
X-Execution-Mode: sequential
X-Request-Number: 2
X-Parallel-Test: trueRequest Body
{
"request_id": 2,
"execution_mode": "sequential",
"can_run_parallel": true,
"test_data": "parallel_request_2"
}📥 Response
Status Code: 200
Duration: 1ms
Size: 631 bytes
Response Headers
server: gunicorn/19.9.0
date: Sun, 19 Oct 2025 10:28:42 GMT
connection: keep-alive
content-type: application/json
content-length: 774
access-control-allow-origin: *
access-control-allow-credentials: trueResponse Body
{
"args": {},
"data": "{\"request_id\":2,\"execution_mode\":\"sequential\",\"can_run_parallel\":true,\"test_data\":\"parallel_request_2\"}",
"files": {},
"form": {},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Content-Length": "103",
"Content-Type": "application/json",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Execution-Mode": "sequential",
"X-Parallel-Test": "true",
"X-Request-Number": "2"
},
"json": {
"can_run_parallel": true,
"execution_mode": "sequential",
"request_id": 2,
"test_data": "parallel_request_2"
},
"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.json.request_id.equals
PASSED
✓ Match
Condição
body.json.request_id.equals equals 2
Assertion passou conforme esperado
Valor recebido: 2
Captured Variables
{
"par_request_2_time": null
}Available Variables
{
"api_base_url": "http://localhost:8080",
"test_delay": 1,
"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"
],
"dynamic-test-generation.generated_users": null,
"dynamic-test-generation.dynamic_endpoints_tested": null,
"dynamic-test-generation.test_summary": null,
"parallel-execution.parallel_execution_effective": true,
"parallel-execution.req1_duration": null,
"parallel-execution.req2_duration": null,
"parallel-execution.req3_duration": null,
"array-filtering-examples.filtering_results": {
"filter_types_demonstrated": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"test_summary": "array_filtering_examples",
"total_examples": 10
},
"array-filtering-examples.query_examples": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"nested-array-filtering.nested_filtering_results": {
"jmespath_features_used": [
"flatten_projection_[]",
"double_flatten_[][]",
"conditional_filtering_with_nested",
"array_element_access_[0]_[1]",
"contains_with_flattened_arrays"
],
"techniques_demonstrated": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
],
"test_summary": "nested_array_filtering_examples",
"total_examples": 10
},
"nested-array-filtering.flatten_examples": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
]
} ✅
Parallel-ready request 3
Step #6
1ms
cURL Command
curl -X POST -H 'Content-Type: application/json' -H 'X-Execution-Mode: sequential' -H 'X-Request-Number: 3' -H 'X-Parallel-Test: true' -d '{"request_id":3,"execution_mode":"sequential","can_run_parallel":true,"test_data":"parallel_request_3"}' "http://httpbin/post"📤 Request
Method: POST
URL:
http://httpbin/post Base URL:
http://httpbin Request Headers
Content-Type: application/json
X-Execution-Mode: sequential
X-Request-Number: 3
X-Parallel-Test: trueRequest Body
{
"request_id": 3,
"execution_mode": "sequential",
"can_run_parallel": true,
"test_data": "parallel_request_3"
}📥 Response
Status Code: 200
Duration: 1ms
Size: 631 bytes
Response Headers
server: gunicorn/19.9.0
date: Sun, 19 Oct 2025 10:28:42 GMT
connection: keep-alive
content-type: application/json
content-length: 774
access-control-allow-origin: *
access-control-allow-credentials: trueResponse Body
{
"args": {},
"data": "{\"request_id\":3,\"execution_mode\":\"sequential\",\"can_run_parallel\":true,\"test_data\":\"parallel_request_3\"}",
"files": {},
"form": {},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Content-Length": "103",
"Content-Type": "application/json",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Execution-Mode": "sequential",
"X-Parallel-Test": "true",
"X-Request-Number": "3"
},
"json": {
"can_run_parallel": true,
"execution_mode": "sequential",
"request_id": 3,
"test_data": "parallel_request_3"
},
"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.json.request_id.equals
PASSED
✓ Match
Condição
body.json.request_id.equals equals 3
Assertion passou conforme esperado
Valor recebido: 3
Captured Variables
{
"par_request_3_time": null
}Available Variables
{
"api_base_url": "http://localhost:8080",
"test_delay": 1,
"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"
],
"dynamic-test-generation.generated_users": null,
"dynamic-test-generation.dynamic_endpoints_tested": null,
"dynamic-test-generation.test_summary": null,
"parallel-execution.parallel_execution_effective": true,
"parallel-execution.req1_duration": null,
"parallel-execution.req2_duration": null,
"parallel-execution.req3_duration": null,
"array-filtering-examples.filtering_results": {
"filter_types_demonstrated": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"test_summary": "array_filtering_examples",
"total_examples": 10
},
"array-filtering-examples.query_examples": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"nested-array-filtering.nested_filtering_results": {
"jmespath_features_used": [
"flatten_projection_[]",
"double_flatten_[][]",
"conditional_filtering_with_nested",
"array_element_access_[0]_[1]",
"contains_with_flattened_arrays"
],
"techniques_demonstrated": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
],
"test_summary": "nested_array_filtering_examples",
"total_examples": 10
},
"nested-array-filtering.flatten_examples": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
]
} ✅
Fast operation for timing comparison
Step #7
2ms
cURL Command
curl -X GET -H 'X-Execution-Mode: sequential' -H 'X-Fast-Operation: true' "http://httpbin/get"📤 Request
Method: GET
URL:
http://httpbin/get Base URL:
http://httpbin Request Headers
X-Execution-Mode: sequential
X-Fast-Operation: true📥 Response
Status Code: 200
Duration: 2ms
Size: 371 bytes
Response Headers
server: gunicorn/19.9.0
date: Sun, 19 Oct 2025 10:28:42 GMT
connection: keep-alive
content-type: application/json
content-length: 459
access-control-allow-origin: *
access-control-allow-credentials: trueResponse Body
{
"args": {
"fast_request": "true",
"timing_test": "true"
},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Execution-Mode": "sequential",
"X-Fast-Operation": "true"
},
"origin": "172.18.0.3",
"url": "http://httpbin/get?timing_test=true&fast_request=true"
} 📊
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
{
"fast_operation_time": null
}Available Variables
{
"api_base_url": "http://localhost:8080",
"test_delay": 1,
"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"
],
"dynamic-test-generation.generated_users": null,
"dynamic-test-generation.dynamic_endpoints_tested": null,
"dynamic-test-generation.test_summary": null,
"parallel-execution.parallel_execution_effective": true,
"parallel-execution.req1_duration": null,
"parallel-execution.req2_duration": null,
"parallel-execution.req3_duration": null,
"array-filtering-examples.filtering_results": {
"filter_types_demonstrated": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"test_summary": "array_filtering_examples",
"total_examples": 10
},
"array-filtering-examples.query_examples": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"nested-array-filtering.nested_filtering_results": {
"jmespath_features_used": [
"flatten_projection_[]",
"double_flatten_[][]",
"conditional_filtering_with_nested",
"array_element_access_[0]_[1]",
"contains_with_flattened_arrays"
],
"techniques_demonstrated": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
],
"test_summary": "nested_array_filtering_examples",
"total_examples": 10
},
"nested-array-filtering.flatten_examples": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
]
} ✅
Load test request batch
Step #8
11ms
cURL Command
curl -X GET -H 'X-Execution-Mode: sequential' -H 'X-Load-Test: true' -H 'X-Batch-Request-ID: 1' "http://httpbin/get"📤 Request
Method: GET
URL:
http://httpbin/get Base URL:
http://httpbin Request Headers
X-Execution-Mode: sequential
X-Load-Test: true
X-Batch-Request-ID: 1📥 Response
Status Code: 200
Duration: 11ms
Size: 433 bytes
Response Headers
server: gunicorn/19.9.0
date: Sun, 19 Oct 2025 10:28:42 GMT
connection: keep-alive
content-type: application/json
content-length: 535
access-control-allow-origin: *
access-control-allow-credentials: trueResponse Body
{
"args": {
"execution_mode": "sequential",
"load_test": "true",
"request_id": "5"
},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Batch-Request-Id": "5",
"X-Execution-Mode": "sequential",
"X-Load-Test": "true"
},
"origin": "172.18.0.3",
"url": "http://httpbin/get?load_test=true&request_id=5&execution_mode=sequential"
} 📊
Total
10
assertions
✅
Passed
10
assertions
📈
Success Rate
100%
success
✓
status_code
PASSED
✓ Match
Condição
status_code equals 200
Assertion passou conforme esperado
Valor recebido: 200
✓
body.args.request_id.equals
PASSED
Condição
body.args.request_id.equals equals 1
Comparação de Valores
Esperado expected
1
Recebido actual
1
✓
status_code
PASSED
✓ Match
Condição
status_code equals 200
Assertion passou conforme esperado
Valor recebido: 200
✓
body.args.request_id.equals
PASSED
Condição
body.args.request_id.equals equals 2
Comparação de Valores
Esperado expected
2
Recebido actual
2
✓
status_code
PASSED
✓ Match
Condição
status_code equals 200
Assertion passou conforme esperado
Valor recebido: 200
✓
body.args.request_id.equals
PASSED
Condição
body.args.request_id.equals equals 3
Comparação de Valores
Esperado expected
3
Recebido actual
3
✓
status_code
PASSED
✓ Match
Condição
status_code equals 200
Assertion passou conforme esperado
Valor recebido: 200
✓
body.args.request_id.equals
PASSED
Condição
body.args.request_id.equals equals 4
Comparação de Valores
Esperado expected
4
Recebido actual
4
✓
status_code
PASSED
✓ Match
Condição
status_code equals 200
Assertion passou conforme esperado
Valor recebido: 200
✓
body.args.request_id.equals
PASSED
Condição
body.args.request_id.equals equals 5
Comparação de Valores
Esperado expected
5
Recebido actual
5
Captured Variables
{
"load_request_time_iteration_0": null,
"load_request_time_iteration_1": null,
"load_request_time_iteration_2": null,
"load_request_time_iteration_3": null,
"load_request_time_iteration_4": null
}Available Variables
{
"NODE_VERSION": "22.20.0",
"HOSTNAME": "8fc4526738c0",
"YARN_VERSION": "1.22.22",
"SHLVL": "2",
"HOME": "/home/flowtest",
"FLOW_TEST_HTTPBIN_URL": "http://httpbin",
"PAGER": "less",
"LC_COLLATE": "C",
"PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"LANG": "C.UTF-8",
"PWD": "/app",
"CHARSET": "UTF-8",
"NODE_ENV": "test",
"HTTPBIN_URL": "http://httpbin",
"api_base_url": "http://localhost:8080",
"httpbin_url": "http://httpbin",
"execution_mode": "sequential",
"default_timeout": 30000,
"execution_test_id": "exec-024abcc9-c155-429d-a355-0f44ecee7e26",
"test_delay": 1,
"concurrent_requests": 5,
"load_test_range": [
1,
2,
3,
4,
5
],
"seq_request_1_time": null,
"seq_request_1_start": "{{$faker.date.recent}}",
"seq_request_2_time": null,
"seq_request_3_time": null,
"par_request_1_time": null,
"par_request_2_time": null,
"par_request_3_time": null,
"fast_operation_time": 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"
],
"dynamic-test-generation.generated_users": null,
"dynamic-test-generation.dynamic_endpoints_tested": null,
"dynamic-test-generation.test_summary": null,
"parallel-execution.parallel_execution_effective": true,
"parallel-execution.req1_duration": null,
"parallel-execution.req2_duration": null,
"parallel-execution.req3_duration": null,
"array-filtering-examples.filtering_results": {
"filter_types_demonstrated": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"test_summary": "array_filtering_examples",
"total_examples": 10
},
"array-filtering-examples.query_examples": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"nested-array-filtering.nested_filtering_results": {
"jmespath_features_used": [
"flatten_projection_[]",
"double_flatten_[][]",
"conditional_filtering_with_nested",
"array_element_access_[0]_[1]",
"contains_with_flattened_arrays"
],
"techniques_demonstrated": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
],
"test_summary": "nested_array_filtering_examples",
"total_examples": 10
},
"nested-array-filtering.flatten_examples": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
]
} ✅
Dependency step 1 - Setup
Step #9
2ms
cURL Command
curl -X POST -H 'Content-Type: application/json' -H 'X-Dependency-Chain: step_1' -H 'X-Execution-Mode: sequential' -d '{"operation":"setup","chain_step":1,"prepare_data":true}' "http://httpbin/post"📤 Request
Method: POST
URL:
http://httpbin/post Base URL:
http://httpbin Request Headers
Content-Type: application/json
X-Dependency-Chain: step_1
X-Execution-Mode: sequentialRequest Body
{
"operation": "setup",
"chain_step": 1,
"prepare_data": true
}📥 Response
Status Code: 200
Duration: 2ms
Size: 514 bytes
Response Headers
server: gunicorn/19.9.0
date: Sun, 19 Oct 2025 10:28:42 GMT
connection: keep-alive
content-type: application/json
content-length: 643
access-control-allow-origin: *
access-control-allow-credentials: trueResponse Body
{
"args": {},
"data": "{\"operation\":\"setup\",\"chain_step\":1,\"prepare_data\":true}",
"files": {},
"form": {},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Content-Length": "56",
"Content-Type": "application/json",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Dependency-Chain": "step_1",
"X-Execution-Mode": "sequential"
},
"json": {
"chain_step": 1,
"operation": "setup",
"prepare_data": true
},
"origin": "172.18.0.3",
"url": "http://httpbin/post"
} 📊
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
{
"setup_data": 1,
"dependency_step_1_time": null
}Available Variables
{
"api_base_url": "http://localhost:8080",
"test_delay": 1,
"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"
],
"dynamic-test-generation.generated_users": null,
"dynamic-test-generation.dynamic_endpoints_tested": null,
"dynamic-test-generation.test_summary": null,
"parallel-execution.parallel_execution_effective": true,
"parallel-execution.req1_duration": null,
"parallel-execution.req2_duration": null,
"parallel-execution.req3_duration": null,
"array-filtering-examples.filtering_results": {
"filter_types_demonstrated": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"test_summary": "array_filtering_examples",
"total_examples": 10
},
"array-filtering-examples.query_examples": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"nested-array-filtering.nested_filtering_results": {
"jmespath_features_used": [
"flatten_projection_[]",
"double_flatten_[][]",
"conditional_filtering_with_nested",
"array_element_access_[0]_[1]",
"contains_with_flattened_arrays"
],
"techniques_demonstrated": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
],
"test_summary": "nested_array_filtering_examples",
"total_examples": 10
},
"nested-array-filtering.flatten_examples": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
]
} ✅
Dependency step 2 - Process
Step #10
2ms
cURL Command
curl -X PUT -H 'Content-Type: application/json' -H 'X-Dependency-Chain: step_2' -H 'X-Depends-On: 1' -H 'X-Execution-Mode: sequential' -d '{"operation":"process","chain_step":2,"depends_on":1,"process_data":true}' "http://httpbin/put"📤 Request
Method: PUT
URL:
http://httpbin/put Base URL:
http://httpbin Request Headers
Content-Type: application/json
X-Dependency-Chain: step_2
X-Depends-On: 1
X-Execution-Mode: sequentialRequest Body
{
"operation": "process",
"chain_step": 2,
"depends_on": 1,
"process_data": true
}📥 Response
Status Code: 200
Duration: 2ms
Size: 568 bytes
Response Headers
server: gunicorn/19.9.0
date: Sun, 19 Oct 2025 10:28:42 GMT
connection: keep-alive
content-type: application/json
content-length: 711
access-control-allow-origin: *
access-control-allow-credentials: trueResponse Body
{
"args": {},
"data": "{\"operation\":\"process\",\"chain_step\":2,\"depends_on\":1,\"process_data\":true}",
"files": {},
"form": {},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Content-Length": "73",
"Content-Type": "application/json",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Dependency-Chain": "step_2",
"X-Depends-On": "1",
"X-Execution-Mode": "sequential"
},
"json": {
"chain_step": 2,
"depends_on": 1,
"operation": "process",
"process_data": true
},
"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.json.depends_on.equals
PASSED
✓ Match
Condição
body.json.depends_on.equals equals 1
Assertion passou conforme esperado
Valor recebido: 1
Captured Variables
{
"processed_data": 2,
"dependency_step_2_time": null
}Available Variables
{
"api_base_url": "http://localhost:8080",
"test_delay": 1,
"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"
],
"dynamic-test-generation.generated_users": null,
"dynamic-test-generation.dynamic_endpoints_tested": null,
"dynamic-test-generation.test_summary": null,
"parallel-execution.parallel_execution_effective": true,
"parallel-execution.req1_duration": null,
"parallel-execution.req2_duration": null,
"parallel-execution.req3_duration": null,
"array-filtering-examples.filtering_results": {
"filter_types_demonstrated": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"test_summary": "array_filtering_examples",
"total_examples": 10
},
"array-filtering-examples.query_examples": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"nested-array-filtering.nested_filtering_results": {
"jmespath_features_used": [
"flatten_projection_[]",
"double_flatten_[][]",
"conditional_filtering_with_nested",
"array_element_access_[0]_[1]",
"contains_with_flattened_arrays"
],
"techniques_demonstrated": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
],
"test_summary": "nested_array_filtering_examples",
"total_examples": 10
},
"nested-array-filtering.flatten_examples": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
]
} ✅
Dependency step 3 - Finalize
Step #11
2ms
cURL Command
curl -X PATCH -H 'Content-Type: application/json' -H 'X-Dependency-Chain: step_3' -H 'X-Depends-On: 2' -H 'X-Execution-Mode: sequential' -d '{"operation":"finalize","chain_step":3,"depends_on":2,"finalize_data":true}' "http://httpbin/patch"📤 Request
Method: PATCH
URL:
http://httpbin/patch Base URL:
http://httpbin Request Headers
Content-Type: application/json
X-Dependency-Chain: step_3
X-Depends-On: 2
X-Execution-Mode: sequentialRequest Body
{
"operation": "finalize",
"chain_step": 3,
"depends_on": 2,
"finalize_data": true
}📥 Response
Status Code: 200
Duration: 2ms
Size: 574 bytes
Response Headers
server: gunicorn/19.9.0
date: Sun, 19 Oct 2025 10:28:42 GMT
connection: keep-alive
content-type: application/json
content-length: 717
access-control-allow-origin: *
access-control-allow-credentials: trueResponse Body
{
"args": {},
"data": "{\"operation\":\"finalize\",\"chain_step\":3,\"depends_on\":2,\"finalize_data\":true}",
"files": {},
"form": {},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Content-Length": "75",
"Content-Type": "application/json",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Dependency-Chain": "step_3",
"X-Depends-On": "2",
"X-Execution-Mode": "sequential"
},
"json": {
"chain_step": 3,
"depends_on": 2,
"finalize_data": true,
"operation": "finalize"
},
"origin": "172.18.0.3",
"url": "http://httpbin/patch"
} 📊
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
{
"finalized_data": {
"chain_step": 3,
"depends_on": 2,
"finalize_data": true,
"operation": "finalize"
},
"dependency_step_3_time": null
}Available Variables
{
"api_base_url": "http://localhost:8080",
"test_delay": 1,
"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"
],
"dynamic-test-generation.generated_users": null,
"dynamic-test-generation.dynamic_endpoints_tested": null,
"dynamic-test-generation.test_summary": null,
"parallel-execution.parallel_execution_effective": true,
"parallel-execution.req1_duration": null,
"parallel-execution.req2_duration": null,
"parallel-execution.req3_duration": null,
"array-filtering-examples.filtering_results": {
"filter_types_demonstrated": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"test_summary": "array_filtering_examples",
"total_examples": 10
},
"array-filtering-examples.query_examples": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"nested-array-filtering.nested_filtering_results": {
"jmespath_features_used": [
"flatten_projection_[]",
"double_flatten_[][]",
"conditional_filtering_with_nested",
"array_element_access_[0]_[1]",
"contains_with_flattened_arrays"
],
"techniques_demonstrated": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
],
"test_summary": "nested_array_filtering_examples",
"total_examples": 10
},
"nested-array-filtering.flatten_examples": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
]
} ✅
Collect execution timing analysis
Step #12
4ms
cURL Command
curl -X POST -H 'Content-Type: application/json' -H 'X-Summary: execution_analysis' -H 'X-Execution-Mode: sequential' -d '{"test_summary":"sequential_vs_parallel_execution","test_id":"exec-024abcc9-c155-429d-a355-0f44ecee7e26","execution_mode":"sequential","timing_data":{"sequential_requests":{"request_1":null,"request_2":null,"request_3":null,"total_sequential":"{{seq_request_1_time + seq_request_2_time + seq_request_3_time}}"},"parallel_ready_requests":{"request_1":null,"request_2":null,"request_3":null,"total_parallel_ready":"{{par_request_1_time + par_request_2_time + par_request_3_time}}"},"dependency_chain":{"step_1":null,"step_2":null,"step_3":null,"total_chain":"{{dependency_step_1_time + dependency_step_2_time + dependency_step_3_time}}"},"fast_operation":null},"execution_patterns":["sequential_delayed_requests","parallel_ready_operations","load_test_batch","dependency_chain","timing_comparison"],"expected_behavior":{"sequential_mode":"All requests run one after another, total time = sum of individual times","parallel_mode":"Parallel-ready requests run concurrently, dependency chain still sequential"},"performance_notes":{"sequential_total_min":"{{(seq_request_1_time + seq_request_2_time + seq_request_3_time) / 1000}} seconds","parallel_potential_savings":"In parallel mode, some operations can overlap"}}' "http://httpbin/post"📤 Request
Method: POST
URL:
http://httpbin/post Base URL:
http://httpbin Request Headers
Content-Type: application/json
X-Summary: execution_analysis
X-Execution-Mode: sequentialRequest Body
{
"test_summary": "sequential_vs_parallel_execution",
"test_id": "exec-024abcc9-c155-429d-a355-0f44ecee7e26",
"execution_mode": "sequential",
"timing_data": {
"sequential_requests": {
"request_1": null,
"request_2": null,
"request_3": null,
"total_sequential": "{{seq_request_1_time + seq_request_2_time + seq_request_3_time}}"
},
"parallel_ready_requests": {
"request_1": null,
"request_2": null,
"request_3": null,
"total_parallel_ready": "{{par_request_1_time + par_request_2_time + par_request_3_time}}"
},
"dependency_chain": {
"step_1": null,
"step_2": null,
"step_3": null,
"total_chain": "{{dependency_step_1_time + dependency_step_2_time + dependency_step_3_time}}"
},
"fast_operation": null
},
"execution_patterns": [
"sequential_delayed_requests",
"parallel_ready_operations",
"load_test_batch",
"dependency_chain",
"timing_comparison"
],
"expected_behavior": {
"sequential_mode": "All requests run one after another, total time = sum of individual times",
"parallel_mode": "Parallel-ready requests run concurrently, dependency chain still sequential"
},
"performance_notes": {
"sequential_total_min": "{{(seq_request_1_time + seq_request_2_time + seq_request_3_time) / 1000}} seconds",
"parallel_potential_savings": "In parallel mode, some operations can overlap"
}
}📥 Response
Status Code: 200
Duration: 4ms
Size: 2907 bytes
Response Headers
server: gunicorn/19.9.0
date: Sun, 19 Oct 2025 10:28:42 GMT
connection: keep-alive
content-type: application/json
content-length: 3342
access-control-allow-origin: *
access-control-allow-credentials: trueResponse Body
{
"args": {},
"data": "{\"test_summary\":\"sequential_vs_parallel_execution\",\"test_id\":\"exec-024abcc9-c155-429d-a355-0f44ecee7e26\",\"execution_mode\":\"sequential\",\"timing_data\":{\"sequential_requests\":{\"request_1\":null,\"request_2\":null,\"request_3\":null,\"total_sequential\":\"{{seq_request_1_time + seq_request_2_time + seq_request_3_time}}\"},\"parallel_ready_requests\":{\"request_1\":null,\"request_2\":null,\"request_3\":null,\"total_parallel_ready\":\"{{par_request_1_time + par_request_2_time + par_request_3_time}}\"},\"dependency_chain\":{\"step_1\":null,\"step_2\":null,\"step_3\":null,\"total_chain\":\"{{dependency_step_1_time + dependency_step_2_time + dependency_step_3_time}}\"},\"fast_operation\":null},\"execution_patterns\":[\"sequential_delayed_requests\",\"parallel_ready_operations\",\"load_test_batch\",\"dependency_chain\",\"timing_comparison\"],\"expected_behavior\":{\"sequential_mode\":\"All requests run one after another, total time = sum of individual times\",\"parallel_mode\":\"Parallel-ready requests run concurrently, dependency chain still sequential\"},\"performance_notes\":{\"sequential_total_min\":\"{{(seq_request_1_time + seq_request_2_time + seq_request_3_time) / 1000}} seconds\",\"parallel_potential_savings\":\"In parallel mode, some operations can overlap\"}}",
"files": {},
"form": {},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Content-Length": "1212",
"Content-Type": "application/json",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Execution-Mode": "sequential",
"X-Summary": "execution_analysis"
},
"json": {
"execution_mode": "sequential",
"execution_patterns": [
"sequential_delayed_requests",
"parallel_ready_operations",
"load_test_batch",
"dependency_chain",
"timing_comparison"
],
"expected_behavior": {
"parallel_mode": "Parallel-ready requests run concurrently, dependency chain still sequential",
"sequential_mode": "All requests run one after another, total time = sum of individual times"
},
"performance_notes": {
"parallel_potential_savings": "In parallel mode, some operations can overlap",
"sequential_total_min": "{{(seq_request_1_time + seq_request_2_time + seq_request_3_time) / 1000}} seconds"
},
"test_id": "exec-024abcc9-c155-429d-a355-0f44ecee7e26",
"test_summary": "sequential_vs_parallel_execution",
"timing_data": {
"dependency_chain": {
"step_1": null,
"step_2": null,
"step_3": null,
"total_chain": "{{dependency_step_1_time + dependency_step_2_time + dependency_step_3_time}}"
},
"fast_operation": null,
"parallel_ready_requests": {
"request_1": null,
"request_2": null,
"request_3": null,
"total_parallel_ready": "{{par_request_1_time + par_request_2_time + par_request_3_time}}"
},
"sequential_requests": {
"request_1": null,
"request_2": null,
"request_3": null,
"total_sequential": "{{seq_request_1_time + seq_request_2_time + seq_request_3_time}}"
}
}
},
"origin": "172.18.0.3",
"url": "http://httpbin/post"
} 📊
Total
3
assertions
✅
Passed
3
assertions
📈
Success Rate
100%
success
✓
status_code
PASSED
✓ Match
Condição
status_code equals 200
Assertion passou conforme esperado
Valor recebido: 200
✓
body.json.test_summary.equals
PASSED
✓ Match
Condição
body.json.test_summary.equals equals sequential_vs_parallel_execution
Assertion passou conforme esperado
Valor recebido: sequential_vs_parallel_execution
✓
body.json.execution_mode.equals
PASSED
✓ Match
Condição
body.json.execution_mode.equals equals sequential
Assertion passou conforme esperado
Valor recebido: sequential
Captured Variables
{
"execution_results": {
"execution_mode": "sequential",
"execution_patterns": [
"sequential_delayed_requests",
"parallel_ready_operations",
"load_test_batch",
"dependency_chain",
"timing_comparison"
],
"expected_behavior": {
"parallel_mode": "Parallel-ready requests run concurrently, dependency chain still sequential",
"sequential_mode": "All requests run one after another, total time = sum of individual times"
},
"performance_notes": {
"parallel_potential_savings": "In parallel mode, some operations can overlap",
"sequential_total_min": "{{(seq_request_1_time + seq_request_2_time + seq_request_3_time) / 1000}} seconds"
},
"test_id": "exec-024abcc9-c155-429d-a355-0f44ecee7e26",
"test_summary": "sequential_vs_parallel_execution",
"timing_data": {
"dependency_chain": {
"step_1": null,
"step_2": null,
"step_3": null,
"total_chain": "{{dependency_step_1_time + dependency_step_2_time + dependency_step_3_time}}"
},
"fast_operation": null,
"parallel_ready_requests": {
"request_1": null,
"request_2": null,
"request_3": null,
"total_parallel_ready": "{{par_request_1_time + par_request_2_time + par_request_3_time}}"
},
"sequential_requests": {
"request_1": null,
"request_2": null,
"request_3": null,
"total_sequential": "{{seq_request_1_time + seq_request_2_time + seq_request_3_time}}"
}
}
},
"timing_data": {
"dependency_chain": {
"step_1": null,
"step_2": null,
"step_3": null,
"total_chain": "{{dependency_step_1_time + dependency_step_2_time + dependency_step_3_time}}"
},
"fast_operation": null,
"parallel_ready_requests": {
"request_1": null,
"request_2": null,
"request_3": null,
"total_parallel_ready": "{{par_request_1_time + par_request_2_time + par_request_3_time}}"
},
"sequential_requests": {
"request_1": null,
"request_2": null,
"request_3": null,
"total_sequential": "{{seq_request_1_time + seq_request_2_time + seq_request_3_time}}"
}
},
"mode_comparison": {
"parallel_mode": "Parallel-ready requests run concurrently, dependency chain still sequential",
"sequential_mode": "All requests run one after another, total time = sum of individual times"
}
}Available Variables
{
"api_base_url": "http://localhost:8080",
"test_delay": 1,
"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"
],
"dynamic-test-generation.generated_users": null,
"dynamic-test-generation.dynamic_endpoints_tested": null,
"dynamic-test-generation.test_summary": null,
"parallel-execution.parallel_execution_effective": true,
"parallel-execution.req1_duration": null,
"parallel-execution.req2_duration": null,
"parallel-execution.req3_duration": null,
"array-filtering-examples.filtering_results": {
"filter_types_demonstrated": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"test_summary": "array_filtering_examples",
"total_examples": 10
},
"array-filtering-examples.query_examples": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"nested-array-filtering.nested_filtering_results": {
"jmespath_features_used": [
"flatten_projection_[]",
"double_flatten_[][]",
"conditional_filtering_with_nested",
"array_element_access_[0]_[1]",
"contains_with_flattened_arrays"
],
"techniques_demonstrated": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
],
"test_summary": "nested_array_filtering_examples",
"total_examples": 10
},
"nested-array-filtering.flatten_examples": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
]
}🔄 Iteration Tests - Detailed Breakdown
5 iterações executadas em 1 steps de teste.
Cada iteração mostra request/response detalhados com URL, cURL e resultados específicos.
✅
Load test request batch
5 iterações • Duration total: 11ms
Step #1
🎯 Iterações Executadas:
✅
Load test request batch [1/5]
Iteração 1 de 5 • 1ms
#1
📤 Request Iteration #1
Method: GET
URL:
http://httpbin/get Base URL:
http://httpbin Request Headers - Iteração 1
X-Execution-Mode: sequential
X-Load-Test: true
X-Batch-Request-ID: 1cURL Command - Iteração 1
curl -X GET -H 'X-Execution-Mode: sequential' -H 'X-Load-Test: true' -H 'X-Batch-Request-ID: 1' "http://httpbin/get"📥 Response Iteration #1
Status Code: 200
Duration: 1ms
Size: 433 bytes
Response Headers - Iteração 1
server: gunicorn/19.9.0
date: Sun, 19 Oct 2025 10:28:42 GMT
connection: keep-alive
content-type: application/json
content-length: 535
access-control-allow-origin: *
access-control-allow-credentials: trueResponse Body - Iteração 1
{
"args": {
"execution_mode": "sequential",
"load_test": "true",
"request_id": "1"
},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Batch-Request-Id": "1",
"X-Execution-Mode": "sequential",
"X-Load-Test": "true"
},
"origin": "172.18.0.3",
"url": "http://httpbin/get?load_test=true&request_id=1&execution_mode=sequential"
}🔍 Assertions - Iteração #1 2
✅
status_code 200 ✓
OK
✅
body.args.request_id.equals
OK
Captured Variables - Iteração 1
{
"load_request_time": null
} ✅
Load test request batch [2/5]
Iteração 2 de 5 • 1ms
#2
📤 Request Iteration #2
Method: GET
URL:
http://httpbin/get Base URL:
http://httpbin Request Headers - Iteração 2
X-Execution-Mode: sequential
X-Load-Test: true
X-Batch-Request-ID: 2cURL Command - Iteração 2
curl -X GET -H 'X-Execution-Mode: sequential' -H 'X-Load-Test: true' -H 'X-Batch-Request-ID: 2' "http://httpbin/get"📥 Response Iteration #2
Status Code: 200
Duration: 1ms
Size: 433 bytes
Response Headers - Iteração 2
server: gunicorn/19.9.0
date: Sun, 19 Oct 2025 10:28:42 GMT
connection: keep-alive
content-type: application/json
content-length: 535
access-control-allow-origin: *
access-control-allow-credentials: trueResponse Body - Iteração 2
{
"args": {
"execution_mode": "sequential",
"load_test": "true",
"request_id": "2"
},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Batch-Request-Id": "2",
"X-Execution-Mode": "sequential",
"X-Load-Test": "true"
},
"origin": "172.18.0.3",
"url": "http://httpbin/get?load_test=true&request_id=2&execution_mode=sequential"
}🔍 Assertions - Iteração #2 2
✅
status_code 200 ✓
OK
✅
body.args.request_id.equals
OK
Captured Variables - Iteração 2
{
"load_request_time": null
} ✅
Load test request batch [3/5]
Iteração 3 de 5 • 1ms
#3
📤 Request Iteration #3
Method: GET
URL:
http://httpbin/get Base URL:
http://httpbin Request Headers - Iteração 3
X-Execution-Mode: sequential
X-Load-Test: true
X-Batch-Request-ID: 3cURL Command - Iteração 3
curl -X GET -H 'X-Execution-Mode: sequential' -H 'X-Load-Test: true' -H 'X-Batch-Request-ID: 3' "http://httpbin/get"📥 Response Iteration #3
Status Code: 200
Duration: 1ms
Size: 433 bytes
Response Headers - Iteração 3
server: gunicorn/19.9.0
date: Sun, 19 Oct 2025 10:28:42 GMT
connection: keep-alive
content-type: application/json
content-length: 535
access-control-allow-origin: *
access-control-allow-credentials: trueResponse Body - Iteração 3
{
"args": {
"execution_mode": "sequential",
"load_test": "true",
"request_id": "3"
},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Batch-Request-Id": "3",
"X-Execution-Mode": "sequential",
"X-Load-Test": "true"
},
"origin": "172.18.0.3",
"url": "http://httpbin/get?load_test=true&request_id=3&execution_mode=sequential"
}🔍 Assertions - Iteração #3 2
✅
status_code 200 ✓
OK
✅
body.args.request_id.equals
OK
Captured Variables - Iteração 3
{
"load_request_time": null
} ✅
Load test request batch [4/5]
Iteração 4 de 5 • 2ms
#4
📤 Request Iteration #4
Method: GET
URL:
http://httpbin/get Base URL:
http://httpbin Request Headers - Iteração 4
X-Execution-Mode: sequential
X-Load-Test: true
X-Batch-Request-ID: 4cURL Command - Iteração 4
curl -X GET -H 'X-Execution-Mode: sequential' -H 'X-Load-Test: true' -H 'X-Batch-Request-ID: 4' "http://httpbin/get"📥 Response Iteration #4
Status Code: 200
Duration: 2ms
Size: 433 bytes
Response Headers - Iteração 4
server: gunicorn/19.9.0
date: Sun, 19 Oct 2025 10:28:42 GMT
connection: keep-alive
content-type: application/json
content-length: 535
access-control-allow-origin: *
access-control-allow-credentials: trueResponse Body - Iteração 4
{
"args": {
"execution_mode": "sequential",
"load_test": "true",
"request_id": "4"
},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Batch-Request-Id": "4",
"X-Execution-Mode": "sequential",
"X-Load-Test": "true"
},
"origin": "172.18.0.3",
"url": "http://httpbin/get?load_test=true&request_id=4&execution_mode=sequential"
}🔍 Assertions - Iteração #4 2
✅
status_code 200 ✓
OK
✅
body.args.request_id.equals
OK
Captured Variables - Iteração 4
{
"load_request_time": null
} ✅
Load test request batch [5/5]
Iteração 5 de 5 • 2ms
#5
📤 Request Iteration #5
Method: GET
URL:
http://httpbin/get Base URL:
http://httpbin Request Headers - Iteração 5
X-Execution-Mode: sequential
X-Load-Test: true
X-Batch-Request-ID: 5cURL Command - Iteração 5
curl -X GET -H 'X-Execution-Mode: sequential' -H 'X-Load-Test: true' -H 'X-Batch-Request-ID: 5' "http://httpbin/get"📥 Response Iteration #5
Status Code: 200
Duration: 2ms
Size: 433 bytes
Response Headers - Iteração 5
server: gunicorn/19.9.0
date: Sun, 19 Oct 2025 10:28:42 GMT
connection: keep-alive
content-type: application/json
content-length: 535
access-control-allow-origin: *
access-control-allow-credentials: trueResponse Body - Iteração 5
{
"args": {
"execution_mode": "sequential",
"load_test": "true",
"request_id": "5"
},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Batch-Request-Id": "5",
"X-Execution-Mode": "sequential",
"X-Load-Test": "true"
},
"origin": "172.18.0.3",
"url": "http://httpbin/get?load_test=true&request_id=5&execution_mode=sequential"
}🔍 Assertions - Iteração #5 2
✅
status_code 200 ✓
OK
✅
body.args.request_id.equals
OK
Captured Variables - Iteração 5
{
"load_request_time": null
}📄 Raw Suite Data
Complete Suite Data
{
"node_id": "sequential-parallel-comparison",
"suite_name": "Sequential vs Parallel Execution Comparison",
"file_path": "/app/tests/sequential-vs-parallel-execution-test.yaml",
"priority": "medium",
"start_time": "2025-10-19T10:28:39.386Z",
"end_time": "2025-10-19T10:28:42.425Z",
"duration_ms": 3039,
"status": "success",
"steps_executed": 12,
"steps_successful": 12,
"steps_failed": 0,
"success_rate": 100,
"steps_results": [
{
"step_id": "step-1-sequential-request-1",
"qualified_step_id": "sequential-parallel-comparison::step-1-sequential-request-1",
"step_name": "Sequential request 1",
"status": "success",
"duration_ms": 1003,
"request_details": {
"method": "GET",
"url": "/delay/1",
"headers": {
"X-Execution-Mode": "sequential",
"X-Request-Number": "1",
"X-Sequential-Test": "true"
},
"base_url": "http://httpbin",
"full_url": "http://httpbin/delay/1",
"curl_command": "curl -X GET -H 'X-Execution-Mode: sequential' -H 'X-Request-Number: 1' -H 'X-Sequential-Test: true' \"http://httpbin/delay/1\"",
"raw_request": "GET /delay/1 HTTP/1.1\r\nHost: httpbin\r\nX-Execution-Mode: sequential\r\nX-Request-Number: 1\r\nX-Sequential-Test: true\r\n\r\n",
"raw_url": "{{base_url}}/delay/{{test_delay}}"
},
"response_details": {
"status_code": 200,
"headers": {
"server": "gunicorn/19.9.0",
"date": "Sun, 19 Oct 2025 10:28:40 GMT",
"connection": "keep-alive",
"content-type": "application/json",
"content-length": "447",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true"
},
"body": {
"args": {},
"data": "",
"files": {},
"form": {},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Execution-Mode": "sequential",
"X-Request-Number": "1",
"X-Sequential-Test": "true"
},
"origin": "172.18.0.3",
"url": "http://httpbin/delay/1"
},
"size_bytes": 353,
"raw_response": "HTTP/1.1 200 OK\r\nserver: gunicorn/19.9.0\r\ndate: Sun, 19 Oct 2025 10:28:40 GMT\r\nconnection: keep-alive\r\ncontent-type: application/json\r\ncontent-length: 447\r\naccess-control-allow-origin: *\r\naccess-control-allow-credentials: true\r\n\r\n{\n \"args\": {},\n \"data\": \"\",\n \"files\": {},\n \"form\": {},\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-Execution-Mode\": \"sequential\",\n \"X-Request-Number\": \"1\",\n \"X-Sequential-Test\": \"true\"\n },\n \"origin\": \"172.18.0.3\",\n \"url\": \"http://httpbin/delay/1\"\n}"
},
"assertions_results": [
{
"field": "status_code",
"expected": 200,
"actual": 200,
"passed": true,
"message": "OK"
}
],
"captured_variables": {
"seq_request_1_time": null,
"seq_request_1_start": "{{$faker.date.recent}}"
},
"available_variables": {
"api_base_url": "http://localhost:8080",
"test_delay": 1,
"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"
],
"dynamic-test-generation.generated_users": null,
"dynamic-test-generation.dynamic_endpoints_tested": null,
"dynamic-test-generation.test_summary": null,
"parallel-execution.parallel_execution_effective": true,
"parallel-execution.req1_duration": null,
"parallel-execution.req2_duration": null,
"parallel-execution.req3_duration": null,
"array-filtering-examples.filtering_results": {
"filter_types_demonstrated": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"test_summary": "array_filtering_examples",
"total_examples": 10
},
"array-filtering-examples.query_examples": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"nested-array-filtering.nested_filtering_results": {
"jmespath_features_used": [
"flatten_projection_[]",
"double_flatten_[][]",
"conditional_filtering_with_nested",
"array_element_access_[0]_[1]",
"contains_with_flattened_arrays"
],
"techniques_demonstrated": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
],
"test_summary": "nested_array_filtering_examples",
"total_examples": 10
},
"nested-array-filtering.flatten_examples": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
]
}
},
{
"step_id": "step-2-sequential-request-2",
"qualified_step_id": "sequential-parallel-comparison::step-2-sequential-request-2",
"step_name": "Sequential request 2",
"status": "success",
"duration_ms": 1003,
"request_details": {
"method": "GET",
"url": "/delay/1",
"headers": {
"X-Execution-Mode": "sequential",
"X-Request-Number": "2",
"X-Sequential-Test": "true"
},
"base_url": "http://httpbin",
"full_url": "http://httpbin/delay/1",
"curl_command": "curl -X GET -H 'X-Execution-Mode: sequential' -H 'X-Request-Number: 2' -H 'X-Sequential-Test: true' \"http://httpbin/delay/1\"",
"raw_request": "GET /delay/1 HTTP/1.1\r\nHost: httpbin\r\nX-Execution-Mode: sequential\r\nX-Request-Number: 2\r\nX-Sequential-Test: true\r\n\r\n",
"raw_url": "{{base_url}}/delay/{{test_delay}}"
},
"response_details": {
"status_code": 200,
"headers": {
"server": "gunicorn/19.9.0",
"date": "Sun, 19 Oct 2025 10:28:41 GMT",
"connection": "keep-alive",
"content-type": "application/json",
"content-length": "447",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true"
},
"body": {
"args": {},
"data": "",
"files": {},
"form": {},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Execution-Mode": "sequential",
"X-Request-Number": "2",
"X-Sequential-Test": "true"
},
"origin": "172.18.0.3",
"url": "http://httpbin/delay/1"
},
"size_bytes": 353,
"raw_response": "HTTP/1.1 200 OK\r\nserver: gunicorn/19.9.0\r\ndate: Sun, 19 Oct 2025 10:28:41 GMT\r\nconnection: keep-alive\r\ncontent-type: application/json\r\ncontent-length: 447\r\naccess-control-allow-origin: *\r\naccess-control-allow-credentials: true\r\n\r\n{\n \"args\": {},\n \"data\": \"\",\n \"files\": {},\n \"form\": {},\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-Execution-Mode\": \"sequential\",\n \"X-Request-Number\": \"2\",\n \"X-Sequential-Test\": \"true\"\n },\n \"origin\": \"172.18.0.3\",\n \"url\": \"http://httpbin/delay/1\"\n}"
},
"assertions_results": [
{
"field": "status_code",
"expected": 200,
"actual": 200,
"passed": true,
"message": "OK"
}
],
"captured_variables": {
"seq_request_2_time": null
},
"available_variables": {
"api_base_url": "http://localhost:8080",
"test_delay": 1,
"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"
],
"dynamic-test-generation.generated_users": null,
"dynamic-test-generation.dynamic_endpoints_tested": null,
"dynamic-test-generation.test_summary": null,
"parallel-execution.parallel_execution_effective": true,
"parallel-execution.req1_duration": null,
"parallel-execution.req2_duration": null,
"parallel-execution.req3_duration": null,
"array-filtering-examples.filtering_results": {
"filter_types_demonstrated": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"test_summary": "array_filtering_examples",
"total_examples": 10
},
"array-filtering-examples.query_examples": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"nested-array-filtering.nested_filtering_results": {
"jmespath_features_used": [
"flatten_projection_[]",
"double_flatten_[][]",
"conditional_filtering_with_nested",
"array_element_access_[0]_[1]",
"contains_with_flattened_arrays"
],
"techniques_demonstrated": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
],
"test_summary": "nested_array_filtering_examples",
"total_examples": 10
},
"nested-array-filtering.flatten_examples": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
]
}
},
{
"step_id": "step-3-sequential-request-3",
"qualified_step_id": "sequential-parallel-comparison::step-3-sequential-request-3",
"step_name": "Sequential request 3",
"status": "success",
"duration_ms": 1003,
"request_details": {
"method": "GET",
"url": "/delay/1",
"headers": {
"X-Execution-Mode": "sequential",
"X-Request-Number": "3",
"X-Sequential-Test": "true"
},
"base_url": "http://httpbin",
"full_url": "http://httpbin/delay/1",
"curl_command": "curl -X GET -H 'X-Execution-Mode: sequential' -H 'X-Request-Number: 3' -H 'X-Sequential-Test: true' \"http://httpbin/delay/1\"",
"raw_request": "GET /delay/1 HTTP/1.1\r\nHost: httpbin\r\nX-Execution-Mode: sequential\r\nX-Request-Number: 3\r\nX-Sequential-Test: true\r\n\r\n",
"raw_url": "{{base_url}}/delay/{{test_delay}}"
},
"response_details": {
"status_code": 200,
"headers": {
"server": "gunicorn/19.9.0",
"date": "Sun, 19 Oct 2025 10:28:42 GMT",
"connection": "keep-alive",
"content-type": "application/json",
"content-length": "447",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true"
},
"body": {
"args": {},
"data": "",
"files": {},
"form": {},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Execution-Mode": "sequential",
"X-Request-Number": "3",
"X-Sequential-Test": "true"
},
"origin": "172.18.0.3",
"url": "http://httpbin/delay/1"
},
"size_bytes": 353,
"raw_response": "HTTP/1.1 200 OK\r\nserver: gunicorn/19.9.0\r\ndate: Sun, 19 Oct 2025 10:28:42 GMT\r\nconnection: keep-alive\r\ncontent-type: application/json\r\ncontent-length: 447\r\naccess-control-allow-origin: *\r\naccess-control-allow-credentials: true\r\n\r\n{\n \"args\": {},\n \"data\": \"\",\n \"files\": {},\n \"form\": {},\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-Execution-Mode\": \"sequential\",\n \"X-Request-Number\": \"3\",\n \"X-Sequential-Test\": \"true\"\n },\n \"origin\": \"172.18.0.3\",\n \"url\": \"http://httpbin/delay/1\"\n}"
},
"assertions_results": [
{
"field": "status_code",
"expected": 200,
"actual": 200,
"passed": true,
"message": "OK"
}
],
"captured_variables": {
"seq_request_3_time": null
},
"available_variables": {
"api_base_url": "http://localhost:8080",
"test_delay": 1,
"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"
],
"dynamic-test-generation.generated_users": null,
"dynamic-test-generation.dynamic_endpoints_tested": null,
"dynamic-test-generation.test_summary": null,
"parallel-execution.parallel_execution_effective": true,
"parallel-execution.req1_duration": null,
"parallel-execution.req2_duration": null,
"parallel-execution.req3_duration": null,
"array-filtering-examples.filtering_results": {
"filter_types_demonstrated": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"test_summary": "array_filtering_examples",
"total_examples": 10
},
"array-filtering-examples.query_examples": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"nested-array-filtering.nested_filtering_results": {
"jmespath_features_used": [
"flatten_projection_[]",
"double_flatten_[][]",
"conditional_filtering_with_nested",
"array_element_access_[0]_[1]",
"contains_with_flattened_arrays"
],
"techniques_demonstrated": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
],
"test_summary": "nested_array_filtering_examples",
"total_examples": 10
},
"nested-array-filtering.flatten_examples": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
]
}
},
{
"step_id": "step-4-parallel-ready-request-1",
"qualified_step_id": "sequential-parallel-comparison::step-4-parallel-ready-request-1",
"step_name": "Parallel-ready request 1",
"status": "success",
"duration_ms": 2,
"request_details": {
"method": "POST",
"url": "/post",
"headers": {
"Content-Type": "application/json",
"X-Execution-Mode": "sequential",
"X-Request-Number": "1",
"X-Parallel-Test": "true"
},
"body": {
"request_id": 1,
"execution_mode": "sequential",
"can_run_parallel": true,
"test_data": "parallel_request_1"
},
"base_url": "http://httpbin",
"full_url": "http://httpbin/post",
"curl_command": "curl -X POST -H 'Content-Type: application/json' -H 'X-Execution-Mode: sequential' -H 'X-Request-Number: 1' -H 'X-Parallel-Test: true' -d '{\"request_id\":1,\"execution_mode\":\"sequential\",\"can_run_parallel\":true,\"test_data\":\"parallel_request_1\"}' \"http://httpbin/post\"",
"raw_request": "POST /post HTTP/1.1\r\nHost: httpbin\r\nContent-Type: application/json\r\nX-Execution-Mode: sequential\r\nX-Request-Number: 1\r\nX-Parallel-Test: true\r\nContent-Length: 103\r\n\r\n{\"request_id\":1,\"execution_mode\":\"sequential\",\"can_run_parallel\":true,\"test_data\":\"parallel_request_1\"}",
"raw_url": "{{base_url}}/post"
},
"response_details": {
"status_code": 200,
"headers": {
"server": "gunicorn/19.9.0",
"date": "Sun, 19 Oct 2025 10:28:42 GMT",
"connection": "keep-alive",
"content-type": "application/json",
"content-length": "774",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true"
},
"body": {
"args": {},
"data": "{\"request_id\":1,\"execution_mode\":\"sequential\",\"can_run_parallel\":true,\"test_data\":\"parallel_request_1\"}",
"files": {},
"form": {},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Content-Length": "103",
"Content-Type": "application/json",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Execution-Mode": "sequential",
"X-Parallel-Test": "true",
"X-Request-Number": "1"
},
"json": {
"can_run_parallel": true,
"execution_mode": "sequential",
"request_id": 1,
"test_data": "parallel_request_1"
},
"origin": "172.18.0.3",
"url": "http://httpbin/post"
},
"size_bytes": 631,
"raw_response": "HTTP/1.1 200 OK\r\nserver: gunicorn/19.9.0\r\ndate: Sun, 19 Oct 2025 10:28:42 GMT\r\nconnection: keep-alive\r\ncontent-type: application/json\r\ncontent-length: 774\r\naccess-control-allow-origin: *\r\naccess-control-allow-credentials: true\r\n\r\n{\n \"args\": {},\n \"data\": \"{\\\"request_id\\\":1,\\\"execution_mode\\\":\\\"sequential\\\",\\\"can_run_parallel\\\":true,\\\"test_data\\\":\\\"parallel_request_1\\\"}\",\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\": \"103\",\n \"Content-Type\": \"application/json\",\n \"Host\": \"httpbin\",\n \"User-Agent\": \"axios/1.12.1\",\n \"X-Execution-Mode\": \"sequential\",\n \"X-Parallel-Test\": \"true\",\n \"X-Request-Number\": \"1\"\n },\n \"json\": {\n \"can_run_parallel\": true,\n \"execution_mode\": \"sequential\",\n \"request_id\": 1,\n \"test_data\": \"parallel_request_1\"\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.json.request_id.equals",
"expected": 1,
"actual": 1,
"passed": true,
"message": "OK"
}
],
"captured_variables": {
"par_request_1_time": null
},
"available_variables": {
"api_base_url": "http://localhost:8080",
"test_delay": 1,
"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"
],
"dynamic-test-generation.generated_users": null,
"dynamic-test-generation.dynamic_endpoints_tested": null,
"dynamic-test-generation.test_summary": null,
"parallel-execution.parallel_execution_effective": true,
"parallel-execution.req1_duration": null,
"parallel-execution.req2_duration": null,
"parallel-execution.req3_duration": null,
"array-filtering-examples.filtering_results": {
"filter_types_demonstrated": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"test_summary": "array_filtering_examples",
"total_examples": 10
},
"array-filtering-examples.query_examples": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"nested-array-filtering.nested_filtering_results": {
"jmespath_features_used": [
"flatten_projection_[]",
"double_flatten_[][]",
"conditional_filtering_with_nested",
"array_element_access_[0]_[1]",
"contains_with_flattened_arrays"
],
"techniques_demonstrated": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
],
"test_summary": "nested_array_filtering_examples",
"total_examples": 10
},
"nested-array-filtering.flatten_examples": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
]
}
},
{
"step_id": "step-5-parallel-ready-request-2",
"qualified_step_id": "sequential-parallel-comparison::step-5-parallel-ready-request-2",
"step_name": "Parallel-ready request 2",
"status": "success",
"duration_ms": 1,
"request_details": {
"method": "POST",
"url": "/post",
"headers": {
"Content-Type": "application/json",
"X-Execution-Mode": "sequential",
"X-Request-Number": "2",
"X-Parallel-Test": "true"
},
"body": {
"request_id": 2,
"execution_mode": "sequential",
"can_run_parallel": true,
"test_data": "parallel_request_2"
},
"base_url": "http://httpbin",
"full_url": "http://httpbin/post",
"curl_command": "curl -X POST -H 'Content-Type: application/json' -H 'X-Execution-Mode: sequential' -H 'X-Request-Number: 2' -H 'X-Parallel-Test: true' -d '{\"request_id\":2,\"execution_mode\":\"sequential\",\"can_run_parallel\":true,\"test_data\":\"parallel_request_2\"}' \"http://httpbin/post\"",
"raw_request": "POST /post HTTP/1.1\r\nHost: httpbin\r\nContent-Type: application/json\r\nX-Execution-Mode: sequential\r\nX-Request-Number: 2\r\nX-Parallel-Test: true\r\nContent-Length: 103\r\n\r\n{\"request_id\":2,\"execution_mode\":\"sequential\",\"can_run_parallel\":true,\"test_data\":\"parallel_request_2\"}",
"raw_url": "{{base_url}}/post"
},
"response_details": {
"status_code": 200,
"headers": {
"server": "gunicorn/19.9.0",
"date": "Sun, 19 Oct 2025 10:28:42 GMT",
"connection": "keep-alive",
"content-type": "application/json",
"content-length": "774",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true"
},
"body": {
"args": {},
"data": "{\"request_id\":2,\"execution_mode\":\"sequential\",\"can_run_parallel\":true,\"test_data\":\"parallel_request_2\"}",
"files": {},
"form": {},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Content-Length": "103",
"Content-Type": "application/json",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Execution-Mode": "sequential",
"X-Parallel-Test": "true",
"X-Request-Number": "2"
},
"json": {
"can_run_parallel": true,
"execution_mode": "sequential",
"request_id": 2,
"test_data": "parallel_request_2"
},
"origin": "172.18.0.3",
"url": "http://httpbin/post"
},
"size_bytes": 631,
"raw_response": "HTTP/1.1 200 OK\r\nserver: gunicorn/19.9.0\r\ndate: Sun, 19 Oct 2025 10:28:42 GMT\r\nconnection: keep-alive\r\ncontent-type: application/json\r\ncontent-length: 774\r\naccess-control-allow-origin: *\r\naccess-control-allow-credentials: true\r\n\r\n{\n \"args\": {},\n \"data\": \"{\\\"request_id\\\":2,\\\"execution_mode\\\":\\\"sequential\\\",\\\"can_run_parallel\\\":true,\\\"test_data\\\":\\\"parallel_request_2\\\"}\",\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\": \"103\",\n \"Content-Type\": \"application/json\",\n \"Host\": \"httpbin\",\n \"User-Agent\": \"axios/1.12.1\",\n \"X-Execution-Mode\": \"sequential\",\n \"X-Parallel-Test\": \"true\",\n \"X-Request-Number\": \"2\"\n },\n \"json\": {\n \"can_run_parallel\": true,\n \"execution_mode\": \"sequential\",\n \"request_id\": 2,\n \"test_data\": \"parallel_request_2\"\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.json.request_id.equals",
"expected": 2,
"actual": 2,
"passed": true,
"message": "OK"
}
],
"captured_variables": {
"par_request_2_time": null
},
"available_variables": {
"api_base_url": "http://localhost:8080",
"test_delay": 1,
"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"
],
"dynamic-test-generation.generated_users": null,
"dynamic-test-generation.dynamic_endpoints_tested": null,
"dynamic-test-generation.test_summary": null,
"parallel-execution.parallel_execution_effective": true,
"parallel-execution.req1_duration": null,
"parallel-execution.req2_duration": null,
"parallel-execution.req3_duration": null,
"array-filtering-examples.filtering_results": {
"filter_types_demonstrated": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"test_summary": "array_filtering_examples",
"total_examples": 10
},
"array-filtering-examples.query_examples": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"nested-array-filtering.nested_filtering_results": {
"jmespath_features_used": [
"flatten_projection_[]",
"double_flatten_[][]",
"conditional_filtering_with_nested",
"array_element_access_[0]_[1]",
"contains_with_flattened_arrays"
],
"techniques_demonstrated": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
],
"test_summary": "nested_array_filtering_examples",
"total_examples": 10
},
"nested-array-filtering.flatten_examples": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
]
}
},
{
"step_id": "step-6-parallel-ready-request-3",
"qualified_step_id": "sequential-parallel-comparison::step-6-parallel-ready-request-3",
"step_name": "Parallel-ready request 3",
"status": "success",
"duration_ms": 1,
"request_details": {
"method": "POST",
"url": "/post",
"headers": {
"Content-Type": "application/json",
"X-Execution-Mode": "sequential",
"X-Request-Number": "3",
"X-Parallel-Test": "true"
},
"body": {
"request_id": 3,
"execution_mode": "sequential",
"can_run_parallel": true,
"test_data": "parallel_request_3"
},
"base_url": "http://httpbin",
"full_url": "http://httpbin/post",
"curl_command": "curl -X POST -H 'Content-Type: application/json' -H 'X-Execution-Mode: sequential' -H 'X-Request-Number: 3' -H 'X-Parallel-Test: true' -d '{\"request_id\":3,\"execution_mode\":\"sequential\",\"can_run_parallel\":true,\"test_data\":\"parallel_request_3\"}' \"http://httpbin/post\"",
"raw_request": "POST /post HTTP/1.1\r\nHost: httpbin\r\nContent-Type: application/json\r\nX-Execution-Mode: sequential\r\nX-Request-Number: 3\r\nX-Parallel-Test: true\r\nContent-Length: 103\r\n\r\n{\"request_id\":3,\"execution_mode\":\"sequential\",\"can_run_parallel\":true,\"test_data\":\"parallel_request_3\"}",
"raw_url": "{{base_url}}/post"
},
"response_details": {
"status_code": 200,
"headers": {
"server": "gunicorn/19.9.0",
"date": "Sun, 19 Oct 2025 10:28:42 GMT",
"connection": "keep-alive",
"content-type": "application/json",
"content-length": "774",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true"
},
"body": {
"args": {},
"data": "{\"request_id\":3,\"execution_mode\":\"sequential\",\"can_run_parallel\":true,\"test_data\":\"parallel_request_3\"}",
"files": {},
"form": {},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Content-Length": "103",
"Content-Type": "application/json",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Execution-Mode": "sequential",
"X-Parallel-Test": "true",
"X-Request-Number": "3"
},
"json": {
"can_run_parallel": true,
"execution_mode": "sequential",
"request_id": 3,
"test_data": "parallel_request_3"
},
"origin": "172.18.0.3",
"url": "http://httpbin/post"
},
"size_bytes": 631,
"raw_response": "HTTP/1.1 200 OK\r\nserver: gunicorn/19.9.0\r\ndate: Sun, 19 Oct 2025 10:28:42 GMT\r\nconnection: keep-alive\r\ncontent-type: application/json\r\ncontent-length: 774\r\naccess-control-allow-origin: *\r\naccess-control-allow-credentials: true\r\n\r\n{\n \"args\": {},\n \"data\": \"{\\\"request_id\\\":3,\\\"execution_mode\\\":\\\"sequential\\\",\\\"can_run_parallel\\\":true,\\\"test_data\\\":\\\"parallel_request_3\\\"}\",\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\": \"103\",\n \"Content-Type\": \"application/json\",\n \"Host\": \"httpbin\",\n \"User-Agent\": \"axios/1.12.1\",\n \"X-Execution-Mode\": \"sequential\",\n \"X-Parallel-Test\": \"true\",\n \"X-Request-Number\": \"3\"\n },\n \"json\": {\n \"can_run_parallel\": true,\n \"execution_mode\": \"sequential\",\n \"request_id\": 3,\n \"test_data\": \"parallel_request_3\"\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.json.request_id.equals",
"expected": 3,
"actual": 3,
"passed": true,
"message": "OK"
}
],
"captured_variables": {
"par_request_3_time": null
},
"available_variables": {
"api_base_url": "http://localhost:8080",
"test_delay": 1,
"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"
],
"dynamic-test-generation.generated_users": null,
"dynamic-test-generation.dynamic_endpoints_tested": null,
"dynamic-test-generation.test_summary": null,
"parallel-execution.parallel_execution_effective": true,
"parallel-execution.req1_duration": null,
"parallel-execution.req2_duration": null,
"parallel-execution.req3_duration": null,
"array-filtering-examples.filtering_results": {
"filter_types_demonstrated": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"test_summary": "array_filtering_examples",
"total_examples": 10
},
"array-filtering-examples.query_examples": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"nested-array-filtering.nested_filtering_results": {
"jmespath_features_used": [
"flatten_projection_[]",
"double_flatten_[][]",
"conditional_filtering_with_nested",
"array_element_access_[0]_[1]",
"contains_with_flattened_arrays"
],
"techniques_demonstrated": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
],
"test_summary": "nested_array_filtering_examples",
"total_examples": 10
},
"nested-array-filtering.flatten_examples": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
]
}
},
{
"step_id": "step-7-fast-operation-for-timing-comparison",
"qualified_step_id": "sequential-parallel-comparison::step-7-fast-operation-for-timing-comparison",
"step_name": "Fast operation for timing comparison",
"status": "success",
"duration_ms": 2,
"request_details": {
"method": "GET",
"url": "/get",
"headers": {
"X-Execution-Mode": "sequential",
"X-Fast-Operation": "true"
},
"params": {
"timing_test": "true",
"fast_request": "true"
},
"base_url": "http://httpbin",
"full_url": "http://httpbin/get",
"curl_command": "curl -X GET -H 'X-Execution-Mode: sequential' -H 'X-Fast-Operation: true' \"http://httpbin/get\"",
"raw_request": "GET /get HTTP/1.1\r\nHost: httpbin\r\nX-Execution-Mode: sequential\r\nX-Fast-Operation: true\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:42 GMT",
"connection": "keep-alive",
"content-type": "application/json",
"content-length": "459",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true"
},
"body": {
"args": {
"fast_request": "true",
"timing_test": "true"
},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Execution-Mode": "sequential",
"X-Fast-Operation": "true"
},
"origin": "172.18.0.3",
"url": "http://httpbin/get?timing_test=true&fast_request=true"
},
"size_bytes": 371,
"raw_response": "HTTP/1.1 200 OK\r\nserver: gunicorn/19.9.0\r\ndate: Sun, 19 Oct 2025 10:28:42 GMT\r\nconnection: keep-alive\r\ncontent-type: application/json\r\ncontent-length: 459\r\naccess-control-allow-origin: *\r\naccess-control-allow-credentials: true\r\n\r\n{\n \"args\": {\n \"fast_request\": \"true\",\n \"timing_test\": \"true\"\n },\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-Execution-Mode\": \"sequential\",\n \"X-Fast-Operation\": \"true\"\n },\n \"origin\": \"172.18.0.3\",\n \"url\": \"http://httpbin/get?timing_test=true&fast_request=true\"\n}"
},
"assertions_results": [
{
"field": "status_code",
"expected": 200,
"actual": 200,
"passed": true,
"message": "OK"
}
],
"captured_variables": {
"fast_operation_time": null
},
"available_variables": {
"api_base_url": "http://localhost:8080",
"test_delay": 1,
"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"
],
"dynamic-test-generation.generated_users": null,
"dynamic-test-generation.dynamic_endpoints_tested": null,
"dynamic-test-generation.test_summary": null,
"parallel-execution.parallel_execution_effective": true,
"parallel-execution.req1_duration": null,
"parallel-execution.req2_duration": null,
"parallel-execution.req3_duration": null,
"array-filtering-examples.filtering_results": {
"filter_types_demonstrated": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"test_summary": "array_filtering_examples",
"total_examples": 10
},
"array-filtering-examples.query_examples": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"nested-array-filtering.nested_filtering_results": {
"jmespath_features_used": [
"flatten_projection_[]",
"double_flatten_[][]",
"conditional_filtering_with_nested",
"array_element_access_[0]_[1]",
"contains_with_flattened_arrays"
],
"techniques_demonstrated": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
],
"test_summary": "nested_array_filtering_examples",
"total_examples": 10
},
"nested-array-filtering.flatten_examples": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
]
}
},
{
"step_id": "step-8-load-test-request-batch",
"qualified_step_id": "sequential-parallel-comparison::step-8-load-test-request-batch",
"step_name": "Load test request batch",
"status": "success",
"duration_ms": 11,
"request_details": {
"method": "GET",
"url": "/get",
"headers": {
"X-Execution-Mode": "sequential",
"X-Load-Test": "true",
"X-Batch-Request-ID": 1
},
"params": {
"load_test": "true",
"request_id": 1,
"execution_mode": "sequential"
},
"base_url": "http://httpbin",
"full_url": "http://httpbin/get",
"curl_command": "curl -X GET -H 'X-Execution-Mode: sequential' -H 'X-Load-Test: true' -H 'X-Batch-Request-ID: 1' \"http://httpbin/get\"",
"raw_request": "GET /get HTTP/1.1\r\nHost: httpbin\r\nX-Execution-Mode: sequential\r\nX-Load-Test: true\r\nX-Batch-Request-ID: 1\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:42 GMT",
"connection": "keep-alive",
"content-type": "application/json",
"content-length": "535",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true"
},
"body": {
"args": {
"execution_mode": "sequential",
"load_test": "true",
"request_id": "5"
},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Batch-Request-Id": "5",
"X-Execution-Mode": "sequential",
"X-Load-Test": "true"
},
"origin": "172.18.0.3",
"url": "http://httpbin/get?load_test=true&request_id=5&execution_mode=sequential"
},
"size_bytes": 433,
"raw_response": "HTTP/1.1 200 OK\r\nserver: gunicorn/19.9.0\r\ndate: Sun, 19 Oct 2025 10:28:42 GMT\r\nconnection: keep-alive\r\ncontent-type: application/json\r\ncontent-length: 535\r\naccess-control-allow-origin: *\r\naccess-control-allow-credentials: true\r\n\r\n{\n \"args\": {\n \"execution_mode\": \"sequential\",\n \"load_test\": \"true\",\n \"request_id\": \"5\"\n },\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-Batch-Request-Id\": \"5\",\n \"X-Execution-Mode\": \"sequential\",\n \"X-Load-Test\": \"true\"\n },\n \"origin\": \"172.18.0.3\",\n \"url\": \"http://httpbin/get?load_test=true&request_id=5&execution_mode=sequential\"\n}"
},
"assertions_results": [
{
"field": "status_code",
"expected": 200,
"actual": 200,
"passed": true,
"message": "OK"
},
{
"field": "body.args.request_id.equals",
"expected": 1,
"actual": "1",
"passed": true,
"message": "OK"
},
{
"field": "status_code",
"expected": 200,
"actual": 200,
"passed": true,
"message": "OK"
},
{
"field": "body.args.request_id.equals",
"expected": 2,
"actual": "2",
"passed": true,
"message": "OK"
},
{
"field": "status_code",
"expected": 200,
"actual": 200,
"passed": true,
"message": "OK"
},
{
"field": "body.args.request_id.equals",
"expected": 3,
"actual": "3",
"passed": true,
"message": "OK"
},
{
"field": "status_code",
"expected": 200,
"actual": 200,
"passed": true,
"message": "OK"
},
{
"field": "body.args.request_id.equals",
"expected": 4,
"actual": "4",
"passed": true,
"message": "OK"
},
{
"field": "status_code",
"expected": 200,
"actual": 200,
"passed": true,
"message": "OK"
},
{
"field": "body.args.request_id.equals",
"expected": 5,
"actual": "5",
"passed": true,
"message": "OK"
}
],
"captured_variables": {
"load_request_time_iteration_0": null,
"load_request_time_iteration_1": null,
"load_request_time_iteration_2": null,
"load_request_time_iteration_3": null,
"load_request_time_iteration_4": null
},
"available_variables": {
"NODE_VERSION": "22.20.0",
"HOSTNAME": "8fc4526738c0",
"YARN_VERSION": "1.22.22",
"SHLVL": "2",
"HOME": "/home/flowtest",
"FLOW_TEST_HTTPBIN_URL": "http://httpbin",
"PAGER": "less",
"LC_COLLATE": "C",
"PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"LANG": "C.UTF-8",
"PWD": "/app",
"CHARSET": "UTF-8",
"NODE_ENV": "test",
"HTTPBIN_URL": "http://httpbin",
"api_base_url": "http://localhost:8080",
"httpbin_url": "http://httpbin",
"execution_mode": "sequential",
"default_timeout": 30000,
"execution_test_id": "exec-024abcc9-c155-429d-a355-0f44ecee7e26",
"test_delay": 1,
"concurrent_requests": 5,
"load_test_range": [
1,
2,
3,
4,
5
],
"seq_request_1_time": null,
"seq_request_1_start": "{{$faker.date.recent}}",
"seq_request_2_time": null,
"seq_request_3_time": null,
"par_request_1_time": null,
"par_request_2_time": null,
"par_request_3_time": null,
"fast_operation_time": 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"
],
"dynamic-test-generation.generated_users": null,
"dynamic-test-generation.dynamic_endpoints_tested": null,
"dynamic-test-generation.test_summary": null,
"parallel-execution.parallel_execution_effective": true,
"parallel-execution.req1_duration": null,
"parallel-execution.req2_duration": null,
"parallel-execution.req3_duration": null,
"array-filtering-examples.filtering_results": {
"filter_types_demonstrated": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"test_summary": "array_filtering_examples",
"total_examples": 10
},
"array-filtering-examples.query_examples": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"nested-array-filtering.nested_filtering_results": {
"jmespath_features_used": [
"flatten_projection_[]",
"double_flatten_[][]",
"conditional_filtering_with_nested",
"array_element_access_[0]_[1]",
"contains_with_flattened_arrays"
],
"techniques_demonstrated": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
],
"test_summary": "nested_array_filtering_examples",
"total_examples": 10
},
"nested-array-filtering.flatten_examples": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
]
},
"iteration_results": [
{
"step_id": "step-8-load-test-request-batch-iter-1",
"qualified_step_id": "sequential-parallel-comparison::step-8-load-test-request-batch-iter-1",
"step_name": "Load test request batch [1/5]",
"status": "success",
"duration_ms": 1,
"request_details": {
"method": "GET",
"url": "/get",
"headers": {
"X-Execution-Mode": "sequential",
"X-Load-Test": "true",
"X-Batch-Request-ID": 1
},
"params": {
"load_test": "true",
"request_id": 1,
"execution_mode": "sequential"
},
"base_url": "http://httpbin",
"full_url": "http://httpbin/get",
"curl_command": "curl -X GET -H 'X-Execution-Mode: sequential' -H 'X-Load-Test: true' -H 'X-Batch-Request-ID: 1' \"http://httpbin/get\"",
"raw_request": "GET /get HTTP/1.1\r\nHost: httpbin\r\nX-Execution-Mode: sequential\r\nX-Load-Test: true\r\nX-Batch-Request-ID: 1\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:42 GMT",
"connection": "keep-alive",
"content-type": "application/json",
"content-length": "535",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true"
},
"body": {
"args": {
"execution_mode": "sequential",
"load_test": "true",
"request_id": "1"
},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Batch-Request-Id": "1",
"X-Execution-Mode": "sequential",
"X-Load-Test": "true"
},
"origin": "172.18.0.3",
"url": "http://httpbin/get?load_test=true&request_id=1&execution_mode=sequential"
},
"size_bytes": 433,
"raw_response": "HTTP/1.1 200 OK\r\nserver: gunicorn/19.9.0\r\ndate: Sun, 19 Oct 2025 10:28:42 GMT\r\nconnection: keep-alive\r\ncontent-type: application/json\r\ncontent-length: 535\r\naccess-control-allow-origin: *\r\naccess-control-allow-credentials: true\r\n\r\n{\n \"args\": {\n \"execution_mode\": \"sequential\",\n \"load_test\": \"true\",\n \"request_id\": \"1\"\n },\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-Batch-Request-Id\": \"1\",\n \"X-Execution-Mode\": \"sequential\",\n \"X-Load-Test\": \"true\"\n },\n \"origin\": \"172.18.0.3\",\n \"url\": \"http://httpbin/get?load_test=true&request_id=1&execution_mode=sequential\"\n}"
},
"assertions_results": [
{
"field": "status_code",
"expected": 200,
"actual": 200,
"passed": true,
"message": "OK"
},
{
"field": "body.args.request_id.equals",
"expected": 1,
"actual": "1",
"passed": true,
"message": "OK"
}
],
"captured_variables": {
"load_request_time": null
},
"available_variables": {
"api_base_url": "http://localhost:8080",
"test_delay": 1,
"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"
],
"dynamic-test-generation.generated_users": null,
"dynamic-test-generation.dynamic_endpoints_tested": null,
"dynamic-test-generation.test_summary": null,
"parallel-execution.parallel_execution_effective": true,
"parallel-execution.req1_duration": null,
"parallel-execution.req2_duration": null,
"parallel-execution.req3_duration": null,
"array-filtering-examples.filtering_results": {
"filter_types_demonstrated": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"test_summary": "array_filtering_examples",
"total_examples": 10
},
"array-filtering-examples.query_examples": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"nested-array-filtering.nested_filtering_results": {
"jmespath_features_used": [
"flatten_projection_[]",
"double_flatten_[][]",
"conditional_filtering_with_nested",
"array_element_access_[0]_[1]",
"contains_with_flattened_arrays"
],
"techniques_demonstrated": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
],
"test_summary": "nested_array_filtering_examples",
"total_examples": 10
},
"nested-array-filtering.flatten_examples": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
]
}
},
{
"step_id": "step-8-load-test-request-batch-iter-2",
"qualified_step_id": "sequential-parallel-comparison::step-8-load-test-request-batch-iter-2",
"step_name": "Load test request batch [2/5]",
"status": "success",
"duration_ms": 1,
"request_details": {
"method": "GET",
"url": "/get",
"headers": {
"X-Execution-Mode": "sequential",
"X-Load-Test": "true",
"X-Batch-Request-ID": 2
},
"params": {
"load_test": "true",
"request_id": 2,
"execution_mode": "sequential"
},
"base_url": "http://httpbin",
"full_url": "http://httpbin/get",
"curl_command": "curl -X GET -H 'X-Execution-Mode: sequential' -H 'X-Load-Test: true' -H 'X-Batch-Request-ID: 2' \"http://httpbin/get\"",
"raw_request": "GET /get HTTP/1.1\r\nHost: httpbin\r\nX-Execution-Mode: sequential\r\nX-Load-Test: true\r\nX-Batch-Request-ID: 2\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:42 GMT",
"connection": "keep-alive",
"content-type": "application/json",
"content-length": "535",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true"
},
"body": {
"args": {
"execution_mode": "sequential",
"load_test": "true",
"request_id": "2"
},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Batch-Request-Id": "2",
"X-Execution-Mode": "sequential",
"X-Load-Test": "true"
},
"origin": "172.18.0.3",
"url": "http://httpbin/get?load_test=true&request_id=2&execution_mode=sequential"
},
"size_bytes": 433,
"raw_response": "HTTP/1.1 200 OK\r\nserver: gunicorn/19.9.0\r\ndate: Sun, 19 Oct 2025 10:28:42 GMT\r\nconnection: keep-alive\r\ncontent-type: application/json\r\ncontent-length: 535\r\naccess-control-allow-origin: *\r\naccess-control-allow-credentials: true\r\n\r\n{\n \"args\": {\n \"execution_mode\": \"sequential\",\n \"load_test\": \"true\",\n \"request_id\": \"2\"\n },\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-Batch-Request-Id\": \"2\",\n \"X-Execution-Mode\": \"sequential\",\n \"X-Load-Test\": \"true\"\n },\n \"origin\": \"172.18.0.3\",\n \"url\": \"http://httpbin/get?load_test=true&request_id=2&execution_mode=sequential\"\n}"
},
"assertions_results": [
{
"field": "status_code",
"expected": 200,
"actual": 200,
"passed": true,
"message": "OK"
},
{
"field": "body.args.request_id.equals",
"expected": 2,
"actual": "2",
"passed": true,
"message": "OK"
}
],
"captured_variables": {
"load_request_time": null
},
"available_variables": {
"api_base_url": "http://localhost:8080",
"test_delay": 1,
"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"
],
"dynamic-test-generation.generated_users": null,
"dynamic-test-generation.dynamic_endpoints_tested": null,
"dynamic-test-generation.test_summary": null,
"parallel-execution.parallel_execution_effective": true,
"parallel-execution.req1_duration": null,
"parallel-execution.req2_duration": null,
"parallel-execution.req3_duration": null,
"array-filtering-examples.filtering_results": {
"filter_types_demonstrated": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"test_summary": "array_filtering_examples",
"total_examples": 10
},
"array-filtering-examples.query_examples": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"nested-array-filtering.nested_filtering_results": {
"jmespath_features_used": [
"flatten_projection_[]",
"double_flatten_[][]",
"conditional_filtering_with_nested",
"array_element_access_[0]_[1]",
"contains_with_flattened_arrays"
],
"techniques_demonstrated": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
],
"test_summary": "nested_array_filtering_examples",
"total_examples": 10
},
"nested-array-filtering.flatten_examples": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
]
}
},
{
"step_id": "step-8-load-test-request-batch-iter-3",
"qualified_step_id": "sequential-parallel-comparison::step-8-load-test-request-batch-iter-3",
"step_name": "Load test request batch [3/5]",
"status": "success",
"duration_ms": 1,
"request_details": {
"method": "GET",
"url": "/get",
"headers": {
"X-Execution-Mode": "sequential",
"X-Load-Test": "true",
"X-Batch-Request-ID": 3
},
"params": {
"load_test": "true",
"request_id": 3,
"execution_mode": "sequential"
},
"base_url": "http://httpbin",
"full_url": "http://httpbin/get",
"curl_command": "curl -X GET -H 'X-Execution-Mode: sequential' -H 'X-Load-Test: true' -H 'X-Batch-Request-ID: 3' \"http://httpbin/get\"",
"raw_request": "GET /get HTTP/1.1\r\nHost: httpbin\r\nX-Execution-Mode: sequential\r\nX-Load-Test: true\r\nX-Batch-Request-ID: 3\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:42 GMT",
"connection": "keep-alive",
"content-type": "application/json",
"content-length": "535",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true"
},
"body": {
"args": {
"execution_mode": "sequential",
"load_test": "true",
"request_id": "3"
},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Batch-Request-Id": "3",
"X-Execution-Mode": "sequential",
"X-Load-Test": "true"
},
"origin": "172.18.0.3",
"url": "http://httpbin/get?load_test=true&request_id=3&execution_mode=sequential"
},
"size_bytes": 433,
"raw_response": "HTTP/1.1 200 OK\r\nserver: gunicorn/19.9.0\r\ndate: Sun, 19 Oct 2025 10:28:42 GMT\r\nconnection: keep-alive\r\ncontent-type: application/json\r\ncontent-length: 535\r\naccess-control-allow-origin: *\r\naccess-control-allow-credentials: true\r\n\r\n{\n \"args\": {\n \"execution_mode\": \"sequential\",\n \"load_test\": \"true\",\n \"request_id\": \"3\"\n },\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-Batch-Request-Id\": \"3\",\n \"X-Execution-Mode\": \"sequential\",\n \"X-Load-Test\": \"true\"\n },\n \"origin\": \"172.18.0.3\",\n \"url\": \"http://httpbin/get?load_test=true&request_id=3&execution_mode=sequential\"\n}"
},
"assertions_results": [
{
"field": "status_code",
"expected": 200,
"actual": 200,
"passed": true,
"message": "OK"
},
{
"field": "body.args.request_id.equals",
"expected": 3,
"actual": "3",
"passed": true,
"message": "OK"
}
],
"captured_variables": {
"load_request_time": null
},
"available_variables": {
"api_base_url": "http://localhost:8080",
"test_delay": 1,
"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"
],
"dynamic-test-generation.generated_users": null,
"dynamic-test-generation.dynamic_endpoints_tested": null,
"dynamic-test-generation.test_summary": null,
"parallel-execution.parallel_execution_effective": true,
"parallel-execution.req1_duration": null,
"parallel-execution.req2_duration": null,
"parallel-execution.req3_duration": null,
"array-filtering-examples.filtering_results": {
"filter_types_demonstrated": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"test_summary": "array_filtering_examples",
"total_examples": 10
},
"array-filtering-examples.query_examples": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"nested-array-filtering.nested_filtering_results": {
"jmespath_features_used": [
"flatten_projection_[]",
"double_flatten_[][]",
"conditional_filtering_with_nested",
"array_element_access_[0]_[1]",
"contains_with_flattened_arrays"
],
"techniques_demonstrated": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
],
"test_summary": "nested_array_filtering_examples",
"total_examples": 10
},
"nested-array-filtering.flatten_examples": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
]
}
},
{
"step_id": "step-8-load-test-request-batch-iter-4",
"qualified_step_id": "sequential-parallel-comparison::step-8-load-test-request-batch-iter-4",
"step_name": "Load test request batch [4/5]",
"status": "success",
"duration_ms": 2,
"request_details": {
"method": "GET",
"url": "/get",
"headers": {
"X-Execution-Mode": "sequential",
"X-Load-Test": "true",
"X-Batch-Request-ID": 4
},
"params": {
"load_test": "true",
"request_id": 4,
"execution_mode": "sequential"
},
"base_url": "http://httpbin",
"full_url": "http://httpbin/get",
"curl_command": "curl -X GET -H 'X-Execution-Mode: sequential' -H 'X-Load-Test: true' -H 'X-Batch-Request-ID: 4' \"http://httpbin/get\"",
"raw_request": "GET /get HTTP/1.1\r\nHost: httpbin\r\nX-Execution-Mode: sequential\r\nX-Load-Test: true\r\nX-Batch-Request-ID: 4\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:42 GMT",
"connection": "keep-alive",
"content-type": "application/json",
"content-length": "535",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true"
},
"body": {
"args": {
"execution_mode": "sequential",
"load_test": "true",
"request_id": "4"
},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Batch-Request-Id": "4",
"X-Execution-Mode": "sequential",
"X-Load-Test": "true"
},
"origin": "172.18.0.3",
"url": "http://httpbin/get?load_test=true&request_id=4&execution_mode=sequential"
},
"size_bytes": 433,
"raw_response": "HTTP/1.1 200 OK\r\nserver: gunicorn/19.9.0\r\ndate: Sun, 19 Oct 2025 10:28:42 GMT\r\nconnection: keep-alive\r\ncontent-type: application/json\r\ncontent-length: 535\r\naccess-control-allow-origin: *\r\naccess-control-allow-credentials: true\r\n\r\n{\n \"args\": {\n \"execution_mode\": \"sequential\",\n \"load_test\": \"true\",\n \"request_id\": \"4\"\n },\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-Batch-Request-Id\": \"4\",\n \"X-Execution-Mode\": \"sequential\",\n \"X-Load-Test\": \"true\"\n },\n \"origin\": \"172.18.0.3\",\n \"url\": \"http://httpbin/get?load_test=true&request_id=4&execution_mode=sequential\"\n}"
},
"assertions_results": [
{
"field": "status_code",
"expected": 200,
"actual": 200,
"passed": true,
"message": "OK"
},
{
"field": "body.args.request_id.equals",
"expected": 4,
"actual": "4",
"passed": true,
"message": "OK"
}
],
"captured_variables": {
"load_request_time": null
},
"available_variables": {
"api_base_url": "http://localhost:8080",
"test_delay": 1,
"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"
],
"dynamic-test-generation.generated_users": null,
"dynamic-test-generation.dynamic_endpoints_tested": null,
"dynamic-test-generation.test_summary": null,
"parallel-execution.parallel_execution_effective": true,
"parallel-execution.req1_duration": null,
"parallel-execution.req2_duration": null,
"parallel-execution.req3_duration": null,
"array-filtering-examples.filtering_results": {
"filter_types_demonstrated": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"test_summary": "array_filtering_examples",
"total_examples": 10
},
"array-filtering-examples.query_examples": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"nested-array-filtering.nested_filtering_results": {
"jmespath_features_used": [
"flatten_projection_[]",
"double_flatten_[][]",
"conditional_filtering_with_nested",
"array_element_access_[0]_[1]",
"contains_with_flattened_arrays"
],
"techniques_demonstrated": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
],
"test_summary": "nested_array_filtering_examples",
"total_examples": 10
},
"nested-array-filtering.flatten_examples": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
]
}
},
{
"step_id": "step-8-load-test-request-batch-iter-5",
"qualified_step_id": "sequential-parallel-comparison::step-8-load-test-request-batch-iter-5",
"step_name": "Load test request batch [5/5]",
"status": "success",
"duration_ms": 2,
"request_details": {
"method": "GET",
"url": "/get",
"headers": {
"X-Execution-Mode": "sequential",
"X-Load-Test": "true",
"X-Batch-Request-ID": 5
},
"params": {
"load_test": "true",
"request_id": 5,
"execution_mode": "sequential"
},
"base_url": "http://httpbin",
"full_url": "http://httpbin/get",
"curl_command": "curl -X GET -H 'X-Execution-Mode: sequential' -H 'X-Load-Test: true' -H 'X-Batch-Request-ID: 5' \"http://httpbin/get\"",
"raw_request": "GET /get HTTP/1.1\r\nHost: httpbin\r\nX-Execution-Mode: sequential\r\nX-Load-Test: true\r\nX-Batch-Request-ID: 5\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:42 GMT",
"connection": "keep-alive",
"content-type": "application/json",
"content-length": "535",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true"
},
"body": {
"args": {
"execution_mode": "sequential",
"load_test": "true",
"request_id": "5"
},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Batch-Request-Id": "5",
"X-Execution-Mode": "sequential",
"X-Load-Test": "true"
},
"origin": "172.18.0.3",
"url": "http://httpbin/get?load_test=true&request_id=5&execution_mode=sequential"
},
"size_bytes": 433,
"raw_response": "HTTP/1.1 200 OK\r\nserver: gunicorn/19.9.0\r\ndate: Sun, 19 Oct 2025 10:28:42 GMT\r\nconnection: keep-alive\r\ncontent-type: application/json\r\ncontent-length: 535\r\naccess-control-allow-origin: *\r\naccess-control-allow-credentials: true\r\n\r\n{\n \"args\": {\n \"execution_mode\": \"sequential\",\n \"load_test\": \"true\",\n \"request_id\": \"5\"\n },\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-Batch-Request-Id\": \"5\",\n \"X-Execution-Mode\": \"sequential\",\n \"X-Load-Test\": \"true\"\n },\n \"origin\": \"172.18.0.3\",\n \"url\": \"http://httpbin/get?load_test=true&request_id=5&execution_mode=sequential\"\n}"
},
"assertions_results": [
{
"field": "status_code",
"expected": 200,
"actual": 200,
"passed": true,
"message": "OK"
},
{
"field": "body.args.request_id.equals",
"expected": 5,
"actual": "5",
"passed": true,
"message": "OK"
}
],
"captured_variables": {
"load_request_time": null
},
"available_variables": {
"api_base_url": "http://localhost:8080",
"test_delay": 1,
"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"
],
"dynamic-test-generation.generated_users": null,
"dynamic-test-generation.dynamic_endpoints_tested": null,
"dynamic-test-generation.test_summary": null,
"parallel-execution.parallel_execution_effective": true,
"parallel-execution.req1_duration": null,
"parallel-execution.req2_duration": null,
"parallel-execution.req3_duration": null,
"array-filtering-examples.filtering_results": {
"filter_types_demonstrated": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"test_summary": "array_filtering_examples",
"total_examples": 10
},
"array-filtering-examples.query_examples": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"nested-array-filtering.nested_filtering_results": {
"jmespath_features_used": [
"flatten_projection_[]",
"double_flatten_[][]",
"conditional_filtering_with_nested",
"array_element_access_[0]_[1]",
"contains_with_flattened_arrays"
],
"techniques_demonstrated": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
],
"test_summary": "nested_array_filtering_examples",
"total_examples": 10
},
"nested-array-filtering.flatten_examples": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
]
}
}
]
},
{
"step_id": "step-9-dependency-step-1-setup",
"qualified_step_id": "sequential-parallel-comparison::step-9-dependency-step-1-setup",
"step_name": "Dependency step 1 - Setup",
"status": "success",
"duration_ms": 2,
"request_details": {
"method": "POST",
"url": "/post",
"headers": {
"Content-Type": "application/json",
"X-Dependency-Chain": "step_1",
"X-Execution-Mode": "sequential"
},
"body": {
"operation": "setup",
"chain_step": 1,
"prepare_data": true
},
"base_url": "http://httpbin",
"full_url": "http://httpbin/post",
"curl_command": "curl -X POST -H 'Content-Type: application/json' -H 'X-Dependency-Chain: step_1' -H 'X-Execution-Mode: sequential' -d '{\"operation\":\"setup\",\"chain_step\":1,\"prepare_data\":true}' \"http://httpbin/post\"",
"raw_request": "POST /post HTTP/1.1\r\nHost: httpbin\r\nContent-Type: application/json\r\nX-Dependency-Chain: step_1\r\nX-Execution-Mode: sequential\r\nContent-Length: 56\r\n\r\n{\"operation\":\"setup\",\"chain_step\":1,\"prepare_data\":true}",
"raw_url": "{{base_url}}/post"
},
"response_details": {
"status_code": 200,
"headers": {
"server": "gunicorn/19.9.0",
"date": "Sun, 19 Oct 2025 10:28:42 GMT",
"connection": "keep-alive",
"content-type": "application/json",
"content-length": "643",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true"
},
"body": {
"args": {},
"data": "{\"operation\":\"setup\",\"chain_step\":1,\"prepare_data\":true}",
"files": {},
"form": {},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Content-Length": "56",
"Content-Type": "application/json",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Dependency-Chain": "step_1",
"X-Execution-Mode": "sequential"
},
"json": {
"chain_step": 1,
"operation": "setup",
"prepare_data": true
},
"origin": "172.18.0.3",
"url": "http://httpbin/post"
},
"size_bytes": 514,
"raw_response": "HTTP/1.1 200 OK\r\nserver: gunicorn/19.9.0\r\ndate: Sun, 19 Oct 2025 10:28:42 GMT\r\nconnection: keep-alive\r\ncontent-type: application/json\r\ncontent-length: 643\r\naccess-control-allow-origin: *\r\naccess-control-allow-credentials: true\r\n\r\n{\n \"args\": {},\n \"data\": \"{\\\"operation\\\":\\\"setup\\\",\\\"chain_step\\\":1,\\\"prepare_data\\\":true}\",\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\": \"56\",\n \"Content-Type\": \"application/json\",\n \"Host\": \"httpbin\",\n \"User-Agent\": \"axios/1.12.1\",\n \"X-Dependency-Chain\": \"step_1\",\n \"X-Execution-Mode\": \"sequential\"\n },\n \"json\": {\n \"chain_step\": 1,\n \"operation\": \"setup\",\n \"prepare_data\": true\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"
}
],
"captured_variables": {
"setup_data": 1,
"dependency_step_1_time": null
},
"available_variables": {
"api_base_url": "http://localhost:8080",
"test_delay": 1,
"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"
],
"dynamic-test-generation.generated_users": null,
"dynamic-test-generation.dynamic_endpoints_tested": null,
"dynamic-test-generation.test_summary": null,
"parallel-execution.parallel_execution_effective": true,
"parallel-execution.req1_duration": null,
"parallel-execution.req2_duration": null,
"parallel-execution.req3_duration": null,
"array-filtering-examples.filtering_results": {
"filter_types_demonstrated": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"test_summary": "array_filtering_examples",
"total_examples": 10
},
"array-filtering-examples.query_examples": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"nested-array-filtering.nested_filtering_results": {
"jmespath_features_used": [
"flatten_projection_[]",
"double_flatten_[][]",
"conditional_filtering_with_nested",
"array_element_access_[0]_[1]",
"contains_with_flattened_arrays"
],
"techniques_demonstrated": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
],
"test_summary": "nested_array_filtering_examples",
"total_examples": 10
},
"nested-array-filtering.flatten_examples": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
]
}
},
{
"step_id": "step-10-dependency-step-2-process",
"qualified_step_id": "sequential-parallel-comparison::step-10-dependency-step-2-process",
"step_name": "Dependency step 2 - Process",
"status": "success",
"duration_ms": 2,
"request_details": {
"method": "PUT",
"url": "/put",
"headers": {
"Content-Type": "application/json",
"X-Dependency-Chain": "step_2",
"X-Depends-On": 1,
"X-Execution-Mode": "sequential"
},
"body": {
"operation": "process",
"chain_step": 2,
"depends_on": 1,
"process_data": true
},
"base_url": "http://httpbin",
"full_url": "http://httpbin/put",
"curl_command": "curl -X PUT -H 'Content-Type: application/json' -H 'X-Dependency-Chain: step_2' -H 'X-Depends-On: 1' -H 'X-Execution-Mode: sequential' -d '{\"operation\":\"process\",\"chain_step\":2,\"depends_on\":1,\"process_data\":true}' \"http://httpbin/put\"",
"raw_request": "PUT /put HTTP/1.1\r\nHost: httpbin\r\nContent-Type: application/json\r\nX-Dependency-Chain: step_2\r\nX-Depends-On: 1\r\nX-Execution-Mode: sequential\r\nContent-Length: 73\r\n\r\n{\"operation\":\"process\",\"chain_step\":2,\"depends_on\":1,\"process_data\":true}",
"raw_url": "{{base_url}}/put"
},
"response_details": {
"status_code": 200,
"headers": {
"server": "gunicorn/19.9.0",
"date": "Sun, 19 Oct 2025 10:28:42 GMT",
"connection": "keep-alive",
"content-type": "application/json",
"content-length": "711",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true"
},
"body": {
"args": {},
"data": "{\"operation\":\"process\",\"chain_step\":2,\"depends_on\":1,\"process_data\":true}",
"files": {},
"form": {},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Content-Length": "73",
"Content-Type": "application/json",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Dependency-Chain": "step_2",
"X-Depends-On": "1",
"X-Execution-Mode": "sequential"
},
"json": {
"chain_step": 2,
"depends_on": 1,
"operation": "process",
"process_data": true
},
"origin": "172.18.0.3",
"url": "http://httpbin/put"
},
"size_bytes": 568,
"raw_response": "HTTP/1.1 200 OK\r\nserver: gunicorn/19.9.0\r\ndate: Sun, 19 Oct 2025 10:28:42 GMT\r\nconnection: keep-alive\r\ncontent-type: application/json\r\ncontent-length: 711\r\naccess-control-allow-origin: *\r\naccess-control-allow-credentials: true\r\n\r\n{\n \"args\": {},\n \"data\": \"{\\\"operation\\\":\\\"process\\\",\\\"chain_step\\\":2,\\\"depends_on\\\":1,\\\"process_data\\\":true}\",\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\": \"73\",\n \"Content-Type\": \"application/json\",\n \"Host\": \"httpbin\",\n \"User-Agent\": \"axios/1.12.1\",\n \"X-Dependency-Chain\": \"step_2\",\n \"X-Depends-On\": \"1\",\n \"X-Execution-Mode\": \"sequential\"\n },\n \"json\": {\n \"chain_step\": 2,\n \"depends_on\": 1,\n \"operation\": \"process\",\n \"process_data\": true\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.json.depends_on.equals",
"expected": 1,
"actual": 1,
"passed": true,
"message": "OK"
}
],
"captured_variables": {
"processed_data": 2,
"dependency_step_2_time": null
},
"available_variables": {
"api_base_url": "http://localhost:8080",
"test_delay": 1,
"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"
],
"dynamic-test-generation.generated_users": null,
"dynamic-test-generation.dynamic_endpoints_tested": null,
"dynamic-test-generation.test_summary": null,
"parallel-execution.parallel_execution_effective": true,
"parallel-execution.req1_duration": null,
"parallel-execution.req2_duration": null,
"parallel-execution.req3_duration": null,
"array-filtering-examples.filtering_results": {
"filter_types_demonstrated": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"test_summary": "array_filtering_examples",
"total_examples": 10
},
"array-filtering-examples.query_examples": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"nested-array-filtering.nested_filtering_results": {
"jmespath_features_used": [
"flatten_projection_[]",
"double_flatten_[][]",
"conditional_filtering_with_nested",
"array_element_access_[0]_[1]",
"contains_with_flattened_arrays"
],
"techniques_demonstrated": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
],
"test_summary": "nested_array_filtering_examples",
"total_examples": 10
},
"nested-array-filtering.flatten_examples": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
]
}
},
{
"step_id": "step-11-dependency-step-3-finalize",
"qualified_step_id": "sequential-parallel-comparison::step-11-dependency-step-3-finalize",
"step_name": "Dependency step 3 - Finalize",
"status": "success",
"duration_ms": 2,
"request_details": {
"method": "PATCH",
"url": "/patch",
"headers": {
"Content-Type": "application/json",
"X-Dependency-Chain": "step_3",
"X-Depends-On": 2,
"X-Execution-Mode": "sequential"
},
"body": {
"operation": "finalize",
"chain_step": 3,
"depends_on": 2,
"finalize_data": true
},
"base_url": "http://httpbin",
"full_url": "http://httpbin/patch",
"curl_command": "curl -X PATCH -H 'Content-Type: application/json' -H 'X-Dependency-Chain: step_3' -H 'X-Depends-On: 2' -H 'X-Execution-Mode: sequential' -d '{\"operation\":\"finalize\",\"chain_step\":3,\"depends_on\":2,\"finalize_data\":true}' \"http://httpbin/patch\"",
"raw_request": "PATCH /patch HTTP/1.1\r\nHost: httpbin\r\nContent-Type: application/json\r\nX-Dependency-Chain: step_3\r\nX-Depends-On: 2\r\nX-Execution-Mode: sequential\r\nContent-Length: 75\r\n\r\n{\"operation\":\"finalize\",\"chain_step\":3,\"depends_on\":2,\"finalize_data\":true}",
"raw_url": "{{base_url}}/patch"
},
"response_details": {
"status_code": 200,
"headers": {
"server": "gunicorn/19.9.0",
"date": "Sun, 19 Oct 2025 10:28:42 GMT",
"connection": "keep-alive",
"content-type": "application/json",
"content-length": "717",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true"
},
"body": {
"args": {},
"data": "{\"operation\":\"finalize\",\"chain_step\":3,\"depends_on\":2,\"finalize_data\":true}",
"files": {},
"form": {},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Content-Length": "75",
"Content-Type": "application/json",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Dependency-Chain": "step_3",
"X-Depends-On": "2",
"X-Execution-Mode": "sequential"
},
"json": {
"chain_step": 3,
"depends_on": 2,
"finalize_data": true,
"operation": "finalize"
},
"origin": "172.18.0.3",
"url": "http://httpbin/patch"
},
"size_bytes": 574,
"raw_response": "HTTP/1.1 200 OK\r\nserver: gunicorn/19.9.0\r\ndate: Sun, 19 Oct 2025 10:28:42 GMT\r\nconnection: keep-alive\r\ncontent-type: application/json\r\ncontent-length: 717\r\naccess-control-allow-origin: *\r\naccess-control-allow-credentials: true\r\n\r\n{\n \"args\": {},\n \"data\": \"{\\\"operation\\\":\\\"finalize\\\",\\\"chain_step\\\":3,\\\"depends_on\\\":2,\\\"finalize_data\\\":true}\",\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\": \"75\",\n \"Content-Type\": \"application/json\",\n \"Host\": \"httpbin\",\n \"User-Agent\": \"axios/1.12.1\",\n \"X-Dependency-Chain\": \"step_3\",\n \"X-Depends-On\": \"2\",\n \"X-Execution-Mode\": \"sequential\"\n },\n \"json\": {\n \"chain_step\": 3,\n \"depends_on\": 2,\n \"finalize_data\": true,\n \"operation\": \"finalize\"\n },\n \"origin\": \"172.18.0.3\",\n \"url\": \"http://httpbin/patch\"\n}"
},
"assertions_results": [
{
"field": "status_code",
"expected": 200,
"actual": 200,
"passed": true,
"message": "OK"
}
],
"captured_variables": {
"finalized_data": {
"chain_step": 3,
"depends_on": 2,
"finalize_data": true,
"operation": "finalize"
},
"dependency_step_3_time": null
},
"available_variables": {
"api_base_url": "http://localhost:8080",
"test_delay": 1,
"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"
],
"dynamic-test-generation.generated_users": null,
"dynamic-test-generation.dynamic_endpoints_tested": null,
"dynamic-test-generation.test_summary": null,
"parallel-execution.parallel_execution_effective": true,
"parallel-execution.req1_duration": null,
"parallel-execution.req2_duration": null,
"parallel-execution.req3_duration": null,
"array-filtering-examples.filtering_results": {
"filter_types_demonstrated": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"test_summary": "array_filtering_examples",
"total_examples": 10
},
"array-filtering-examples.query_examples": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"nested-array-filtering.nested_filtering_results": {
"jmespath_features_used": [
"flatten_projection_[]",
"double_flatten_[][]",
"conditional_filtering_with_nested",
"array_element_access_[0]_[1]",
"contains_with_flattened_arrays"
],
"techniques_demonstrated": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
],
"test_summary": "nested_array_filtering_examples",
"total_examples": 10
},
"nested-array-filtering.flatten_examples": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
]
}
},
{
"step_id": "step-12-collect-execution-timing-analysis",
"qualified_step_id": "sequential-parallel-comparison::step-12-collect-execution-timing-analysis",
"step_name": "Collect execution timing analysis",
"status": "success",
"duration_ms": 4,
"request_details": {
"method": "POST",
"url": "/post",
"headers": {
"Content-Type": "application/json",
"X-Summary": "execution_analysis",
"X-Execution-Mode": "sequential"
},
"body": {
"test_summary": "sequential_vs_parallel_execution",
"test_id": "exec-024abcc9-c155-429d-a355-0f44ecee7e26",
"execution_mode": "sequential",
"timing_data": {
"sequential_requests": {
"request_1": null,
"request_2": null,
"request_3": null,
"total_sequential": "{{seq_request_1_time + seq_request_2_time + seq_request_3_time}}"
},
"parallel_ready_requests": {
"request_1": null,
"request_2": null,
"request_3": null,
"total_parallel_ready": "{{par_request_1_time + par_request_2_time + par_request_3_time}}"
},
"dependency_chain": {
"step_1": null,
"step_2": null,
"step_3": null,
"total_chain": "{{dependency_step_1_time + dependency_step_2_time + dependency_step_3_time}}"
},
"fast_operation": null
},
"execution_patterns": [
"sequential_delayed_requests",
"parallel_ready_operations",
"load_test_batch",
"dependency_chain",
"timing_comparison"
],
"expected_behavior": {
"sequential_mode": "All requests run one after another, total time = sum of individual times",
"parallel_mode": "Parallel-ready requests run concurrently, dependency chain still sequential"
},
"performance_notes": {
"sequential_total_min": "{{(seq_request_1_time + seq_request_2_time + seq_request_3_time) / 1000}} seconds",
"parallel_potential_savings": "In parallel mode, some operations can overlap"
}
},
"base_url": "http://httpbin",
"full_url": "http://httpbin/post",
"curl_command": "curl -X POST -H 'Content-Type: application/json' -H 'X-Summary: execution_analysis' -H 'X-Execution-Mode: sequential' -d '{\"test_summary\":\"sequential_vs_parallel_execution\",\"test_id\":\"exec-024abcc9-c155-429d-a355-0f44ecee7e26\",\"execution_mode\":\"sequential\",\"timing_data\":{\"sequential_requests\":{\"request_1\":null,\"request_2\":null,\"request_3\":null,\"total_sequential\":\"{{seq_request_1_time + seq_request_2_time + seq_request_3_time}}\"},\"parallel_ready_requests\":{\"request_1\":null,\"request_2\":null,\"request_3\":null,\"total_parallel_ready\":\"{{par_request_1_time + par_request_2_time + par_request_3_time}}\"},\"dependency_chain\":{\"step_1\":null,\"step_2\":null,\"step_3\":null,\"total_chain\":\"{{dependency_step_1_time + dependency_step_2_time + dependency_step_3_time}}\"},\"fast_operation\":null},\"execution_patterns\":[\"sequential_delayed_requests\",\"parallel_ready_operations\",\"load_test_batch\",\"dependency_chain\",\"timing_comparison\"],\"expected_behavior\":{\"sequential_mode\":\"All requests run one after another, total time = sum of individual times\",\"parallel_mode\":\"Parallel-ready requests run concurrently, dependency chain still sequential\"},\"performance_notes\":{\"sequential_total_min\":\"{{(seq_request_1_time + seq_request_2_time + seq_request_3_time) / 1000}} seconds\",\"parallel_potential_savings\":\"In parallel mode, some operations can overlap\"}}' \"http://httpbin/post\"",
"raw_request": "POST /post HTTP/1.1\r\nHost: httpbin\r\nContent-Type: application/json\r\nX-Summary: execution_analysis\r\nX-Execution-Mode: sequential\r\nContent-Length: 1212\r\n\r\n{\"test_summary\":\"sequential_vs_parallel_execution\",\"test_id\":\"exec-024abcc9-c155-429d-a355-0f44ecee7e26\",\"execution_mode\":\"sequential\",\"timing_data\":{\"sequential_requests\":{\"request_1\":null,\"request_2\":null,\"request_3\":null,\"total_sequential\":\"{{seq_request_1_time + seq_request_2_time + seq_request_3_time}}\"},\"parallel_ready_requests\":{\"request_1\":null,\"request_2\":null,\"request_3\":null,\"total_parallel_ready\":\"{{par_request_1_time + par_request_2_time + par_request_3_time}}\"},\"dependency_chain\":{\"step_1\":null,\"step_2\":null,\"step_3\":null,\"total_chain\":\"{{dependency_step_1_time + dependency_step_2_time + dependency_step_3_time}}\"},\"fast_operation\":null},\"execution_patterns\":[\"sequential_delayed_requests\",\"parallel_ready_operations\",\"load_test_batch\",\"dependency_chain\",\"timing_comparison\"],\"expected_behavior\":{\"sequential_mode\":\"All requests run one after another, total time = sum of individual times\",\"parallel_mode\":\"Parallel-ready requests run concurrently, dependency chain still sequential\"},\"performance_notes\":{\"sequential_total_min\":\"{{(seq_request_1_time + seq_request_2_time + seq_request_3_time) / 1000}} seconds\",\"parallel_potential_savings\":\"In parallel mode, some operations can overlap\"}}",
"raw_url": "{{base_url}}/post"
},
"response_details": {
"status_code": 200,
"headers": {
"server": "gunicorn/19.9.0",
"date": "Sun, 19 Oct 2025 10:28:42 GMT",
"connection": "keep-alive",
"content-type": "application/json",
"content-length": "3342",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true"
},
"body": {
"args": {},
"data": "{\"test_summary\":\"sequential_vs_parallel_execution\",\"test_id\":\"exec-024abcc9-c155-429d-a355-0f44ecee7e26\",\"execution_mode\":\"sequential\",\"timing_data\":{\"sequential_requests\":{\"request_1\":null,\"request_2\":null,\"request_3\":null,\"total_sequential\":\"{{seq_request_1_time + seq_request_2_time + seq_request_3_time}}\"},\"parallel_ready_requests\":{\"request_1\":null,\"request_2\":null,\"request_3\":null,\"total_parallel_ready\":\"{{par_request_1_time + par_request_2_time + par_request_3_time}}\"},\"dependency_chain\":{\"step_1\":null,\"step_2\":null,\"step_3\":null,\"total_chain\":\"{{dependency_step_1_time + dependency_step_2_time + dependency_step_3_time}}\"},\"fast_operation\":null},\"execution_patterns\":[\"sequential_delayed_requests\",\"parallel_ready_operations\",\"load_test_batch\",\"dependency_chain\",\"timing_comparison\"],\"expected_behavior\":{\"sequential_mode\":\"All requests run one after another, total time = sum of individual times\",\"parallel_mode\":\"Parallel-ready requests run concurrently, dependency chain still sequential\"},\"performance_notes\":{\"sequential_total_min\":\"{{(seq_request_1_time + seq_request_2_time + seq_request_3_time) / 1000}} seconds\",\"parallel_potential_savings\":\"In parallel mode, some operations can overlap\"}}",
"files": {},
"form": {},
"headers": {
"Accept": "application/json, text/plain, */*",
"Accept-Encoding": "gzip, compress, deflate, br",
"Connection": "keep-alive",
"Content-Length": "1212",
"Content-Type": "application/json",
"Host": "httpbin",
"User-Agent": "axios/1.12.1",
"X-Execution-Mode": "sequential",
"X-Summary": "execution_analysis"
},
"json": {
"execution_mode": "sequential",
"execution_patterns": [
"sequential_delayed_requests",
"parallel_ready_operations",
"load_test_batch",
"dependency_chain",
"timing_comparison"
],
"expected_behavior": {
"parallel_mode": "Parallel-ready requests run concurrently, dependency chain still sequential",
"sequential_mode": "All requests run one after another, total time = sum of individual times"
},
"performance_notes": {
"parallel_potential_savings": "In parallel mode, some operations can overlap",
"sequential_total_min": "{{(seq_request_1_time + seq_request_2_time + seq_request_3_time) / 1000}} seconds"
},
"test_id": "exec-024abcc9-c155-429d-a355-0f44ecee7e26",
"test_summary": "sequential_vs_parallel_execution",
"timing_data": {
"dependency_chain": {
"step_1": null,
"step_2": null,
"step_3": null,
"total_chain": "{{dependency_step_1_time + dependency_step_2_time + dependency_step_3_time}}"
},
"fast_operation": null,
"parallel_ready_requests": {
"request_1": null,
"request_2": null,
"request_3": null,
"total_parallel_ready": "{{par_request_1_time + par_request_2_time + par_request_3_time}}"
},
"sequential_requests": {
"request_1": null,
"request_2": null,
"request_3": null,
"total_sequential": "{{seq_request_1_time + seq_request_2_time + seq_request_3_time}}"
}
}
},
"origin": "172.18.0.3",
"url": "http://httpbin/post"
},
"size_bytes": 2907,
"raw_response": "HTTP/1.1 200 OK\r\nserver: gunicorn/19.9.0\r\ndate: Sun, 19 Oct 2025 10:28:42 GMT\r\nconnection: keep-alive\r\ncontent-type: application/json\r\ncontent-length: 3342\r\naccess-control-allow-origin: *\r\naccess-control-allow-credentials: true\r\n\r\n{\n \"args\": {},\n \"data\": \"{\\\"test_summary\\\":\\\"sequential_vs_parallel_execution\\\",\\\"test_id\\\":\\\"exec-024abcc9-c155-429d-a355-0f44ecee7e26\\\",\\\"execution_mode\\\":\\\"sequential\\\",\\\"timing_data\\\":{\\\"sequential_requests\\\":{\\\"request_1\\\":null,\\\"request_2\\\":null,\\\"request_3\\\":null,\\\"total_sequential\\\":\\\"{{seq_request_1_time + seq_request_2_time + seq_request_3_time}}\\\"},\\\"parallel_ready_requests\\\":{\\\"request_1\\\":null,\\\"request_2\\\":null,\\\"request_3\\\":null,\\\"total_parallel_ready\\\":\\\"{{par_request_1_time + par_request_2_time + par_request_3_time}}\\\"},\\\"dependency_chain\\\":{\\\"step_1\\\":null,\\\"step_2\\\":null,\\\"step_3\\\":null,\\\"total_chain\\\":\\\"{{dependency_step_1_time + dependency_step_2_time + dependency_step_3_time}}\\\"},\\\"fast_operation\\\":null},\\\"execution_patterns\\\":[\\\"sequential_delayed_requests\\\",\\\"parallel_ready_operations\\\",\\\"load_test_batch\\\",\\\"dependency_chain\\\",\\\"timing_comparison\\\"],\\\"expected_behavior\\\":{\\\"sequential_mode\\\":\\\"All requests run one after another, total time = sum of individual times\\\",\\\"parallel_mode\\\":\\\"Parallel-ready requests run concurrently, dependency chain still sequential\\\"},\\\"performance_notes\\\":{\\\"sequential_total_min\\\":\\\"{{(seq_request_1_time + seq_request_2_time + seq_request_3_time) / 1000}} seconds\\\",\\\"parallel_potential_savings\\\":\\\"In parallel mode, some operations can overlap\\\"}}\",\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\": \"1212\",\n \"Content-Type\": \"application/json\",\n \"Host\": \"httpbin\",\n \"User-Agent\": \"axios/1.12.1\",\n \"X-Execution-Mode\": \"sequential\",\n \"X-Summary\": \"execution_analysis\"\n },\n \"json\": {\n \"execution_mode\": \"sequential\",\n \"execution_patterns\": [\n \"sequential_delayed_requests\",\n \"parallel_ready_operations\",\n \"load_test_batch\",\n \"dependency_chain\",\n \"timing_comparison\"\n ],\n \"expected_behavior\": {\n \"parallel_mode\": \"Parallel-ready requests run concurrently, dependency chain still sequential\",\n \"sequential_mode\": \"All requests run one after another, total time = sum of individual times\"\n },\n \"performance_notes\": {\n \"parallel_potential_savings\": \"In parallel mode, some operations can overlap\",\n \"sequential_total_min\": \"{{(seq_request_1_time + seq_request_2_time + seq_request_3_time) / 1000}} seconds\"\n },\n \"test_id\": \"exec-024abcc9-c155-429d-a355-0f44ecee7e26\",\n \"test_summary\": \"sequential_vs_parallel_execution\",\n \"timing_data\": {\n \"dependency_chain\": {\n \"step_1\": null,\n \"step_2\": null,\n \"step_3\": null,\n \"total_chain\": \"{{dependency_step_1_time + dependency_step_2_time + dependency_step_3_time}}\"\n },\n \"fast_operation\": null,\n \"parallel_ready_requests\": {\n \"request_1\": null,\n \"request_2\": null,\n \"request_3\": null,\n \"total_parallel_ready\": \"{{par_request_1_time + par_request_2_time + par_request_3_time}}\"\n },\n \"sequential_requests\": {\n \"request_1\": null,\n \"request_2\": null,\n \"request_3\": null,\n \"total_sequential\": \"{{seq_request_1_time + seq_request_2_time + seq_request_3_time}}\"\n }\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.json.test_summary.equals",
"expected": "sequential_vs_parallel_execution",
"actual": "sequential_vs_parallel_execution",
"passed": true,
"message": "OK"
},
{
"field": "body.json.execution_mode.equals",
"expected": "sequential",
"actual": "sequential",
"passed": true,
"message": "OK"
}
],
"captured_variables": {
"execution_results": {
"execution_mode": "sequential",
"execution_patterns": [
"sequential_delayed_requests",
"parallel_ready_operations",
"load_test_batch",
"dependency_chain",
"timing_comparison"
],
"expected_behavior": {
"parallel_mode": "Parallel-ready requests run concurrently, dependency chain still sequential",
"sequential_mode": "All requests run one after another, total time = sum of individual times"
},
"performance_notes": {
"parallel_potential_savings": "In parallel mode, some operations can overlap",
"sequential_total_min": "{{(seq_request_1_time + seq_request_2_time + seq_request_3_time) / 1000}} seconds"
},
"test_id": "exec-024abcc9-c155-429d-a355-0f44ecee7e26",
"test_summary": "sequential_vs_parallel_execution",
"timing_data": {
"dependency_chain": {
"step_1": null,
"step_2": null,
"step_3": null,
"total_chain": "{{dependency_step_1_time + dependency_step_2_time + dependency_step_3_time}}"
},
"fast_operation": null,
"parallel_ready_requests": {
"request_1": null,
"request_2": null,
"request_3": null,
"total_parallel_ready": "{{par_request_1_time + par_request_2_time + par_request_3_time}}"
},
"sequential_requests": {
"request_1": null,
"request_2": null,
"request_3": null,
"total_sequential": "{{seq_request_1_time + seq_request_2_time + seq_request_3_time}}"
}
}
},
"timing_data": {
"dependency_chain": {
"step_1": null,
"step_2": null,
"step_3": null,
"total_chain": "{{dependency_step_1_time + dependency_step_2_time + dependency_step_3_time}}"
},
"fast_operation": null,
"parallel_ready_requests": {
"request_1": null,
"request_2": null,
"request_3": null,
"total_parallel_ready": "{{par_request_1_time + par_request_2_time + par_request_3_time}}"
},
"sequential_requests": {
"request_1": null,
"request_2": null,
"request_3": null,
"total_sequential": "{{seq_request_1_time + seq_request_2_time + seq_request_3_time}}"
}
},
"mode_comparison": {
"parallel_mode": "Parallel-ready requests run concurrently, dependency chain still sequential",
"sequential_mode": "All requests run one after another, total time = sum of individual times"
}
},
"available_variables": {
"api_base_url": "http://localhost:8080",
"test_delay": 1,
"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"
],
"dynamic-test-generation.generated_users": null,
"dynamic-test-generation.dynamic_endpoints_tested": null,
"dynamic-test-generation.test_summary": null,
"parallel-execution.parallel_execution_effective": true,
"parallel-execution.req1_duration": null,
"parallel-execution.req2_duration": null,
"parallel-execution.req3_duration": null,
"array-filtering-examples.filtering_results": {
"filter_types_demonstrated": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"test_summary": "array_filtering_examples",
"total_examples": 10
},
"array-filtering-examples.query_examples": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"nested-array-filtering.nested_filtering_results": {
"jmespath_features_used": [
"flatten_projection_[]",
"double_flatten_[][]",
"conditional_filtering_with_nested",
"array_element_access_[0]_[1]",
"contains_with_flattened_arrays"
],
"techniques_demonstrated": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
],
"test_summary": "nested_array_filtering_examples",
"total_examples": 10
},
"nested-array-filtering.flatten_examples": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
]
}
}
],
"variables_captured": {},
"available_variables": {
"api_base_url": "http://localhost:8080",
"test_delay": 1,
"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"
],
"dynamic-test-generation.generated_users": null,
"dynamic-test-generation.dynamic_endpoints_tested": null,
"dynamic-test-generation.test_summary": null,
"parallel-execution.parallel_execution_effective": true,
"parallel-execution.req1_duration": null,
"parallel-execution.req2_duration": null,
"parallel-execution.req3_duration": null,
"array-filtering-examples.filtering_results": {
"filter_types_demonstrated": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"test_summary": "array_filtering_examples",
"total_examples": 10
},
"array-filtering-examples.query_examples": [
"status_filtering",
"numeric_range_filtering",
"string_pattern_filtering",
"array_content_filtering",
"multi_condition_filtering",
"tag_based_filtering",
"simple_array_filtering",
"transformation_filtering",
"advanced_scenarios"
],
"nested-array-filtering.nested_filtering_results": {
"jmespath_features_used": [
"flatten_projection_[]",
"double_flatten_[][]",
"conditional_filtering_with_nested",
"array_element_access_[0]_[1]",
"contains_with_flattened_arrays"
],
"techniques_demonstrated": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
],
"test_summary": "nested_array_filtering_examples",
"total_examples": 10
},
"nested-array-filtering.flatten_examples": [
"basic_flatten_projections",
"subarray_conditional_filtering",
"multi_level_object_array_filtering",
"product_catalog_nested_filtering",
"matrix_operations",
"time_series_filtering",
"multi_level_combinations",
"conditional_nested_filtering",
"array_transformations",
"performance_testing"
]
},
"suite_yaml_content": "suite_name: \"Sequential vs Parallel Execution Comparison\"\nnode_id: \"sequential-parallel-comparison\"\ndescription: \"Test suite designed to demonstrate differences between sequential and parallel execution modes\"\nbase_url: \"{{httpbin_url}}\"\n\nmetadata:\n priority: \"medium\"\n tags: [\"execution-mode\", \"sequential\", \"parallel\", \"comparison\", \"timing\"]\n estimated_duration_ms: 12000\n execution_mode: \"{{execution_mode || 'sequential'}}\"\n\nvariables:\n execution_test_id: \"exec-{{$faker.string.uuid}}\"\n test_delay: 1 # 1 second delay per request\n concurrent_requests: 5\n load_test_range: [1, 2, 3, 4, 5]\n\nexports: [\"execution_results\", \"timing_data\", \"mode_comparison\"]\n\nsteps:\n # 1. Sequential Test Pattern - These should run one after another\n - name: \"Sequential request 1\"\n request:\n method: \"GET\"\n url: \"/delay/{{test_delay}}\"\n headers:\n X-Execution-Mode: \"{{execution_mode}}\"\n X-Request-Number: \"1\"\n X-Sequential-Test: \"true\"\n assert:\n status_code: 200\n response_time_ms:\n min: 900 # Should take at least 1 second due to delay\n max: 2000\n capture:\n seq_request_1_time: \"response_time_ms\"\n seq_request_1_start: \"{{$faker.date.recent}}\"\n\n - name: \"Sequential request 2\"\n request:\n method: \"GET\"\n url: \"/delay/{{test_delay}}\"\n headers:\n X-Execution-Mode: \"{{execution_mode}}\"\n X-Request-Number: \"2\"\n X-Sequential-Test: \"true\"\n assert:\n status_code: 200\n response_time_ms:\n min: 900\n max: 2000\n capture:\n seq_request_2_time: \"response_time_ms\"\n\n - name: \"Sequential request 3\"\n request:\n method: \"GET\"\n url: \"/delay/{{test_delay}}\"\n headers:\n X-Execution-Mode: \"{{execution_mode}}\"\n X-Request-Number: \"3\"\n X-Sequential-Test: \"true\"\n assert:\n status_code: 200\n response_time_ms:\n min: 900\n max: 2000\n capture:\n seq_request_3_time: \"response_time_ms\"\n\n # 2. Parallel-Ready Test Pattern - These can run concurrently\n - name: \"Parallel-ready request 1\"\n request:\n method: \"POST\"\n url: \"/post\"\n headers:\n Content-Type: \"application/json\"\n X-Execution-Mode: \"{{execution_mode}}\"\n X-Request-Number: \"1\"\n X-Parallel-Test: \"true\"\n body:\n request_id: 1\n execution_mode: \"{{execution_mode}}\"\n can_run_parallel: true\n test_data: \"parallel_request_1\"\n assert:\n status_code: 200\n body:\n json:\n request_id: { equals: 1 }\n capture:\n par_request_1_time: \"response_time_ms\"\n metadata:\n can_run_parallel: true\n\n - name: \"Parallel-ready request 2\"\n request:\n method: \"POST\"\n url: \"/post\"\n headers:\n Content-Type: \"application/json\"\n X-Execution-Mode: \"{{execution_mode}}\"\n X-Request-Number: \"2\"\n X-Parallel-Test: \"true\"\n body:\n request_id: 2\n execution_mode: \"{{execution_mode}}\"\n can_run_parallel: true\n test_data: \"parallel_request_2\"\n assert:\n status_code: 200\n body:\n json:\n request_id: { equals: 2 }\n capture:\n par_request_2_time: \"response_time_ms\"\n metadata:\n can_run_parallel: true\n\n - name: \"Parallel-ready request 3\"\n request:\n method: \"POST\"\n url: \"/post\"\n headers:\n Content-Type: \"application/json\"\n X-Execution-Mode: \"{{execution_mode}}\"\n X-Request-Number: \"3\"\n X-Parallel-Test: \"true\"\n body:\n request_id: 3\n execution_mode: \"{{execution_mode}}\"\n can_run_parallel: true\n test_data: \"parallel_request_3\"\n assert:\n status_code: 200\n body:\n json:\n request_id: { equals: 3 }\n capture:\n par_request_3_time: \"response_time_ms\"\n metadata:\n can_run_parallel: true\n\n # 3. Mixed Execution Pattern\n - name: \"Fast operation for timing comparison\"\n request:\n method: \"GET\"\n url: \"/get\"\n headers:\n X-Execution-Mode: \"{{execution_mode}}\"\n X-Fast-Operation: \"true\"\n params:\n timing_test: \"true\"\n fast_request: \"true\"\n assert:\n status_code: 200\n response_time_ms:\n max: 500 # Should be fast\n capture:\n fast_operation_time: \"response_time_ms\"\n\n # 4. Load Testing Pattern for Parallel Execution\n - name: \"Load test request batch\"\n iterate:\n over: \"{{load_test_range}}\"\n as: \"load_request_id\"\n request:\n method: \"GET\"\n url: \"/get\"\n headers:\n X-Execution-Mode: \"{{execution_mode}}\"\n X-Load-Test: \"true\"\n X-Batch-Request-ID: \"{{load_request_id}}\"\n params:\n load_test: \"true\"\n request_id: \"{{load_request_id}}\"\n execution_mode: \"{{execution_mode}}\"\n assert:\n status_code: 200\n body:\n args:\n request_id: { equals: \"{{load_request_id}}\" }\n capture:\n load_request_time: \"response_time_ms\"\n metadata:\n can_run_parallel: true\n\n # 5. Dependency Chain - Must Run Sequentially\n - name: \"Dependency step 1 - Setup\"\n request:\n method: \"POST\"\n url: \"/post\"\n headers:\n Content-Type: \"application/json\"\n X-Dependency-Chain: \"step_1\"\n X-Execution-Mode: \"{{execution_mode}}\"\n body:\n operation: \"setup\"\n chain_step: 1\n prepare_data: true\n assert:\n status_code: 200\n capture:\n setup_data: \"body.json.chain_step\"\n dependency_step_1_time: \"response_time_ms\"\n\n - name: \"Dependency step 2 - Process\"\n request:\n method: \"PUT\"\n url: \"/put\"\n headers:\n Content-Type: \"application/json\"\n X-Dependency-Chain: \"step_2\"\n X-Depends-On: \"{{setup_data}}\"\n X-Execution-Mode: \"{{execution_mode}}\"\n body:\n operation: \"process\"\n chain_step: 2\n depends_on: \"{{setup_data}}\"\n process_data: true\n assert:\n status_code: 200\n body:\n json:\n depends_on: { equals: \"{{setup_data}}\" }\n capture:\n processed_data: \"body.json.chain_step\"\n dependency_step_2_time: \"response_time_ms\"\n\n - name: \"Dependency step 3 - Finalize\"\n request:\n method: \"PATCH\"\n url: \"/patch\"\n headers:\n Content-Type: \"application/json\"\n X-Dependency-Chain: \"step_3\"\n X-Depends-On: \"{{processed_data}}\"\n X-Execution-Mode: \"{{execution_mode}}\"\n body:\n operation: \"finalize\"\n chain_step: 3\n depends_on: \"{{processed_data}}\"\n finalize_data: true\n assert:\n status_code: 200\n capture:\n finalized_data: \"body.json\"\n dependency_step_3_time: \"response_time_ms\"\n\n # 6. Execution Summary and Analysis\n - name: \"Collect execution timing analysis\"\n request:\n method: \"POST\"\n url: \"/post\"\n headers:\n Content-Type: \"application/json\"\n X-Summary: \"execution_analysis\"\n X-Execution-Mode: \"{{execution_mode}}\"\n body:\n test_summary: \"sequential_vs_parallel_execution\"\n test_id: \"{{execution_test_id}}\"\n execution_mode: \"{{execution_mode}}\"\n timing_data:\n sequential_requests:\n request_1: \"{{seq_request_1_time}}\"\n request_2: \"{{seq_request_2_time}}\"\n request_3: \"{{seq_request_3_time}}\"\n total_sequential: \"{{seq_request_1_time + seq_request_2_time + seq_request_3_time}}\"\n parallel_ready_requests:\n request_1: \"{{par_request_1_time}}\"\n request_2: \"{{par_request_2_time}}\"\n request_3: \"{{par_request_3_time}}\"\n total_parallel_ready: \"{{par_request_1_time + par_request_2_time + par_request_3_time}}\"\n dependency_chain:\n step_1: \"{{dependency_step_1_time}}\"\n step_2: \"{{dependency_step_2_time}}\"\n step_3: \"{{dependency_step_3_time}}\"\n total_chain: \"{{dependency_step_1_time + dependency_step_2_time + dependency_step_3_time}}\"\n fast_operation: \"{{fast_operation_time}}\"\n execution_patterns:\n - \"sequential_delayed_requests\"\n - \"parallel_ready_operations\"\n - \"load_test_batch\"\n - \"dependency_chain\"\n - \"timing_comparison\"\n expected_behavior:\n sequential_mode: \"All requests run one after another, total time = sum of individual times\"\n parallel_mode: \"Parallel-ready requests run concurrently, dependency chain still sequential\"\n performance_notes:\n sequential_total_min: \"{{(seq_request_1_time + seq_request_2_time + seq_request_3_time) / 1000}} seconds\"\n parallel_potential_savings: \"In parallel mode, some operations can overlap\"\n assert:\n status_code: 200\n body:\n json:\n test_summary: { equals: \"sequential_vs_parallel_execution\" }\n execution_mode: { equals: \"{{execution_mode}}\" }\n capture:\n execution_results: \"body.json\"\n timing_data: \"body.json.timing_data\"\n mode_comparison: \"body.json.expected_behavior\""
}