John Lindal![]()
This plugin for YUI 3 Console displays a menu of all the test suites registered with Y.Test.Runner and lets you run them all at once or individually.
Example of configuring Y.Console
<script src="http://yui.yahooapis.com/3.5.1/build/yui/yui-min.js"></script>YUI({
//Last Gallery Build of this module
gallery: 'gallery-2013.01.16-21-05'
}).use('gallery-console-test', function(Y)
{
// define your tests
Y.Test.Runner.add(...);
// add the plugin to the console
new Y.Console({ plugins: [ Y.Plugin.ConsoleTest ] }).render();
});
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info