parent
053e4a0811
commit
5f3c76dc6d
|
@ -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",
|
||||
|
|
|
@ -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: "步骤内后置脚本后",
|
||||
|
|
|
@ -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: "步驟內後置腳本後",
|
||||
|
|
Loading…
Reference in New Issue