Add a way to gather mozscreenshots in the middle of raptor test execution
Categories
(Testing :: Raptor, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: kshampur, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxp])
Might be able to use the linehandler to signal when to take screenshot in the iterations?
Right now we only gather screenshots on failures. This could be useful for tests that pass but have odd values to see what is going on (e.g. Bug 1883718) or tests that fail, but the browser instance might be closed before the screenshot is taken.
Updated•1 year ago
|
| Reporter | ||
Updated•1 year ago
|
| Reporter | ||
Comment 1•1 year ago
|
||
(In reply to Kash Shampur [:kshampur] ⌚EST from comment #0)
Might be able to use the linehandler to signal when to take screenshot in the iterations?
Right now we only gather screenshots on failures. This could be useful for tests that pass but have odd values to see what is going on (e.g. Bug 1883718) or tests that fail, but the browser instance might be closed before the screenshot is taken.
Or may just be able to use the browsertime screenshot command. tbd
Description
•