svenkatreddy / puppeteer-loadtest

load test puppeteer (Headless Chrome API) script using node
Apache License 2.0
119 stars 21 forks source link

Update index.js. Enable debug dynamically by calling the enable() met… #10

Closed yuji38kwmt closed 5 years ago

yuji38kwmt commented 5 years ago

…hod.

Before

Stdout is empty although silent option is not specified.

After

Stdout is not empty if silent option is not specified.