TestEngineering/Performance/Raptor/Browsertime: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
* 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 on Firefox/GeckoView
==== Running on the Android GeckoView Example app ====
* <code>./mach browsertime --android --browser firefox https://www.sitespeed.io</code>
* <code>./mach browsertime --android --browser firefox https://www.sitespeed.io</code>
==== Running on Google Chrome ====
* <code>./mach browsertime https://www.sitespeed.io -b chrome</code>
=== Running Browsertime on Try ===
=== Running Browsertime on Try ===
* Awaiting fix in [https://bugzilla.mozilla.org/show_bug.cgi?id=1566174 bug 1566174]
* Awaiting fix in [https://bugzilla.mozilla.org/show_bug.cgi?id=1566174 bug 1566174]

Revision as of 17:36, 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 on the Android GeckoView Example app

Running on Google Chrome

Running Browsertime on Try