From 201557f722c649240c51c2a4772c62622086575f Mon Sep 17 00:00:00 2001 From: svenkatreddy Date: Wed, 15 Sep 2021 01:55:15 -0700 Subject: [PATCH] docs(examples): add puppeteer-loadtest to Testing (#5173) Adding puppeteer-loadtest which is used to do load tests on puppeteer scripts. --- examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/README.md b/examples/README.md index a125a35df40..6a527346088 100644 --- a/examples/README.md +++ b/examples/README.md @@ -34,6 +34,7 @@ More complex and use case driven examples can be found at [github.com/GoogleChro - [jest-puppeteer](https://github.com/smooth-code/jest-puppeteer) - (almost) Zero configuration tool for setting up and running Jest and Puppeteer easily. Also includes an assertion library for Puppeteer. - [puppeteer-har](https://github.com/Everettss/puppeteer-har) - Generate HAR file with puppeteer. - [puppetry](https://puppetry.app/) - A desktop app to build Puppeteer/Jest driven tests without coding. +- [puppeteer-loadtest](https://github.com/svenkatreddy/puppeteer-loadtest) - commandline interface for performing load test on puppeteer scripts. - [cucumber-puppeteer-example](https://github.com/mlampedx/cucumber-puppeteer-example) - Example repository demonstrating how to use Puppeeteer and Cucumber for integration testing. ## Services