javascript - Making the YUI TestLogger show only tests that fail? -
I will show I am using YUI Test framework to TDD with JavaScript but default TestLogger all kinds of messages, not only failed the people it scans the log for the failures of a failure Tediam, or you have to play whack-a-mole on the filter box. Is there any way to create toggle switches on logger windows, can remain the same between page refresh? Or does the logger show only those tests that have failed?
You can see that when you dominate PASS and INFO, you have many tests and it is very easy to remember FAIL messages.
I have seen, that indicates that there are some options, sorry that the options are not mentioned at all, I only use YUI for this feature, I am not an expert in, can anyone give me hands?
YUI 2.7 and prior to filtering a category, logger that category before hiding the request Will receive a message from. This means that you can
YAHOO.log ('', 'pass', 'testrunner'); Var Loger = New Yahoo With Logarider (el, conif); Logger.hideCategory ('pass');
FWI is available in pre-filtering UII3.
I suggest that you can add a feature request to
Comments
Post a Comment