QA SoftVision Team/Mobile/Robocop automation setup: Difference between revisions

No edit summary
Line 209: Line 209:
* Run the command from the android-sdk-linux/platform tools folder
* Run the command from the android-sdk-linux/platform tools folder
  ./adb install /home/<user>/<sourse directory>/obj-android/dist/fennec-18.0a1.en-US.android-arm.apk
  ./adb install /home/<user>/<sourse directory>/obj-android/dist/fennec-18.0a1.en-US.android-arm.apk
=== Uninstall the package ===
* You will need to remove both the automation build and the robocop apk in order to ensure that there will be no conflicts when you install a build from another branch or you run automation from builds made on other machines
* To find the package name
adb shell pm list packages
* To uninstall the package
adb uninstall <package_name>
* The package name should start with org.mozilla.<build_name>


== Run Tests ==
== Run Tests ==
Confirmed users
905

edits