B2G/MozITP: Difference between revisions

From MozillaWiki
< B2G
Jump to navigation Jump to search
(Initial page)
 
(update link)
Line 8: Line 8:


== Installation and Usage ==
== Installation and Usage ==
Please refer to the README file in this [https://github.com/Mozilla-TWQA/MozITP GitHub Repository]  
Please refer to the README file in this [https://github.com/mozilla-b2g/MozITP GitHub Repository]  


== The Team ==
== The Team ==
Line 15: Line 15:


== Contributing ==
== Contributing ==
* Submit patches: https://github.com/Mozilla-TWQA/MozITP
* Submit patches: https://github.com/mozilla-b2g/MozITP
* Report issues: https://github.com/Mozilla-TWQA/MozITP/issues
* Report issues: https://github.com/mozilla-b2g/MozITP/issues

Revision as of 03:39, 1 February 2016

MozITP - Mozilla Integrated Tools Package

Problem

Mozilla has many automated tests (e.g. JS gaia integration tests, Python integration tests, etc.) running on various targets (e.g. Mulet, Emulator, Real devices). Each test framework needs to work on specific OS, specific library versions and specific runtime environments (Python, Node.js), which creates a huge pain for contributors and developers to setup on their own.

Solution

The MozITP solves this problem by providing a Pre-built virtual machine (VM) image that can run on all major platforms (Linux, OS X, Windows). In the VM, we packaged automated setup and execution scripts for various test and target combinations. With MozITP you can start testing in one-click without needing to setup the environment manually. It can serve as a clean and reproduce-able environment for testing and debuging.

Installation and Usage

Please refer to the README file in this GitHub Repository

The Team

Contributing