Confirmed users
9,511
edits
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
* 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 <code>./mach browsertime --setup</code> | * Run <code>./mach browsertime --setup</code> | ||
⚠️ If you have issues with ffmpeg, it might help to peruse bugs | |||
[https://bugzilla.mozilla.org/show_bug.cgi?id=1559168 bug 1559168], [https://bugzilla.mozilla.org/show_bug.cgi?id=1559727 bug 1559727], and [https://bugzilla.mozilla.org/show_bug.cgi?id=1574964 bug 1574964], for starters | |||
* 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 ==== | ||
Line 21: | Line 23: | ||
==== Running on Fenix/Firefox Preview ==== | ==== Running on Fenix/Firefox Preview ==== | ||
* <code>./mach browsertime --android --browser firefox --firefox.android.package org.mozilla.fenix.debug --firefox.android.activity org.mozilla.fenix.IntentReceiverActivity https://www.sitespeed.io</code> | * <code>./mach browsertime --android --browser firefox --firefox.android.package org.mozilla.fenix.debug --firefox.android.activity org.mozilla.fenix.IntentReceiverActivity https://www.sitespeed.io</code> | ||
==== Running on the | ==== Running on the 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> | ||
=== More Examples === | === More Examples === |