diff --git a/frontend/src/business/components/api/automation/scenario/common/RunMode.vue b/frontend/src/business/components/api/automation/scenario/common/RunMode.vue
index 74159bdc9c..4eef6faf74 100644
--- a/frontend/src/business/components/api/automation/scenario/common/RunMode.vue
+++ b/frontend/src/business/components/api/automation/scenario/common/RunMode.vue
@@ -7,7 +7,7 @@
>
{{ $t("run_mode.title") }}:
-
+
{{ $t("run_mode.serial") }}
{{ $t("run_mode.parallel") }}
@@ -39,8 +39,28 @@
-
+
+
+
+ {{ $t("run_mode.other_config") }}:
+
+
+
+ {{ $t('run_mode.run_with_resource_pool') }}
+
+
+
+
+
+
+
+
+
{{ $t("run_mode.report_name") }}:
{{ $t("run_mode.title") }}:
-
+
{{ $t("run_mode.serial") }}
{{ $t("run_mode.parallel") }}
@@ -37,6 +37,28 @@
+
+
+
+ {{ $t("run_mode.other_config") }}:
+
+
+
+
+ {{ $t('run_mode.run_with_resource_pool') }}
+
+
+
+
+
+
+
+
+
@@ -69,6 +91,11 @@ export default {
this.testType = testType;
this.getResourcePools();
},
+ changeMode() {
+ this.runConfig.onSampleError = false;
+ this.runConfig.runWithinResourcePool = false;
+ this.runConfig.resourcePoolId = null;
+ },
close() {
this.runConfig = {
mode: "serial",