Automationframework Playwright
Automationframework Playwright
Framework
A.P.
2 Moller - Maersk
Classification: Internal
Introduction to
Playwright
• Playwright is an open-source test Automation Library developed by Microsoft,
• Test Mobile Web: Native mobile emulation of Google Chrome for Android and
Mobile Safari. The same rendering engine works on your Desktop and in the
Cloud.
• Its is built to enable cross browser web automation that is reliable , fast and
capable
Classification: Internal
Features of Playwright that Set It Apart?
• 1. Built-in Video Recording: Playwright offers built-in video recording of test runs. This feature debugging
and diagnosing test failures, and it’s not as seamlessly integrated into other tools.
• 2. Codegen: An ability to generate tests by recording user actions, saving them in various programming
languages.
• 3. Playwright Inspector: A built-in tool for inspecting web pages, generating selectors, navigating through
test executions, visualizing click points, and exploring execution logs.
• 4. Trace Viewer: A comprehensive debugging tool that captures a wealth of information for investigating
test failures, including a test execution screencast, live DOM snapshots, action exploration, test source
code, and more.
Classification: Internal
Top Benefits of Automation Testing
Classification: Internal
Playwright Architecture
Classification: Internal
7 A.P. Moller - Maersk
Classification: Internal
Playwright vs Robot vs cypress vs
Selenium
Classification: Internal
Playwright Cucumber BDD framework Design
Classification: Internal
DEMO