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

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

java - Digest auth with Spring Security using javaconfig -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -