From 0c51a2e89d810a6d093ad1ace32fd97cabde66ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Fiszer?= Date: Mon, 11 May 2020 22:11:59 +0200 Subject: [PATCH] docs: add mockiavelli library to Showcase (#2181) --- docs/showcase.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/showcase.md b/docs/showcase.md index 137fd0a842..9f44bef821 100644 --- a/docs/showcase.md +++ b/docs/showcase.md @@ -22,6 +22,7 @@ * [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. +* [mockiavelli](https://github.com/HLTech/mockiavelli) Request mocking library for Playwright to test SPA in isolation from backend APIs. ## Frameworks