You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.
过程:执行完测试用例后,无法在在报告管理中查看报告,继而发现DB中没有记录该报告,继而发现作者在函数run中没有调用函数add_test_reports
尝试添加该函数后,可以落库并且查看报告,目前没有发现其他引入的问题~~~~~
文件/apimanager/views.py
函数run_test
report_name = kwargs.get('report_name', None)
add_test_reports(runner, report_name=report_name)
The text was updated successfully, but these errors were encountered: