Commit e64b827c by zhangjingdong

update execute_automation_scripts.py

parent 88eaa21c
# coding = utf-8 # coding = utf-8
...@@ -8,8 +8,8 @@ class PostmanApi: ...@@ -8,8 +8,8 @@ class PostmanApi:
def post(self): def post(self):
file = [] file = []
# report_file = "/phantom/file/testreport/" report_file = "/phantom/file/testreport/"
report_file = "/Users/lucas/Documents/报告地址/" # report_file = "/Users/lucas/Documents/报告地址/"
BASE_DIR = os.path.realpath(os.path.dirname(os.path.abspath(__file__))) BASE_DIR = os.path.realpath(os.path.dirname(os.path.abspath(__file__)))
path = os.listdir(BASE_DIR) path = os.listdir(BASE_DIR)
delay_request = str(50) delay_request = str(50)
......
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 sign in to comment