Closed
Bug 1929298
Opened 29 days ago
Closed 27 days ago
Automated test updates for v134.2.0
Categories
(Web Compatibility :: Interventions, task)
Tracking
(firefox134 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox134 | --- | fixed |
People
(Reporter: twisniewski, Assigned: twisniewski)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Here we'll add some missing test coverage for some interventions, including some improvements to the framework:
- add more native scrolling/dragging helper functions.
- add ability to set the window's size for tests.
- add a fixture to detect if we're running
in_headless_mode
, as some APZ stuff doesn't work well in headless mode. - set the pref
permissions.default.desktop-notification
to2
to suppressallow notifications for domain?
popups. - drive-by improvements to some script-running helper functions which are useful for developing tests.
- add a command-line parameter:
--no_failure_screenshots
/-S
. - add command-line parameter short-forms:
-B
for--bug
, and-H
for--headless
.
Assignee | ||
Comment 1•29 days ago
|
||
Updated•29 days ago
|
Assignee: nobody → twisniewski
Status: NEW → ASSIGNED
Pushed by twisniewski@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/899af50408cd
add some missing automated tests, and some minor improvements to the test framework; r=denschub
Comment 3•27 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 27 days ago
status-firefox134:
--- → fixed
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•