docs(showcase): Add playwright-test to showcase (#1283)

This tool runs mocha, tape and benchmark.js scripts inside browsers with playwright.
This commit is contained in:
Hugo Dias 2020-03-10 01:39:17 +00:00 committed by GitHub
parent 72ae5c8ceb
commit e2a0d61606
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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