2019-08-16 15:58:34 +03:00
|
|
|
Vendoring Puppeteer
|
|
|
|
===================
|
|
|
|
|
|
|
|
As mentioned in the chapter on [Testing], we run the full [Puppeteer
|
|
|
|
test suite] on try. These tests are vendored in central under
|
|
|
|
_remote/test/puppeteer/_ and we have a script to pull in the most
|
|
|
|
recent changes.
|
|
|
|
|
|
|
|
To update the vendored copy of Puppeteer under _remote/test/puppeteer/_:
|
|
|
|
|
2019-10-28 13:16:54 +03:00
|
|
|
% ./mach remote vendor-puppeteer
|
2019-08-16 15:58:34 +03:00
|
|
|
|
|
|
|
[Testing]: ./Testing.html
|
|
|
|
[Puppeteer test suite]: https://github.com/GoogleChrome/puppeteer/tree/master/test
|