refactor(项目设置): 优化环境设置中全局前后置脚本的描述

优化环境设置中全局前后置脚本的描述
This commit is contained in:
song-tianyang 2022-03-30 18:16:34 +08:00 committed by 刘瑞斌
parent 053e4a0811
commit 5f3c76dc6d
3 changed files with 10 additions and 10 deletions

View File

@ -1877,9 +1877,9 @@ export default {
execute_post_step: "Execute after single",
execute_post_step_tip: "Execute every time after each API step, such as response decryption",
execute_before_all_steps: "Execute before all",
execute_before_all_steps_tip: "Execute once before the start of all API steps, such as token acquisition and scene initialization",
execute_before_all_steps_tip: "Execute once before the start of all API Scenario, such as token acquisition and scene initialization",
execute_post_all_steps: "Execute after all",
execute_post_all_steps_tip: "Execute once after the end of all API steps, such as data destruction and scene reset",
execute_post_all_steps_tip: "Execute once after the end of all API Scenario, such as data destruction and scene reset",
after_the_pre_script_step: "After the pre-script in the step",
before_the_pre_script_step: "Before pre-script in step",
after_the_post_script_step: "After the script is placed in the step",

View File

@ -1881,10 +1881,10 @@ export default {
execute_before_step_tip: "每一个API步骤执行前均执行一次如请求内容加密",
execute_post_step: "单个请求步骤后执行",
execute_post_step_tip: "每一个API步骤执行后均执行一次如响应内容解密",
execute_before_all_steps: "所有请求步骤前执行",
execute_before_all_steps_tip: "全部API流程开始前执行一次如token获取及场景初始化",
execute_post_all_steps: "所有请求步骤后执行",
execute_post_all_steps_tip: "全部API流程结束后执行一次,如数据销毁及环境重置",
execute_before_all_steps: "所有场景步骤前执行",
execute_before_all_steps_tip: "全部场景开始前执行一次如token获取及场景初始化",
execute_post_all_steps: "所有场景步骤后执行",
execute_post_all_steps_tip: "全部場景结束后执行一次,如数据销毁及环境重置",
after_the_pre_script_step: "步骤内前置脚本后",
before_the_pre_script_step: "步骤内前置脚本前",
after_the_post_script_step: "步骤内后置脚本后",

View File

@ -1881,10 +1881,10 @@ export default {
execute_before_step_tip: "每一個API步驟執行前均執行一次如請求內容加密",
execute_post_step: "單個請求步驟後執行",
execute_post_step_tip: "每一個API步驟執行後均執行一次如響應內容解密",
execute_before_all_steps: "所有請求步驟前執行",
execute_before_all_steps_tip: "全部API流程開始前執行一次如token獲取及場景初始化",
execute_post_all_steps: "所有請求步驟後執行",
execute_post_all_steps_tip: "全部API流程結束後執行一次,如數據銷毀及環境重置",
execute_before_all_steps: "所有場景步驟前執行",
execute_before_all_steps_tip: "全部場景開始前執行一次如token獲取及場景初始化",
execute_post_all_steps: "所有場景步驟後執行",
execute_post_all_steps_tip: "全部場景結束後執行一次,如數據銷毀及環境重置",
after_the_pre_script_step: "步驟內前置腳本後",
before_the_pre_script_step: "步驟內前置腳本前",
after_the_post_script_step: "步驟內後置腳本後",