mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 11:29:48 +08:00
change: har2case generate testcase config with verify False
This commit is contained in:
@@ -297,7 +297,7 @@ class HarParser(object):
|
||||
def _prepare_config(self):
|
||||
""" prepare config block.
|
||||
"""
|
||||
return {"name": "testcase description", "variables": {}}
|
||||
return {"name": "testcase description", "variables": {}, "verify": False}
|
||||
|
||||
def _prepare_teststeps(self):
|
||||
""" make teststep list.
|
||||
|
||||
Reference in New Issue
Block a user