JavaScript fundamentals for beginners needed to automate in the Playwright
How to install Playwright from scratch run and debug tests, analyze reports and test results
How to locate any web element on the page following Playwright best practices
How to interact with different UI components such as: input fields, radio buttons, check boxes, lists, tooltips, date pickers, web tables, sliders, iFrames
What is Page Object Model and how to organize test code using Page Objects
How to work with APIs in Playwright: API mocking, API requests, API call intercept, shared authentication and API authentication
Advanced topics: global setup and teardown, visual testing, mobile device emulation, fixtures, environment variables, test execution in Docker container