c# - How to run headless YUI tests and log success/failure in a log file? -
i have yui tests need them run headless. currently, these tests run launching corresponding testfilename.html. upon launching, browser shows passed or failed tests on screen green , red icons , corresponding messages. during process, machine unusable because browser's ui keeps popping , down.
i trying make test run headless. created webbrowser (from .net) control in memory , launched page in it. but, way can not see ui , determine if tests passed of failed. need log success/failure , corresponding messages in log file in file system.
i not sure how so. can please tell me can achieve headless execution of yui , creating logs?
thanks
you might want @ phantom.js. it's head-less version of webkit (ie. safari , chrome), , people use time running head-less js tests, can find lot more information out there .net thing mentioned.
Comments
Post a Comment