svenkatreddy / puppeteer-loadtest

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

Kill test if it takes longer than expected #82

Open svenkatreddy opened 2 years ago

svenkatreddy commented 2 years ago

If a test takes longer than the expected interval, kill the test with log. By default, there is no time limit that will be backward compatible. user can mention the amount of time of each test when starting. In Next major release, set an upper limit.