TestEngineering/Performance/Raptor/Browsertime: Difference between revisions
< TestEngineering | Performance | Raptor
Jump to navigation
Jump to search
(Created page with "=== Page-load tests === === Running Locally === ==== Prerequisites ==== * A local mozilla repository clone with a [https://developer.mozilla.org/en-US/docs/Mozilla/Developer_g...") |
No edit summary |
||
| Line 3: | Line 3: | ||
==== Prerequisites ==== | ==== Prerequisites ==== | ||
* A local mozilla repository clone with a [https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions successful Firefox build] completed | * A local mozilla repository clone with a [https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions successful Firefox build] completed | ||
* Run | * Run <code>./mach browsertime --setup</code> | ||
* If you plan on running Browsertime on Android, your Android device must already be set up (see more below in the Android section) | * If you plan on running Browsertime on Android, your Android device must already be set up (see more below in the Android section) | ||
==== Running on Firefox Desktop ==== | ==== Running on Firefox Desktop ==== | ||
=== Running | === Running Browsertime on Try === | ||
Revision as of 17:17, 27 August 2019
Page-load tests
Running Locally
Prerequisites
- A local mozilla repository clone with a successful Firefox build completed
- Run
./mach browsertime --setup - If you plan on running Browsertime on Android, your Android device must already be set up (see more below in the Android section)