Confirmed users
1,759
edits
Line 3: | Line 3: | ||
Having trouble? Ping :gbrown on #mobile, or ask for help on #ateam. | Having trouble? Ping :gbrown on #mobile, or ask for help on #ateam. | ||
== For the impatient... == | |||
mach commands allow most test suites to be run easily on Android, just like on desktop. These commands explicitly support Firefox for Android: | |||
mach robocop | |||
mach mochitest | |||
mach xpcshell-test | |||
mach cppunittest | |||
They will all run against a connected Android device using your Firefox for Android build. Don't have a device? These commands will offer to start an emulator. | |||
== Device Managers == | == Device Managers == | ||
Most test suites - mochitests, reftests, xpcshell tests, and others - use a "device manager" module to communicate with the remote device. There are two device manager implementations: ADB and SUT. | Most test suites - mochitests, reftests, xpcshell tests, and others - use a "device manager" module to communicate with the remote device. There are two device manager implementations: ADB and SUT. |