Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

执行测试后,report没有落库,导致无法查看报告,尝试修复了下~~ #147

Open
Verckolf opened this issue Apr 29, 2019 · 2 comments

Comments

@Verckolf
Copy link

过程:执行完测试用例后,无法在在报告管理中查看报告,继而发现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)

@zhongdaoyou
Copy link

可以详细点吗

@shanxizhiying
Copy link

作者没有把执行用例生成测试报告添加进测试报告列表里,我猜原因是正式执行时才需要添加,不然报告列表里会出现大量调试的测试报告吧

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants