grover
Version:
PhantomJS wrapper for YUITest
18 lines (16 loc) • 360 B
HTML
<html>
<head>
<title>Test One</title>
</head>
<body>
<script src="http://yui.yahooapis.com/3.7.3/build/yui/yui-min.js"></script>
<script src="./assets/yql-yuitest.js"></script>
<script src="./assets/yql-tests.js"></script>
<script>
YUI().use('yql', 'test', 'yql-tests', function(Y) {
Y.Test.Runner.run();
});
</script>
</body>
</html>