Commit Graph

4 Commits

Author SHA1 Message Date
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