0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
jrandolf
570087ea94
chore: use strict typing in tests ()
* The testing tsconfig.json inherits from the base TS config.
  * A lot of type assertions have been inserted...a lot.
* All testing utilities have migrated to TS.
* text-diff is being replaced with diff for TS compatibility.
* ProtocolError has been added to PuppeteerErrors and PuppeteerErrors is no longer a record (it's been frozen).
* Fixes a small bug where null was an allowable media type in emulation (should be undefined).
2022-06-15 12:09:22 +02:00
Jack Franklin
4fdb1e3cab
chore: add Prettier () 2020-05-07 12:54:55 +02:00
Yury Semikhatsky
2abaac10aa fix(launcher): make dumpio and pipe options work together ()
Don't ignore stdout and stderr when using pipe for remote debugging and dumpio is true. In that case puppeteer process connects to the stdout/stderr streams of the child process and it will not hang.
2019-07-18 16:42:11 -07:00
Andrey Lushnikov
77a4ea505e
test: split out fixture tests and make them work with FF ()
Drive-By: give Puppeteer-Firefox its own copy of DeviceDescriptors.
2019-02-25 12:40:17 -08:00
JoelEinbinder
0defecf197 fix(test): add missing test for making sure chrome is closed () 2018-03-07 09:01:43 +03:00
Yaniv Efraim
66887743ea fix(Launcher): fix dumpio bug ()
This patch fixes `dumpio` launcher option.

Fixes 
2018-02-22 19:06:13 -08:00