Sync vendored puppeteer to v19.6.0
Categories
(Remote Protocol :: CDP, task, P1)
Tracking
(firefox111 fixed)
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: Sasha, Assigned: Sasha)
References
(Blocks 1 open bug)
Details
(Whiteboard: [webdriver:m6])
Attachments
(2 files)
Version 19.2.0 is the most recent release:
https://github.com/puppeteer/puppeteer/releases/tag/puppeteer-core-v19.2.0
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
In the scope of this bug, we should also return the support for running tests in Firefox in headful mode as well as in headless. Latest version have separate npm scripts to run tests in different modes https://github.com/puppeteer/puppeteer/blob/v19.2.2/package.json#L32-L33.
Also, we can have a look at the possibility of removing --subset
argument, since it's enough to add .only
to the test case to run only one test for mocha, and we don't have anymore a custom logic for this argument.
Comment 2•2 years ago
|
||
With bug 1669435 we also want to run the puppeteer tests in headful mode. So it would be great to have that entry point.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 3•2 years ago
|
||
Updated•2 years ago
|
Assignee | ||
Comment 4•2 years ago
|
||
Depends on D167407
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Comment 6•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/fed0f8debc36
https://hg.mozilla.org/mozilla-central/rev/35bafb670725
Description
•