Mercurial > bugzilla-dashboard
view black-box.html @ 110:4567dc69cb3e
Added failure messages and more color feedback to black-box tests
author | Atul Varma <avarma@mozilla.com> |
---|---|
date | Fri, 30 Apr 2010 05:26:01 -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/black-box.css" /> <title>Bugzilla Dashboard - Black Box</title> </head> <body> <h1 class="title">Bugzilla Dashboard - Black Box</h1> <p> This page contains a Bugzilla Dashboard plugged-in to a toy Bugzilla database. You can log into it with the username "john@doe.com" and password "test". </p> <p> You can also select a test that automates some common UI actions for you. </p> <p> This page is intended as an aid to system testing. The Bugzilla Dashboard also has a <a href="tests.html" target="unitTests">unit test suite</a>. </p> <div id="dashboard-container"> <iframe src="about:blank" id="dashboard"></iframe> </div> <div id="messages"></div> <span class="test-button" id="testLoginWithNoPassword"> Login without Password </span> <span class="test-button" id="testLoginWithCorrectPassword"> Login with Correct Password </span> <span class="test-button" id="testLoginWithIncorrectPassword"> Login with Incorrect Password </span> </body> <!-- Base Scripts --> <script src="js/jquery.js"></script> <script src="js/require.js"></script> <script src="js/modules/mocks.js"></script> <script src="js/black-box.js"></script> </html>