Video on raptor-tp6-youtube-firefox does not play
Categories
(Testing :: Raptor, defect, P2)
Tracking
(Not tracked)
People
(Reporter: acreskey, Unassigned)
Details
Attachments
(2 files)
When running raptor-tp6-youtube-firefox the video does not begin playback.
From the taskcluster artifacts, the captured screenshots do not show the video element being rendered:
https://taskcluster-artifacts.net/Y3imMuw8T-618xqbb7PGcQ/0/public/test_info/screenshots.html
However when running the test locally (OSX), I do see the video element (all black), but the video does not play.
| Reporter | ||
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
I was investigating this, and it appears that the problem here is that we are not injecting any deterministic JS when recording. Here is what I see when I playback using mitmproxy 4.0.4 on today's youtube site:
This all works out of the box with WPR, and when I inject the same deterministic JS that wpr uses with a mitmproxy addon I can also see the video and banner that is missing in tp6. Unfortunately the video does not playback with the addon, but that seems to be a separate problem.
Comment 3•7 years ago
|
||
For some reason the url got cut off, but it's the resource for where the advertisement banner and video is.
Updated•6 years ago
|
Comment 4•6 years ago
|
||
We have separate youtube playback tests:
https://bugzilla.mozilla.org/show_bug.cgi?id=1548845
https://searchfox.org/mozilla-central/source/testing/raptor/raptor/tests/benchmarks/raptor-youtube-playback.ini
The TP6 tests are not meant to play the video they just open the home page.
Also we re recorded all the tests and added deterministic JS.
Description
•