Confirmed users
1,759
edits
Line 434: | Line 434: | ||
* Ensure your device is connected and visible with "adb devices". | * Ensure your device is connected and visible with "adb devices". | ||
* '''Ensure that the device and host machine are on the same network''' <-- This is important. The device and the host need to communicate over the network to run the tests. Having the device connected to the host via USB is '''not''' sufficient. | * '''Ensure that the device and host machine are on the same network''' <-- This is important. The device and the host need to communicate over the network to run the tests. Having the device connected to the host via USB is '''not''' sufficient. | ||
* Ensure that Fennec has been built and installed: mach build && mach package && mach install | |||
Running tests: | Running tests: |