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