Articles tagged: JPM
Found 11 documents
- Mozilla/Add-ons/SDK/Guides/Testing_the_Add-on_SDK With a checkout of the mozilla/addon-sdk repository (or a checkout of the m-c repo and cd into ...
- Mozilla/Add-ons/SDK/Low-Level_APIs/test_assert Implements the assert interface defined in the CommonJS Unit Testing specification version 1.1.
- Mozilla/Add-ons/SDK/Tools Articles listed here provide a reference for the SDK's tools:
- Mozilla/Add-ons/SDK/Tools/cfx_to_jpm A guide to working with jpm if you're already familiar with cfx.
- Mozilla/Add-ons/SDK/Tools/jpm jpm is a command-line tool that enables you to test, run, and package add-ons.
- Mozilla/Add-ons/SDK/Tools/jpm-mobile The Node-based replacement for cfx --force-mobile. Enables you to run and test add-ons for ...
- Mozilla/Add-ons/SDK/Tools/jpmignore Use.jpmignore to ignore files from your XPI builds created via jpm.
- Mozilla/Add-ons/SDK/Tools/package_json The package.json file contains manifest data for your add-on, providing not only descriptive ...
- Mozilla/Add-ons/SDK/Tutorials/Getting_Started_(jpm) In this tutorial we've built and packaged an add-on using three commands:
- Mozilla/Add-ons/SDK/Tutorials/Unit_testing The SDK provides a framework to help create and run unit tests for your code. To demonstrate how ...
- Mozilla/Add-ons/SDK/Tutorials/Using_third-party_modules_(jpm) First, while in the root of your add-on, install the package that contains the modules you want ...