0

minitest-ci gem 的文档(似乎是为 Jenkins 等 CI 工具生成测试结果的唯一选择)有一个非常烦人的习惯,即不保留rake minitest:models调用时的结果rake minitest- 运行 minitest:models 的测试结果被删除在运行其余测试之前。minitest-ci 几乎不存在的文档声称将其添加到 test_helper.rb 将禁用麻烦的自动清理行为,但它不会:

# Why do SO and GitHub have to use completely different ways of indicating inline code?
# test/helper.rb
MiniTest::Ci.auto_clean = false

有没有人设法让 minitest-ci 保存所有测试结果文件?我在这里达到了智慧的尽头。

4

1 回答 1

0

我认为ci_reporter gem支持 miniTest。这可能是另一种选择。

于 2012-12-20T18:12:01.923 回答