mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-25 02:10:24 +08:00
refactor report: split test suite to separate tables
This commit is contained in:
@@ -88,7 +88,9 @@ def main_hrun():
|
||||
)
|
||||
|
||||
summary = runner.summary
|
||||
print_output(summary["output"])
|
||||
for suite_summary in summary["details"]:
|
||||
print_output(suite_summary["output"])
|
||||
|
||||
return 0 if summary["success"] else 1
|
||||
|
||||
def main_locust():
|
||||
|
||||
Reference in New Issue
Block a user