Re: PSA: Setting preferences and extensions in test harnesses

2018-05-17 Thread Alessio Placitelli
2018-05-16 16:52 GMT+02:00 Andrew Halberstadt : > tl;dr - You can now set prefs and install extensions across multiple > harnesses by modifying the relevant profile under testing/profiles. > > This is GREAT! Thanks for doing it! > If you previously would have set a pref in: > testing/profiles/p

Re: PSA: Setting preferences and extensions in test harnesses

2018-05-16 Thread Andreas Tolfsen
Also sprach Andrew Halberstadt: > On Wed, May 16, 2018 at 11:07 AM Andreas Tolfsen wrote: >> Any plans to consolidate the Mn preferences, currently stored in >> geckoinstance.py? > > Yes, but I don't have a timeline. I want to at least finish up > reftest and xpcshell first. Then time permitting

Re: PSA: Setting preferences and extensions in test harnesses

2018-05-16 Thread Andrew Halberstadt
On Wed, May 16, 2018 at 11:07 AM Andreas Tolfsen wrote: > Any plans to consolidate the Mn preferences, currently stored in > geckoinstance.py? > Yes, but I don't have a timeline. I want to at least finish up reftest and xpcshell first. Then time permitting, I'd like to finish up marionette, cppu

Re: PSA: Setting preferences and extensions in test harnesses

2018-05-16 Thread Andreas Tolfsen
Also sprach Andrew Halberstadt: > tl;dr - You can now set prefs and install extensions across multiple > harnesses by modifying the relevant profile under testing/profiles. This seems like a good change. > # Further Work > > I'm in the middle of migrating harnesses over to this new system. > No

PSA: Setting preferences and extensions in test harnesses

2018-05-16 Thread Andrew Halberstadt
tl;dr - You can now set prefs and install extensions across multiple harnesses by modifying the relevant profile under testing/profiles. If you previously would have set a pref in: testing/profiles/prefs_general.js, Use this instead: testing/profiles/unittest/user.js # Overview I'm currently