TestEngineering/Performance/Raptor/Browsertime: Difference between revisions

From MozillaWiki
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 `./mach browsertime --setup`
* 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 Raptor on Try ===
=== 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)

Running on Firefox Desktop

Running Browsertime on Try