使用 $mocha-phantomjs -R xunit -f outputFile.xml myPage.html
----> 这是生成 xml 格式的控制台输出,但不写入输出文件。
另一方面 :
$mocha-phantomjs -R json -f outputFile.json myPage.html
----->这按预期工作。
使用 $mocha-phantomjs -R xunit -f outputFile.xml myPage.html
----> 这是生成 xml 格式的控制台输出,但不写入输出文件。
另一方面 :
$mocha-phantomjs -R json -f outputFile.json myPage.html
----->这按预期工作。