IMPORTANT UPDATE AS OF 2019-11-26: The jpm package and its libraries are no longer maintained as Firefox no longer supports add-ons built with jpm. If you're building a new add-on, consider a
WebExtension
instead and check out the web-ext
tool which has all the same features as jpm. Here are some
resources
to help you migrate a legacy jpm built add-on.
jpm-mobile will have two commands: run and test with details below. Some options are:
--adb <path>Path to adb..-b, --binary <name>Name of Firefox binary to use (ex: nightly, beta, firefox).-v, --verbosePrints additional debugging information.
jpm-mobile run --adb /path/to/adb
jpm-mobile test --adb /path/to/adb
