svenkatreddy / puppeteer-loadtest

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

Did this support to codeceptJS with puppeteer? #50

Open ankit-cognologix opened 3 years ago

ankit-cognologix commented 3 years ago

I have set up my puppeteer test case framework with codeceptJS. I am looking for the execution of those test case for the purpose of load testing. Is this supports me in such a case?

svenkatreddy commented 3 years ago

@ankit-cognologix This package should support whatever you already able to run independently. puppeteer-load test runs your puppeteer script in any number of samples and concurrent instances.