Closed
Bug 1551519
Opened 6 years ago
Closed 6 years ago
Take screenshots when running DAMP tests
Categories
(DevTools :: General, enhancement)
DevTools
General
Tracking
(firefox69 fixed)
RESOLVED
FIXED
Firefox 69
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
It is helpful to have screenshot just before and just after running a subtest.
It helps seeing if the UI is fully updated and the end of the test and if the previous tests overlaps the next one.
But in order to do that, you have to instrument the codebase.
We could introduce an option to do that automatically.
I tried taking the screenshot by default (without any additional argument to be passed) but the log size explodes and it break talos parser.
So I would suggest having an argument so that you can record screenshots locally.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
In this patch, I'm adding documentation for this env variable and also some doc on other typical command line args we can use for DAMP.
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/307d9921bdf2
Take screenshot at the end of each subtest. r=jdescottes
Comment 4•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 69
You need to log in
before you can comment on or make changes to this bug.
Description
•