Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将我的测试结果写入数据库。有没有办法在没有脚本的情况下做到这一点?
我的第一个想法是将 json-log 输入数据库,您的经验是什么?!
您还没有说为什么需要这个,但如果要跟踪您的测试运行历史,您可以使用 Atlassian Bamboo。它将为您解析输出日志并提供许多附加功能,例如重新运行失败的测试、通过电子邮件发送结果、调度、调试票证等。
有一个专门为此目的设计的 PHPUnit 构建任务。