Open
Bug 1782451
Opened 3 years ago
Updated 3 years ago
Reset all prefs after every test
Categories
(DevTools :: Framework, enhancement)
DevTools
Framework
Tracking
(Not tracked)
NEW
People
(Reporter: Honza, Unassigned)
Details
(idea coming from Julian when fixing bug 1625121)
It would be great to always reset all prefs after any tests runs. This could happen automatically for every test (unless disabled explicitelly for a test).
There is resetBrach API (too risky?)
Or we could have a pref obsever started at the beggining of every test, record all modified prefs and reset all at the end.
Honza
You need to log in
before you can comment on or make changes to this bug.
Description
•