Nightly Tester Tools (NTT) is an add-on for aiding testers of Nightly builds of Mozilla apps including Firefox.
There are a couple of known issues due to the limited WebExtensions APIs:
The following features found in the original XUL-based extension are not yet implemented, and some of them may not be implemented again:
about:support
to Pastebinabout:support
or about:profile
page instead to open it)The current WebExtension version is only compatible with Firefox. Use legacy version 3.10 for Thunderbird and SeaMonkey.
You can install the latest stable NTT from addons.mozilla.org.
To install for development, clone the repo:
git clone git://github.com/mozilla/nightlytt.git
Install the web-ext
command line tool:
npm install --global web-ext
To test with Firefox:
web-ext run -s extension
To build for release:
web-ext build -s extension
You can also temporarily install the extension in your Firefox without having to use web-ext
.
All bugs and feature requests are filed in the Nightly Tester Tools project at GitHub. You can view the list of open issues, or you can file a new issue. Check out the wiki for a list of current and proposed features and feel free to file bugs and submit patches.
This project uses .editorconfig
, which sets defaults for the formatting of the code. So enjoy the use of compatible editor. Just download and install the corresponding plugin.
Also, it's encouraged to use the web-ext lint
command to check the code.