B2G/MozITP: Difference between revisions

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


== Installation and Usage ==
== Installation and Usage ==
Please refer to the README file in this [https://github.com/mozilla-b2g/MozITP GitHub Repository]  
Please refer to the README file in this [https://github.com/mozilla-b2g/MozITP GitHub Repository].
 
Or MDN page [https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Automated_testing/MozITP here].


== The Team ==
== The Team ==

Revision as of 06:17, 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.

Or MDN page here.

The Team

Contributing