TestEngineering/Performance/Raptor/Browsertime: Difference between revisions

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

Revision as of 17:45, 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 Google Chrome

Running on the Android GeckoView Example app

Running Browsertime on Try