QA/Automation/Projects/Mozmill Dashboard: Difference between revisions

From MozillaWiki
< QA‎ | Automation‎ | Projects
Jump to navigation Jump to search
No edit summary
 
(32 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Overview=
__NOTOC__
{|
==Overview==
| style="width: 33%" |
The dashboard for Mozmill test-runs is used to display test results for each available test-run, which can currently be executed by our automation or by the upcoming Mozmill Crowd extension. Different views will make it easier to spot new regressions, check the trend of existing failures, or to reference test results of our release testing work.
| style="width: 33%" |
|- valign="top"
| '''Lead:'''
| [mailto:hskupin@mozilla.com Henrik Skupin]
|- valign="top"
| '''Co-workers:'''
| n/a
|- valign="top"
| '''Dates:'''
| v0.1 by end of June
|- valign="top"
| '''Status:'''
| Planning
|- valign="top"
| '''Repository Location:'''
| n/a
|- valign="top"
| '''Tracking Bug:'''
| n/a
|}


=Excerpt=
{| style="width: 100%; margin-bottom: 2em"
A web dashboard has to be created to display all the relevant information of the latest Mozmill test-runs, e.g. passed vs. failed tests. It should allow to easily get an overview about all different kinds of failures.  
|-
| style="width: 25%" |
| style="width: 75%" |
|- valign="top"
| '''Name:'''
| Mozmill Test Results Dashboard
|- valign="top"
| '''Leads:'''
| [mailto:hskupin@mozilla.com Henrik Skupin], [mailto:dhunt@mozilla.com Dave Hunt]
|- valign="top"
| '''Team Assistance:'''
| n/a
|- valign="top"
| '''Repository:'''
| https://github.com/mozilla/mozmill-dashboard
|}


=Project Details=
==Dashboard Platform==
The [[QA/Mozmill_Test_Automation/Results_Data|Results Data]] project will provide all the data which gets transferred from the Mozmill test-runs to the brasstacks server. With that data we can create a dashboard for the following types of Mozmill test-runs:
* [[QA/Mozmill_Test_Automation/Dashboard/Documentation|Documentation]]
* [http://etherpad.mozilla.com:9000/qa-auto-mozmill-dashboard Etherpad] for brainstorming and discussions
* [[QA/Mozmill_Test_Automation/Dashboard/FAQ|FAQ]]
* [[QA/Mozmill_Test_Automation/Dashboard/Presentations|Presentations]]


* Normal tests
==Dashboard Production==
* Restart tests
* [[QA/Mozmill_Test_Automation/Dashboard/Roadmap|Product Roadmap]]
* Software Update tests
* [[QA/Mozmill_Test_Automation/Dashboard/Release|Release Process]]
* L10n tests
* [[QA/Mozmill_Test_Automation/Dashboard/Contribution|How to Contribute]]
* Accessibility tests
 
* Add-on tests
==Resources==
* [http://couchdb.apache.org/ CouchDB]
* [http://guide.couchdb.org/ CouchDB the definitive guide]
* [http://code.quirkey.com/sammy/index.html Sammy JS framework]

Latest revision as of 10:40, 13 January 2014

Overview

The dashboard for Mozmill test-runs is used to display test results for each available test-run, which can currently be executed by our automation or by the upcoming Mozmill Crowd extension. Different views will make it easier to spot new regressions, check the trend of existing failures, or to reference test results of our release testing work.

Name: Mozmill Test Results Dashboard
Leads: Henrik Skupin, Dave Hunt
Team Assistance: n/a
Repository: https://github.com/mozilla/mozmill-dashboard

Dashboard Platform

Dashboard Production

Resources