Cucumber 如何在葫芦android中打印/嵌入日志到report.html

Cucumber 如何在葫芦android中打印/嵌入日志到report.html,cucumber,calabash-android,Cucumber,Calabash Android,如何将日志打印/断言/嵌入到生成的report.html文件中? e、 g 这种情况下,report.html中不应该出现疯狂的东西。 如果我使用puts,它会将打印输出放在我不想要的终端上。不确定这是否有帮助,但我发现了一个类似的问题并给出了答案 Then(/^I do some crazy stuff$/) do puts "this scenario does crazy stuff" end

如何将日志打印/断言/嵌入到生成的report.html文件中? e、 g

这种情况下,report.html中不应该出现疯狂的东西。
如果我使用puts,它会将打印输出放在我不想要的终端上。

不确定这是否有帮助,但我发现了一个类似的问题并给出了答案

Then(/^I do some crazy stuff$/) do
  puts "this scenario does crazy stuff"
end