Closed
Bug 1632710
Opened 5 years ago
Closed 4 years ago
Sync vendored puppeteer to v3
Categories
(Remote Protocol :: Agent, task, P1)
Remote Protocol
Agent
Tracking
(firefox79 fixed)
RESOLVED
FIXED
Firefox 79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: impossibus, Assigned: impossibus)
References
Details
(Whiteboard: [puppeteer-beta-reserve])
Attachments
(2 files)
No description provided.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → mjzffr
Updated•5 years ago
|
Status: NEW → ASSIGNED
Priority: P2 → P1
Assignee | ||
Comment 1•5 years ago
|
||
I actually haven't started this yet. Hope to get to it next week.
Status: ASSIGNED → NEW
Priority: P1 → P2
Assignee | ||
Updated•5 years ago
|
Assignee: mjzffr → nobody
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → mjzffr
Priority: P2 → P1
Assignee | ||
Updated•4 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•4 years ago
|
||
Mocha doesn't directly report test skips, timeouts and crashes, whereas the previous custom harness did, which made log parsing much easier. Skips are not a big problem, mocha lumps them under "pending" status which is fine. For timeouts and crashes, I'm looking into a workaround. I might have to lump all of these under "fail".
Comment 3•4 years ago
|
||
Maybe reach out to Mathias or Jack Franklin in case they have an idea? It would be kinda helpful to still have those separate.
Assignee | ||
Comment 4•4 years ago
|
||
Assignee | ||
Comment 5•4 years ago
|
||
This requires a custom mocha reporter under puppeteer/
and changes in output parsing.
Depends on D77624
Pushed by mjzffr@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/b57a835e980a
[puppeteer] Remove experimental/ dir r=remote-protocol-reviewers,jgraham,whimboo
https://hg.mozilla.org/integration/autoland/rev/dadc7312128e
[puppeteer] vendor v3.1.0 r=remote-protocol-reviewers,whimboo,jgraham
Comment 7•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b57a835e980a
https://hg.mozilla.org/mozilla-central/rev/dadc7312128e
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 79
You need to log in
before you can comment on or make changes to this bug.
Description
•