Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 447 Bytes

File metadata and controls

18 lines (16 loc) · 447 Bytes

PlaywrightTestProject

Created a test automation framework with Playwright library

Topics:

  1. Playwright Setup and Installation
  2. Write basic tests
  3. Page locators and selectors
  4. Assertions
  5. Upload file tests
  6. Wait commands
  7. Debugging with Playwright
  8. Page Object Model
  9. Framework optimization
  10. Authentication via different ways in Playwright
  11. Parallel and cross browser testing
  12. Reporting
  13. Github Actions Integration