Seamless Test Case

Select your system and provider, then run your test.

Runner ID: {{ runnerIdDetected }}
Copied!
{{ submitError }}

Overview

{{ runner.runner_status }}
Passed
{{ passed }} / {{ totalCases }}
Failed
{{ failed }} / {{ totalCases }}
Pending
{{ pending }} / {{ totalCases }}
Progress
{{ progressPct }}%
{{ currentCase.test_case_key }} · {{ currentCase.test_case_title || 'Untitled Test Case' }}
{{ currentCase.test_case_method }}
{{ currentCase.test_case_status }}
Remarks
{{ remark }}
Request Body & Headers
Request Body JSON
{{ formatJSON(currentCase.test_case_request_body ?? {}) }}
Request Headers JSON
{{ formatJSON(currentCase.test_case_request_headers ?? {}) }}
Response Body Actual & Expected
Actual Response Body JSON
{{ formatJSON(currentCase.test_case_actual_response_body ?? {}) }}
Expected Body JSON
{{ formatJSON(currentCase.test_case_expected_response_body ?? {}) }}
Response Headers Actual & Expected
Actual Response Headers JSON
{{ formatJSON(currentCase.test_case_actual_response_headers ?? {}) }}
Expected Headers JSON
{{ formatJSON(currentCase.test_case_expected_response_headers ?? {}) }}