From d9e704a3b1b753714a5b7ac941ad9a82e59df26c Mon Sep 17 00:00:00 2001 From: Mark Skelton Date: Fri, 2 Jul 2021 12:18:24 -0500 Subject: [PATCH] docs: add expect-playwright to the showcase (#7446) --- docs/src/showcase.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/showcase.md b/docs/src/showcase.md index c1fc23f737..9ce3c80880 100644 --- a/docs/src/showcase.md +++ b/docs/src/showcase.md @@ -29,6 +29,7 @@ title: "Community Showcase" * [CodeceptJS](https://github.com/Codeception/CodeceptJS): Write scenario-driven Playwright tests with synchronous code * [dom-to-playwright](https://github.com/Xiphe/dom-to-playwright) to copy a JSDOM snapshot into a Playwright page. * [expected-condition-playwright](https://github.com/elaichenkov/expected-condition-playwright): Supplies a set of common expected conditions that can wait for certain states and conditions +* [expect-playwright](https://github.com/playwright-community/expect-playwright): Matcher functions to simplify expect statements for the usage with the Playwright test runner or Jest Playwright. * [Headless Testing](https://headlesstesting.com/support/start/playwright.html): Run Playwright tests on browsers in the cloud * [Lumberjack](https://github.com/JakePartusch/lumberjack): Automated accessibility scanner to run checks on your entire website * [mockiavelli](https://github.com/HLTech/mockiavelli) Request mocking library for Playwright to test SPA in isolation from backend APIs.