mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-01 22:09:35 +08:00
feat: support run testcases in specified folder path, including testcases in sub-folders
This commit is contained in:
@@ -33,7 +33,7 @@ class GAClient(object):
|
||||
|
||||
def __init__(self, tracking_id: Text):
|
||||
self.http_client = requests.Session()
|
||||
self.label = str(__version__)
|
||||
self.label = f"v{__version__}"
|
||||
self.common_params = {
|
||||
'v': self.version,
|
||||
'tid': tracking_id, # Tracking ID / Property ID, XX-XXXXXXX-X
|
||||
|
||||
Reference in New Issue
Block a user