From 80db357946319fca58cc6c0b0a2cf7a93afee5b9 Mon Sep 17 00:00:00 2001 From: Deepak gupta <91896859+guptadeepak8@users.noreply.github.com> Date: Wed, 12 Oct 2022 03:32:29 +0530 Subject: [PATCH] Add content to playwright (#2331) * added content to playwright added content with free-read content * Update content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/102-automation-frameworks/playwright.md Co-authored-by: Kamran Ahmed --- .../102-automation-frameworks/playwright.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/102-automation-frameworks/playwright.md b/content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/102-automation-frameworks/playwright.md index 454f06c7c..dd7d047df 100644 --- a/content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/102-automation-frameworks/playwright.md +++ b/content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/102-automation-frameworks/playwright.md @@ -1 +1,7 @@ -# Playwright \ No newline at end of file +# Playwright + +Playwright Test was created specifically to accommodate the needs of end-to-end testing. Playwright supports all modern rendering engines including Chromium, WebKit, and Firefox. Test on Windows, Linux, and macOS, locally or on CI, headless or headed with native mobile emulation of Google Chrome for Android and Mobile Safari.Playwright leverages the DevTools protocol to write powerful, stable automated tests.Playwright can actually see into and control the browser rather than relying on a middle translation layer, it allows for the simulation of more insightful and relevant user scenarios. + +Free Content +Official Website: Playwright +Playwright Tuotorial