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.
运行时是否有任何可能性(设置)或任何方式不显示此文本“测试文件:myfile.js”(天蓝色背景色文本)casperjs --includes=myinclude.js test myfile.js。我不希望它在 STDOUT 的第一步显示。
casperjs --includes=myinclude.js test myfile.js
没有选项可以这样做,但是当只有一个文件正在测试时,我刚刚提出了删除此输出的请求。
拉取请求