TestEngineering/Performance/Raptor/Browsertime: Difference between revisions
< TestEngineering | Performance | Raptor
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 Browsertime on Try === | === Running Browsertime on Try === | ||
* | * 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
./mach browsertime https://www.sitespeed.io --firefox.binaryPath '/Applications/Firefox.app/Contents/MacOS/firefox-bin'
Running on Google Chrome
./mach browsertime https://www.sitespeed.io -b chrome
Running on the Android GeckoView Example app
./mach browsertime --android --browser firefox https://www.sitespeed.io
Running Browsertime on Try
- Pending fix in bug 1566174