From 69f625af39b7894783464374730babebdf9b7a80 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Wed, 12 Oct 2022 18:21:05 +0400 Subject: [PATCH] Add playwright content --- .../content/115-testing-your-apps/104-playwright.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/roadmaps/100-frontend/content/115-testing-your-apps/104-playwright.md b/content/roadmaps/100-frontend/content/115-testing-your-apps/104-playwright.md index 946589467..ddd9c301e 100644 --- a/content/roadmaps/100-frontend/content/115-testing-your-apps/104-playwright.md +++ b/content/roadmaps/100-frontend/content/115-testing-your-apps/104-playwright.md @@ -1 +1,7 @@ # Playwright + +Playwright is an open-source test automation library initially developed by Microsoft contributors. It supports programming languages such as Java, Python, C#, and NodeJS. Playwright comes with Apache 2.0 License and is most popular with NodeJS with Javascript/Typescript. + +Free Content +Playwright Website +Playwright Tutorial: Learn Basics and Setup