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

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -