1######
2Raptor
3######
4
5Raptor is a performance-testing framework for running browser pageload and browser benchmark tests. Raptor is cross-browser compatible and is currently running in production on Firefox Desktop, Firefox Android GeckoView, Fenix, Reference Browser, Chromium, and Chrome.
6
7- Contact: Dave Hunt [:davehunt]
8- Source code: https://searchfox.org/mozilla-central/source/testing/raptor
9- Good first bugs: https://codetribute.mozilla.org/projects/automation?project%3DRaptor
10
11Raptor currently supports three test types: 1) page-load performance tests, 2) standard benchmark-performance tests, and 3) "scenario"-based tests, such as power, CPU, and memory-usage measurements on Android (and desktop?).
12
13Locally, Raptor can be invoked with the following command:
14
15::
16
17    ./mach raptor
18
19**We're in the process of migrating away from webextension to browsertime. Currently, raptor supports both of them, but at the end of the migration, the support for webextension will be removed.**
20
21.. toctree::
22   :titlesonly:
23
24   browsertime
25   webextension
26   debugging
27   contributing
28   test-list
29
30.. contents::
31   :depth: 2
32   :local:
33
34Raptor tests
35************
36
37The following documents all testing we have for Raptor.
38
39{documentation}
40