Arthur-Wu committed this file on 2024-11-15

This commit is contained in:
ieemoo
2024-11-15 17:35:57 +08:00
parent c871e12b16
commit 298268c133
20 changed files with 595 additions and 18 deletions

View File

@ -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

View File

@ -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 = {