To run the tests with Firefox on Android:
-
Follow steps 1-4 in the Chrome on Android guide.
-
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
- Download the latest
Mozilla Firefox APK
(Android Application Package) for the architecture of your emulated device
(
-
Install geckodriver and NGINX via Homebrew:
brew install geckodriver nginx
-
Start
geckodriver
withnginx
as reverse proxy:bin/geckodriver.sh
-
Run the tests with Firefox on Android:
docker-compose run --rm wdio conf/firefox-android.js