docs: add stitches, remix, playwright, update css-in-js, tailwind

This commit is contained in:
Achim Rolle
2022-04-26 14:03:23 +02:00
committed by resah
parent 3b7d0ba4a5
commit 2b01323a79
5 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
title: "Playwright"
ring: assess
quadrant: tools
---
Playwright is a cross browser/platform/language tool to write reliable end-to-end tests. It waits for elements before performing any actions which eliminates the need for timeouts - the primary cause of flaky tests.