Mercurial > bugzilla-dashboard
view tests.html @ 109:8335b1abc295
added verifications to system tests
author | Atul Varma <avarma@mozilla.com> |
---|---|
date | Fri, 30 Apr 2010 05:10:10 -0700 |
parents | e79a2dd66e25 |
children |
line wrap: on
line source
<html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" media="all" href="css/qunit.css" /> <title>Bugzilla Dashboard Unit Test Suite</title> </head> <body> <h1 id="qunit-header">Bugzilla Dashboard Unit Test Suite</h1> <h2 id="qunit-banner"></h2> <h2 id="qunit-userAgent"></h2> <ol id="qunit-tests"></ol> <p> <a target="qunitDocs" href="http://docs.jquery.com/QUnit">QUnit Documentation</a> | <a target="bugzillaDashboard" href="index.html">Bugzilla Dashboard</a> | <a target="blackBox" href="black-box.html">Black Box (System Tests)</a> </p> </body> <!-- Base Scripts--> <script src="js/jquery.js"></script> <script src="js/qunit.js"></script> <script src="js/require.js"></script> <script src="js/bugzilla.js"></script> <script src="js/tests.js"></script> <!-- CommonJS Modules --> <script src="js/modules/date-utils.js"></script> <script src="js/modules/mocks.js"></script> <!-- Test Suites --> <script src="js/tests/test-date-utils.js"></script> <script src="js/tests/test-require.js"></script> <script src="js/tests/test-bugzilla.js"></script> </html>