Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 958 Bytes

firefox-android.md

File metadata and controls

36 lines (26 loc) · 958 Bytes

Firefox on Android

To run the tests with Firefox on Android:

  1. Follow steps 1-4 in the Chrome on Android guide.

  2. Install the latest Mozilla Firefox for Android version:

    • Download the latest Mozilla Firefox APK (Android Application Package) for the architecture of your emulated device (x86).
    • Drag&drop the APK file into the emulator window to install it or install it via command-line:
      adb install org.mozilla.firefox_*.apk
  3. Install geckodriver and NGINX via Homebrew:

    brew install geckodriver nginx
  4. Start geckodriver with nginx as reverse proxy:

    bin/geckodriver.sh
  5. Run the tests with Firefox on Android:

    docker-compose run --rm wdio conf/firefox-android.js