coverage.xml revision f3c3d0863a2f20726928e83b18c359a8ddf3f3a3
<?xml version="1.0"?>
<!-- These tests are ready for automated test coverage.
If you'd like your test to be included here:
Don't use yui-debug.js or yui-min.js.
2. Make sure your test respects the filter query string parameter by
using something like this in your test's YUI config:
var Y = YUI({
filter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min'
});
Then make sure ?filter=raw only includes raw JS.
Coverage tests are not allowed to use debug or min filters.
Feel free to add your test if it respects ?filter=raw.
-->
<yuitest>
<tests base="@TEST_ARTIFACTS_BASE@" timeout="120000">
<!-- This needs to be first to prep the
browser window for the other tests -->
<!-- This test fails to complete under automation.
Removed until the cause is discovered.
<url>dom/tests/dom-xy.html</url>
-->
<!-- history-hash doesn't work properly with Selenium. Bug #2530385.
<url>history/tests/functional/history-hash.html</url>
-->
<!--
<url>jsonp/tests/jsonp.html</url>
<url>jsonp/tests/jsonp-url.html</url>
-->
<!-- Using a better coverage page for loader tests. -->
<!--
<url>node-focusmanager/tests/focusmanager.html</url>
-->
<!-- Failing in CI
<url>transition/tests/transition.html</url>
-->
<!-- Combined yui-base, array, object, lang, features test page -->
</tests>
</yuitest>