From ea11a77ac32f3396db976bdf84908e851a0ee882 Mon Sep 17 00:00:00 2001 From: Arjun Attam Date: Fri, 28 Feb 2020 14:11:22 -0800 Subject: [PATCH] docs(showcase): add new tools to showcase (#1164) --- docs/showcase.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/showcase.md b/docs/showcase.md index 1d02201619b7f..84ca5c79c1fa3 100644 --- a/docs/showcase.md +++ b/docs/showcase.md @@ -14,6 +14,9 @@ * [QA Wolf](https://github.com/qawolf/qawolf): Record and create Playwright tests and then run them in CI * [CodeceptJS](https://github.com/Codeception/CodeceptJS): Write scenario-driven Playwright tests with synchronous code * [Lumberjack](https://github.com/JakePartusch/lumberjack): Automated accessibility scanner to run checks on your entire website +* [playwright-video](https://github.com/qawolf/playwright-video): Capture a video while executing a Playwright script +* [test-real-styles](https://github.com/Xiphe/test-real-styles): Utility to test real styling of virtual DOM elements in a browser +* [dom-to-playwright](https://github.com/Xiphe/dom-to-playwright) to copy a JSDOM snapshot into a Playwright page. ## Frameworks