Files
TechradarDev/radar/2022-03-28/playwright.md
Daniel Pötzinger bcf1ead9b3 documentation: Add tags to all featured blibs (#139)
* documentation: add tags to all featured blips
2022-11-18 11:39:23 +01:00

9 lines
318 B
Markdown

---
title: "Playwright"
ring: assess
quadrant: tools
tags: [coding, frontend, quality assurance]
---
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.