TestEngineering/Performance/Raptor/Browsertime: Difference between revisions
< TestEngineering | Performance | Raptor
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
Our current Browsertime is Mozilla [ | Our current Browsertime is Mozilla [https://github.com/mozilla/browsertime fork] of the canonical [https://github.com/sitespeedio/browsertime repo] | ||
=== Page-load tests === | === Page-load tests === | ||
=== Running Locally === | === Running Locally === | ||
Revision as of 17:48, 27 August 2019
Our current Browsertime is Mozilla fork of the canonical repo
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