From 680a0a713ab9de14053813603b43c779ecf5ffd9 Mon Sep 17 00:00:00 2001 From: Mostafa Kavand Date: Sun, 22 Dec 2024 00:23:16 +0330 Subject: [PATCH] Add playwright for web testing section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a7f5f89..6297d367 100644 --- a/README.md +++ b/README.md @@ -1020,6 +1020,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [PyAutoGUI](https://github.com/asweigart/pyautogui) - PyAutoGUI is a cross-platform GUI automation Python module for human beings. * [Schemathesis](https://github.com/kiwicom/schemathesis) - A tool for automatic property-based testing of web applications built with Open API / Swagger specifications. * [Selenium](https://pypi.org/project/selenium/) - Python bindings for [Selenium](http://www.seleniumhq.org/) WebDriver. + * [playwright](https://pypi.org/project/playwright/) - Python library to automate [Chromium](https://www.chromium.org/Home), [Firefox](https://www.mozilla.org/en-US/firefox/new/) and [WebKit](https://webkit.org/) browsers with a single API. * [sixpack](https://github.com/seatgeek/sixpack) - A language-agnostic A/B Testing framework. * [splinter](https://github.com/cobrateam/splinter) - Open source tool for testing web applications. * Mock