From d246cf53d409f3c9835d17aef495ec8254fa41d3 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Sat, 19 Feb 2022 06:08:08 +0530 Subject: [PATCH] feat: show environment updates in test results --- .../components/http/TestResult.vue | 38 ++++++++++++++++++- .../components/http/TestResultEnv.vue | 24 ++++++++++++ 2 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 packages/hoppscotch-app/components/http/TestResultEnv.vue diff --git a/packages/hoppscotch-app/components/http/TestResult.vue b/packages/hoppscotch-app/components/http/TestResult.vue index bab19666c..8fa546153 100644 --- a/packages/hoppscotch-app/components/http/TestResult.vue +++ b/packages/hoppscotch-app/components/http/TestResult.vue @@ -3,7 +3,9 @@
+
+
+ + + {{ t("environment.title") }} + + +
+ + +
+
+
diff --git a/packages/hoppscotch-app/components/http/TestResultEnv.vue b/packages/hoppscotch-app/components/http/TestResultEnv.vue new file mode 100644 index 000000000..393de1167 --- /dev/null +++ b/packages/hoppscotch-app/components/http/TestResultEnv.vue @@ -0,0 +1,24 @@ + + +