Firefox DevTools Contributor Docs¶
This is a guide to working on the code for Firefox Developer Tools. If you’re looking for help with using the tools, see the user docs. For other ways to get involved, check out our community site.
Getting Started¶
Contributing¶
Recurring tasks¶
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
- 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