From 9c21013a069956f4f9fbae6de1b67a8c4a46622d Mon Sep 17 00:00:00 2001 From: Rishabh Agarwal <45998880+RishabhAgarwal-2001@users.noreply.github.com> Date: Tue, 1 Feb 2022 14:29:18 +0530 Subject: [PATCH] feat: handle test script execution failure (#2104) Co-authored-by: Andrew Bastin --- .../components/http/TestResult.vue | 19 +++++++++++++++++++ .../hoppscotch-app/helpers/RequestRunner.ts | 10 +++++++++- .../helpers/types/HoppTestResult.ts | 1 + packages/hoppscotch-app/locales/en.json | 6 ++++-- 4 files changed, 33 insertions(+), 3 deletions(-) diff --git a/packages/hoppscotch-app/components/http/TestResult.vue b/packages/hoppscotch-app/components/http/TestResult.vue index b2beeeb00..bab19666c 100644 --- a/packages/hoppscotch-app/components/http/TestResult.vue +++ b/packages/hoppscotch-app/components/http/TestResult.vue @@ -62,6 +62,25 @@ +
+ + + {{ t("error.test_script_fail") }} + + + {{ t("helpers.test_script_fail") }} + +