I had some unrelated problems when launching tests using FF 64, but thought that 2 extra tabs when Firefox loaded were my issue - I was theorizing a loss of focus.
While this ultimately wasn't my issue, I'd like to propose a cleaner start to the launcher.
One tab is a privacy notice:
'toolkit.telemetry.reportingpolicy.firstRun': false
The other is a forced load of the Acrobat add-on, which oddly happens if the build ID and app version aren't specified:
'extensions.lastAppBuildId':'20181206201918',
'extensions.lastAppVersion': '64.0',
Both of these are easily added to the karma.conf.js, but took a long time to track down, so would be nice if they were default prefs.
I had some unrelated problems when launching tests using FF 64, but thought that 2 extra tabs when Firefox loaded were my issue - I was theorizing a loss of focus.
While this ultimately wasn't my issue, I'd like to propose a cleaner start to the launcher.
One tab is a privacy notice:
'toolkit.telemetry.reportingpolicy.firstRun': false
The other is a forced load of the Acrobat add-on, which oddly happens if the build ID and app version aren't specified:
'extensions.lastAppBuildId':'20181206201918',
'extensions.lastAppVersion': '64.0',
Both of these are easily added to the karma.conf.js, but took a long time to track down, so would be nice if they were default prefs.