mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-18 08:17:35 +08:00
fix html report for HttpRunner 2.0
This commit is contained in:
@@ -50,7 +50,7 @@ class HttpRunner(object):
|
||||
except exceptions.MyBaseFailure as ex:
|
||||
self.fail(str(ex))
|
||||
finally:
|
||||
self.meta_data = test_runner.get_test_data()
|
||||
self.meta_datas = test_runner.meta_datas
|
||||
|
||||
if "config" in test_dict:
|
||||
# run nested testcase
|
||||
|
||||
Reference in New Issue
Block a user