Skip to content

Playwright with JavaScript TypeScript CSharp DotNet Python Automation Framework GitHub Repository, Playwright is an open-source automation library for browser testing and web scraping developed by Microsoft and Playwright provides the ability to automate browser tasks in Chromium, Firefox and WebKit.

Notifications You must be signed in to change notification settings

BakkappaN/Playwright-JavaScript-TypeScript-CSharp-Python-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Playwright with JavaScript, TypeScript, CSharp Dotnet, Python Automation Framework

Topics Covered

  1. Updating Test Case Outcome in Test Plan Automatically
  2. UI Automation Testing
  3. API Testing
  4. DataBase Testing
  5. Page Object Model Design Pattern
  6. Data Driven Testing
  7. Run test based on different environments - QA, Staging, PROD etc
  8. Automating MFA(Multi Factor Authentication)
  9. Allure report
  10. Assertions or Validations
  11. Test Report
  12. Logging
  13. Parallel Execution

Learn Complete Playwright from Scratch - Youtube Playlist

  1. Playwright Tutorial Full Course - https://bit.ly/playwright-tutorial-automation-testing Watch this video on YouTube

  2. Playwright API Testing Tutorial - https://bit.ly/playwright-api-testing-tutorial Watch this video on YouTube

  3. Playwright with Dynamics 365 CRM - https://youtu.be/WwovRRp0f4o?si=oqPE2ux7UcDeJMm6 Watch this video on YouTube

  4. Playwright with Azure DevOps Pipeline - https://bit.ly/playwright-azure-devops-tutorial Watch this video on YouTube

Important Playwright articles Links

How to update Playwright to Latest Version?

  1. npm install -D @playwright/test@latest
  2. npx playwright install --with-deps