From e2a0d61606415d67f0795468d14999c026c77279 Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Tue, 10 Mar 2020 01:39:17 +0000 Subject: [PATCH] docs(showcase): Add playwright-test to showcase (#1283) This tool runs mocha, tape and benchmark.js scripts inside browsers with playwright. --- docs/showcase.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/showcase.md b/docs/showcase.md index 544c695627..eb0da57fb6 100644 --- a/docs/showcase.md +++ b/docs/showcase.md @@ -18,6 +18,7 @@ * [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. * [Headless Testing](https://headlesstesting.com/support/start/playwright.html): Run Playwright tests on browsers in the cloud +* [playwright-test](https://github.com/hugomrdias/playwright-test) Run unit tests and benchmarks in browsers with Node's seamless experience. ## Frameworks