QA/Automation/Projects/Mozmill: Difference between revisions
< QA | Automation | Projects
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
=Overview= | =Overview= | ||
Our team is maintaining the functional test framework called Mozmill. We take care of implementing new features, and of fixing broken behaviors. | |||
{| style="width: 90%; margin: 0 0 1em 1em" | | {| style="width: 90%; margin: 0 0 1em 1em" | | ||
Line 8: | Line 8: | ||
|- valign="top" | |- valign="top" | ||
| '''Name:''' | | '''Name:''' | ||
| Mozmill | | Mozmill | ||
|- valign="top" | |- valign="top" | ||
| '''Leads:''' | | '''Leads:''' | ||
| [mailto: | | [mailto:hskupin@mozilla.com Henrik Skupin] | ||
|- valign="top" | |- valign="top" | ||
| '''Contributors:''' | | '''Contributors:''' | ||
| | | [mailto:andrei.eftimie@softvision.ro Andrei Eftimie], [mailto:andreea.matei@softvision.ro Andreea Matei] | ||
|- valign="top" | |- valign="top" | ||
| '''Tracking Bug:''' | | '''Tracking Bug:''' | ||
| | | - | ||
|- valign="top" | |- valign="top" | ||
| '''Repository:''' | | '''Repository:''' | ||
Line 23: | Line 23: | ||
|- valign="top" | |- valign="top" | ||
| '''Etherpad:''' | | '''Etherpad:''' | ||
| https://etherpad.mozilla.org/mozmill | | https://etherpad.mozilla.org/firefox-automation-mozmill | ||
|} | |} | ||
Line 30: | Line 30: | ||
|- | |- | ||
| style="background:#EFEFEF; width:20%" | '''Date''' | | style="background:#EFEFEF; width:20%" | '''Date''' | ||
| style="background:#EFEFEF; width:14%" | ''' | | style="background:#EFEFEF; width:14%" | '''Tracking Bug''' | ||
| style="background:#EFEFEF; width:66%" | '''Details''' | | style="background:#EFEFEF; width:66%" | '''Details''' | ||
|- valign="top" | |- valign="top" | ||
| June 30th, 2014 | | June 30th, 2014 | ||
| | | {{bug|754847}} | ||
| Replace local httpd.js web server with mozhttpd | | Replace local httpd.js web server with mozhttpd | ||
|- valign="top" | |- valign="top" | ||
| Sep 30th, 2014 | | Sep 30th, 2014 | ||
| | | {{bug|1035187}} | ||
| Stabilize restart testing automation - less than 5% intermittent failure rate | | Stabilize restart testing automation - less than 5% intermittent failure rate | ||
|} | |} | ||
Line 45: | Line 45: | ||
If you are interested in helping us on this project you might want to check the following links: | If you are interested in helping us on this project you might want to check the following links: | ||
* https://wiki.mozilla.org/Auto-tools/Projects/Mozmill/RepoSetup | * https://wiki.mozilla.org/Auto-tools/Projects/Mozmill/RepoSetup | ||
== Documentation == | == Documentation == | ||
* | * https://wiki.mozilla.org/Auto-tools/Projects/Mozmill | ||
== References == | == References == | ||
* | * |
Revision as of 12:24, 14 July 2014
Overview
Our team is maintaining the functional test framework called Mozmill. We take care of implementing new features, and of fixing broken behaviors.
Name: | Mozmill |
Leads: | Henrik Skupin |
Contributors: | Andrei Eftimie, Andreea Matei |
Tracking Bug: | - |
Repository: | https://github.com/mozilla/mozmill |
Etherpad: | https://etherpad.mozilla.org/firefox-automation-mozmill |
Roadmap
Date | Tracking Bug | Details |
June 30th, 2014 | bug 754847 | Replace local httpd.js web server with mozhttpd |
Sep 30th, 2014 | bug 1035187 | Stabilize restart testing automation - less than 5% intermittent failure rate |
How To Contribute
If you are interested in helping us on this project you might want to check the following links: