Bug 1797723 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Sync vendored puppeteer to v17.1.3 (https://github.com/puppeteer/puppeteer/releases/tag/v17.1.3), which introduces changes to a test runner and a custom expectation file. Apart from regular changes, things which needs to be done here:
- update mach command to use the puppeteer expectation file,
- update the puppeteer expectation file to use `FAIL`, `TIMEOUT` and `FAIL, PASS` statuses instead of `skip`,
- update log parser to work with the puppeteer expectation file
- update documentation of the vendoring process: https://searchfox.org/mozilla-central/source/remote/doc/cdp/PuppeteerVendor.md

First two points were attempted to be addressed here: https://hg.mozilla.org/try/rev/d86001da13934ace1f4a5c8cc7e461c026c5cb6b
Sync vendored puppeteer to v17.1.3 (https://github.com/puppeteer/puppeteer/releases/tag/v17.1.3), which introduces changes to a test runner and a custom expectation file. Apart from regular changes, things which needs to be done here:
- update mach command to use the puppeteer expectation file,
- update the puppeteer expectation file to use `FAIL`, `TIMEOUT` and `FAIL, PASS` statuses instead of `SKIP`,
- update log parser to work with the puppeteer expectation file
- update documentation of the vendoring process: https://searchfox.org/mozilla-central/source/remote/doc/cdp/PuppeteerVendor.md

First two points were attempted to be addressed here: https://hg.mozilla.org/try/rev/d86001da13934ace1f4a5c8cc7e461c026c5cb6b

Back to Bug 1797723 Comment 0