Firefox DevTools Contributor Docs
This is the contributor documentation for Firefox Developer Tools. If you’re looking for help with using the tools, see the user docs. Note that this section only contains technical information specific to Firefox DevTools, make sure to first read the Firefox contributor documentation which explains how to contribute to Firefox in general (setting up the environment, submitting patches, etc.).
Automated tests
- Automated tests
- xpcshell
- Chrome mochitests
- DevTools mochitests
- Node tests
- Allocation tests
- Test example
- How to run them locally
- Debug leaks
- How to easily get data from try run
- Following trends for these tests
- JavaScript Objects tests
- Writing tests
- Debugging intermittent failures
- Performance tests overview
- DAMP Performance tests
- Writing new DAMP performance tests
- How to name your test and register it?
- How to run your new test?
- Example
- Advanced tips