<html>
<head>
<title>Parallel Automated Tests</title>
</head>
<body class="yui3-skin-sam">
<div id="log"></div>
<script type="text/javascript">
var YUI_config = {
gconfig: true,
gfilter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min'
};
YUI({
filter: YUI_config.gfilter,
modules: {
'parallel-tests': {
fullpath: '/parallel-tests.js',
requires: [ 'test']
}
}
}).use('parallel-tests', 'test-console', 'test', function(Y) {
(new Y.Test.Console()).render('#log');
Y.Test.Runner.setName("Parallel");
});
</script>
</body>
</html>