量角器 - 如何生成执行报告或在输出文本文件中显示 console.log 消息

Protractor - How to generate execution report or display the console.log messages in an output text file

我正在使用 Protractor 测试移动混合应用程序。我正在使用 windows 环境。 javascript.

我想在执行后在单独的文本文件中显示 console.log 消息。

或者有什么方法可以生成执行日志? 我尝试了 resultJsonOutputFilehttp://eitanp461.blogspot.in/console.push 消息,但没有得到预期的输出。

如果您只想要所有量角器输出,只需重定向输出:

protractor --option1=x --options2=y conf.js > /path/you/want/to/save/your/file.txt