Arthur-Wu committed this file on 2024-11-15
This commit is contained in:
@ -4,5 +4,9 @@
|
||||
# 1-执行环境:测试环境-test_env;灰度环境-gray_env
|
||||
ExecutionEnv: test_env
|
||||
|
||||
# 2-Reports URL
|
||||
# 2-执行范围:YMService、YMClient、YMBusiScenarios
|
||||
ExecutionScope: YMBusiScenarios
|
||||
|
||||
# 3-Reports URL
|
||||
ReportsURL: http://192.168.1.165
|
||||
|
||||
|
@ -14,7 +14,9 @@ GlobalPath = {
|
||||
"CfgPath": os.path.join(__RootPath, 'configs').replace("\\", "/"),
|
||||
"YMDataPath": os.path.join(__RootPath, 'YiMao/data').replace("\\", "/"),
|
||||
"YMCfgPath": os.path.join(__RootPath, 'YiMao/config').replace("\\", "/"),
|
||||
"YMCaseScriptsPath": os.path.join(__RootPath, 'YiMao/scripts').replace("\\", "/"),
|
||||
"YMService": os.path.join(__RootPath, 'YiMao/scripts/YMService').replace("\\", "/"),
|
||||
"YMClient": os.path.join(__RootPath, 'YiMao/scripts/YMClient').replace("\\", "/"),
|
||||
"YMBusiScenarios": os.path.join(__RootPath, 'YiMao/scripts/BusiScenarios').replace("\\", "/"),
|
||||
"YMReportPath": os.path.join(__RootPath, 'YiMao/report').replace("\\", "/")
|
||||
}
|
||||
GlobalParams = {
|
||||
|
Reference in New Issue
Block a user