Increase the screen resolution (viewport size) in our tests
Categories
(Testing :: Raptor, task, P2)
Tracking
(firefox96 fixed)
| Tracking | Status | |
|---|---|---|
| firefox96 | --- | fixed |
People
(Reporter: sparky, Assigned: sparky)
References
Details
Attachments
(1 file)
In bug 1731850, the resolution on our windows machines were increased, allowing us to increase the resolution we use in our tests: https://searchfox.org/mozilla-central/source/testing/raptor/raptor/browsertime/desktop.py#26
We should increase this to 1280x1024 or larger if possible.
Furthermore, our recording tool (perftest-record) is recording in the default browsertime view of 1366x695. We should make sure these are the same. We can do this by either setting --browsertime-viewport-size 1280x1024: https://searchfox.org/mozilla-central/source/taskcluster/ci/perftest/linux.yml#255
Or we can change our default setting: https://searchfox.org/mozilla-central/source/python/mozperftest/mozperftest/test/browsertime/runner.py#85
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
This patch increases the viewport size/resolution to 1280x1024 in all of our desktop browsertime tests.
Updated•4 years ago
|
Comment 3•4 years ago
|
||
| bugherder | ||
Description
•