mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-07 15:31:23 +08:00
change: relocate report template html
This commit is contained in:
@@ -315,7 +315,7 @@ def gen_html_report(summary, report_template=None, report_dir=None, report_file=
|
|||||||
if not report_template:
|
if not report_template:
|
||||||
report_template = os.path.join(
|
report_template = os.path.join(
|
||||||
os.path.abspath(os.path.dirname(__file__)),
|
os.path.abspath(os.path.dirname(__file__)),
|
||||||
"static",
|
"report",
|
||||||
"report_template.html"
|
"report_template.html"
|
||||||
)
|
)
|
||||||
logger.log_debug("No html report template specified, use default.")
|
logger.log_debug("No html report template specified, use default.")
|
||||||
|
|||||||
0
httprunner/report/__init__.py
Normal file
0
httprunner/report/__init__.py
Normal file
Reference in New Issue
Block a user