Mobile/Fennec/Android: Difference between revisions

Line 206: Line 206:
# Run '''<tt>./mach build</tt>''' to get them built/installed before running your test.
# Run '''<tt>./mach build</tt>''' to get them built/installed before running your test.
# Run '''<tt>./mach build build/mobile/robocop</tt>''' to update the Robocop APK.<br /><br />
# Run '''<tt>./mach build build/mobile/robocop</tt>''' to update the Robocop APK.<br /><br />
# Export your MOZ_HOST_BIN env var, ex: '''<tt>export MOZ_HOST_BIN=objdir-desktop/dist/bin</tt>'''<br /> See [[Mobile/Fennec/Android#Host_Builds_.28MOZ_HOST_BIN.29|Host Builds (MOZ_HOST_BIN)]]
# Export your MOZ_HOST_BIN '''<tt>export MOZ_HOST_BIN=objdir-desktop/dist/bin</tt>'''<br /> See [[Mobile/Fennec/Android#Host_Builds_.28MOZ_HOST_BIN.29|Host Builds (MOZ_HOST_BIN)]]
# Run '''<tt>./mach robocop testMyThing</tt>''' to run your new test on your device.<br /><br />
# Run '''<tt>./mach robocop testMyThing</tt>''' to run your new test on your device.<br />
# Iterate!
# Iterate!<br /><br />


Here's an [https://hg.mozilla.org/mozilla-central/rev/101feffdaed8 example patch] that adds a fairly complicated new '''testSelectionCarets''' test.
Here's an [https://hg.mozilla.org/mozilla-central/rev/101feffdaed8 example patch] that adds a fairly complicated new '''testSelectionCarets''' test.
15

edits