Confirmed users
3,816
edits
| Line 242: | Line 242: | ||
Once you have the agent on the device, and you have a prepared firefox build, you just need to download a new fennec and a new set of fennec tests to do new testing. So to actually run some tests, you'll need the IP address of your device, which is displayed on the agent's screen (which should be on your phone if the agent is running). | Once you have the agent on the device, and you have a prepared firefox build, you just need to download a new fennec and a new set of fennec tests to do new testing. So to actually run some tests, you'll need the IP address of your device, which is displayed on the agent's screen (which should be on your phone if the agent is running). | ||
* Mochitest: | * Mochitest: | ||
** Add a --dm_trans=adb to the command line if you're not using the sut agent. | |||
<pre> | <pre> | ||
$> cd tests | $> cd tests | ||
| Line 256: | Line 257: | ||
* Reftest: | * Reftest: | ||
** This applies to crashtests and jsreftests too. Reftest and crashtest cannot run unless you have a very high resolution on your device. This is due to {{bug|615386}}. Also, for jsreftest, you need to add the --enable-privilege flag to the command line due to {{bug|651012}} | ** This applies to crashtests and jsreftests too. Reftest and crashtest cannot run unless you have a very high resolution on your device. This is due to {{bug|615386}}. Also, for jsreftest, you need to add the --enable-privilege flag to the command line due to {{bug|651012}} | ||
** Add a --dm_trans=adb to the command line if you're not using the sut agent. | |||
<pre> | <pre> | ||
$> cd tests | $> cd tests | ||