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.
我的设计项目中有几个 VUnit 单元测试平台和一个顶级测试平台。VUnit 找到我所有的测试平台并执行它们。我想控制测试台的执行顺序,所以我可以让较短的测试台先执行。这是 VUnit 中可用的功能吗?
不,没有这样的功能,但是可以创建一个脚本来获取以前的测试报告,提取时间信息并按时间顺序逐个运行测试。
我认为你应该在 Github 上为此打开一个问题以获得更好的内置支持。还有其他一些有趣的相关功能,例如运行多个线程时的负载平衡。