svenkatreddy / puppeteer-loadtest

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

How to track the test results? #24

Open leolux opened 5 years ago

leolux commented 5 years ago

Where to see if a test has failed?

svenkatreddy commented 4 years ago

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

svenkatreddy commented 3 years ago

@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.