TestEngineering/Performance/Raptor/Browsertime
< TestEngineering | Performance | Raptor
Jump to navigation
Jump to search
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