+
+
+ {{ testResult.status }} {{ testResult.success ? 'OK' : 'Error' }}
+
+
+ {{ $t('CAPTAIN.CUSTOM_TOOLS.TEST.RESPONSE_TIME', { ms: 'N/A' }) }}
+
+
+
+
+
+
+ {{ $t('CAPTAIN.CUSTOM_TOOLS.TEST.RESPONSE_HEADERS') }}
+
+
{{ JSON.stringify(testResult.headers, null, 2) }}
+
+
+
+
+
+ {{ $t('CAPTAIN.CUSTOM_TOOLS.TEST.RESPONSE_BODY') }}
+
+
{{ testResult.body }}
+
+