Add a way to automatically install extensions when doing a local Raptor or Try Perf run
Categories
(Testing :: Raptor, enhancement)
Tracking
(Not tracked)
People
(Reporter: bas.schouten, Assigned: bas.schouten)
Details
Attachments
(3 files)
This will be useful when trying to test how extensions affect the performance of the browser.
| Assignee | ||
Comment 1•1 day ago
|
||
This makes it possible to specify extentions to raptor. Using either local files or an AMO ID. It then optionally downloads them and sets the necessary prefs in the profile to ensure the addons are sideloaded.
| Assignee | ||
Comment 2•1 day ago
|
||
This adds extentions as an option to the task config. This allows users to easily specify the extensions they would like to have installed during their try runs. It exposes that task config to the most obviously applicable try selectors.
| Assignee | ||
Comment 3•6 hours ago
|
||
This makes mozperftest handle the install-extension argument in order to do mozperftest runs with extensions installed. At the moment this doesn't combine with conditioned profiles and works only for clean profiles. This also fixes a bug in runner.py where PERF_FLAGS being specified would cause some issues.
Updated•6 hours ago
|
Description
•