Commit 1ed9d867 by taoke

多项目配置化-增加根据项目名来发送钉钉群

parent 85f11e40
...@@ -80,4 +80,14 @@ def get_case_dir(product_name): ...@@ -80,4 +80,14 @@ def get_case_dir(product_name):
test_case_dir = BmyConfig.test_case_dir test_case_dir = BmyConfig.test_case_dir
if product_name == SSOConfig.name: if product_name == SSOConfig.name:
test_case_dir = SSOConfig.test_case_dir test_case_dir = SSOConfig.test_case_dir
return test_case_dir return test_case_dir
\ No newline at end of file
def get_send_dingding(product_name):
"""根据传入的产品名来 发送对应的钉钉群"""
pass
def get_run(envrioment):
"""根据传入环境名字,来填入环境配置"""
pass
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment