83
edits
(→Running on Google Chrome: Add raptor-browsertime usage.) |
(→Upgrading Browsertime In-Tree: Update information here.) |
||
Line 95: | Line 95: | ||
=== Upgrading Browsertime In-Tree === | === Upgrading Browsertime In-Tree === | ||
To upgrade the browsertime version used in-tree | To upgrade the browsertime version used in-tree you can run, then commit the changes made to <code>package.json</code> and <code>package-lock.json</code>: | ||
./mach browsertime --update-upstream-url <TARBALL-URL> | |||
Here is a sample URL that we can update to: https://github.com/sitespeedio/browsertime/tarball/89771a1d6be54114db190427dbc281582cba3d47 | |||
To test the upgrade, | To test the upgrade, run a raptor test locally (with and without visual-metrics <code>--browsertime-visualmetrics</code> if possible) and test it on try with at least one test on desktop and mobile. | ||
=== Finding the Geckodriver Being Used === | === Finding the Geckodriver Being Used === |
edits