puppeteer-loadtest icon indicating copy to clipboard operation
puppeteer-loadtest copied to clipboard

How to track the test results?

Open leolux opened this issue 6 years ago • 2 comments

Where to see if a test has failed?

leolux avatar Aug 27 '19 17:08 leolux

All the output will be stdout to console. you could pipe the result to a file.

svenkatreddy avatar Jan 28 '20 19:01 svenkatreddy

@leolux I updated puppeteer-loadtest to support outputFile which now prints performance results in a json format in a nice and correct way throug which you can track results. Package also can be used as node module if you want to track results with your custom script. Please let me know if you still see any issues.

svenkatreddy avatar May 07 '21 00:05 svenkatreddy