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