From cdaa6049730a68ca236d770ff162458745541908 Mon Sep 17 00:00:00 2001 From: Dmitry Sheiko Date: Wed, 5 Dec 2018 22:41:24 +0100 Subject: [PATCH] docs(examples): adding puppetry tool (#3598) --- examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/README.md b/examples/README.md index a5e965f0da01a..ad26444e343f7 100644 --- a/examples/README.md +++ b/examples/README.md @@ -31,6 +31,7 @@ More complex and use case driven examples can be found at [github.com/GoogleChro - [puppeteer-to-istanbul-example](https://github.com/bcoe/puppeteer-to-istanbul-example) - Demo repository demonstrating how to output Puppeteer coverage in Istanbul format. - [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. ## Services - [Checkly](https://checklyhq.com) - Monitoring SaaS that uses Puppeteer to check availability and correctness of web pages and apps.