javascript - mocha-phantomjs xunit reporter and file output not working -
using $mocha-phantomjs -r xunit -f outputfile.xml mypage.html
----> generating console output in xml format not writing in output file.
on other hand :
$mocha-phantomjs -r json -f outputfile.json mypage.html
-----> working expected.
okay thing has been resolved part of issues in github repo of mocha-phantomjs. here link go issue
Comments
Post a Comment