fix html report for HttpRunner 2.0

This commit is contained in:
debugtalk
2018-11-27 17:55:49 +08:00
parent 0e0ddb7d52
commit 01abbf06f8
6 changed files with 197 additions and 68 deletions

View File

@@ -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