You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.
No-Jun Park edited this page Jan 29, 2019
·
4 revisions
Prerequisite
Connect Fire TV device via USB or IP, and adb devices should show the device
For safety, remove the existing Firefox apk and test runner apk by:
adb uninstall org.mozilla.tv.firefox.debugadb uninstall org.mozilla.tv.firefox.debug.test
Using Gradle (Recommended)
Go into the firefox-tv folder, and run ./gradlew clean
Build apk and execute test by ./gradlew connectedAndroidTest
After the test execution, collect the test report from firefox-tv/app/build/reports/androidTests/connected folder.
Using Android Studio
Open firefox-tv, set the tree view to Android Instrumented Tests
Go to App -> src -> androidTest -> java, right click, and select Run All Tests