Closed
Bug 979577
Opened 7 years ago
Closed 7 years ago
Test durations are always zero in the HTML report
Categories
(Testing :: Marionette, defect)
Testing
Marionette
Tracking
(b2g-v1.3 fixed)
RESOLVED
FIXED
mozilla30
Tracking | Status | |
---|---|---|
b2g-v1.3 | --- | fixed |
People
(Reporter: davehunt, Assigned: davehunt)
Details
Attachments
(1 file)
1.14 KB,
patch
|
jgriffin
:
review+
|
Details | Diff | Splinter Review |
It looks like bug 952530 wiped out the test durations in the HTML report again. Should be a simple fix to pass the missing kwarg duration with the value of test.duration to the _extract_html method. See: http://hg.mozilla.org/mozilla-central/file/46c3b9de467a/testing/marionette/client/marionette/runner/mixins/reporting.py#l59
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Whiteboard: [mentor=davehunt][lang=py]
Updated•7 years ago
|
Attachment #8385971 -
Flags: review?(jgriffin) → review+
Assignee | ||
Comment 2•7 years ago
|
||
Landed in: https://hg.mozilla.org/integration/mozilla-inbound/rev/97a317e7c1db
Comment 3•7 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/97a317e7c1db
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
Updated•7 years ago
|
status-b2g-v1.3:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•