标签: javascript testing phantomjs mocha mocha-phantomjs
$ mocha-phantomjs -R xunit -f outputFile.xml myPage.html
---->这是以xml格式生成控制台输出,但不在输出文件中写入。
另一方面:
$ mocha-phantomjs -R json -f outputFile.json myPage.html
- - - - >这是按预期工作的。
答案 0 :(得分:-1)
好的,所以这件事以前已被解决为mocha-phantomjs的github repo中的问题的一部分。这是链接Go To Issue