https://github.com/bakkappan/playwright-javascript-typescript-csharp-python-framework
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.
https://github.com/bakkappan/playwright-javascript-typescript-csharp-python-framework
azure-devops microsoft-playwright page-object-model playwright-automation playwright-automation-testing playwright-codegen playwright-csharp playwright-cypress playwright-demo playwright-example playwright-javascript playwright-python playwright-testing playwright-tests playwright-typescript quality-assurance test-automation test-case test-plan testers-talk
Last synced: 9 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/bakkappan/playwright-javascript-typescript-csharp-python-framework
- Owner: BakkappaN
- Created: 2024-09-19T16:51:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-26T06:34:11.000Z (about 1 year ago)
- Last Synced: 2025-03-25T03:41:41.909Z (12 months ago)
- Topics: azure-devops, microsoft-playwright, page-object-model, playwright-automation, playwright-automation-testing, playwright-codegen, playwright-csharp, playwright-cypress, playwright-demo, playwright-example, playwright-javascript, playwright-python, playwright-testing, playwright-tests, playwright-typescript, quality-assurance, test-automation, test-case, test-plan, testers-talk
- Language: JavaScript
- Homepage: https://youtube.com/playlist?list=PLUeDIlio4THEgPRVJRqZRS8uw8hhVNQCM&si=2EIy78ixJ-31Oozu
- Size: 188 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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. Mobile App Testing
5. DataBase Testing
6. Page Object Model Design Pattern
7. Data Driven Testing
8. Run test based on different environments - QA, Staging, PROD etc
9. Automating MFA(Multi Factor Authentication)
10. Allure report
11. Assertions or Validations
12. Test Report
13. Logging
14. Parallel Execution
## Learn Complete Playwright Automation with TypeScript & JavaScript(UI + API + Mocking + CI CD[Jenkins + GitHub, Azure DevOps Pipeline, GitHub Actions] + Test Reports) Full Course
## [Part01 : Learn Playwright with TypeScript from Scratch](https://www.youtube.com/watch?v=788GvvcfwTY)
[](https://www.youtube.com/watch?v=788GvvcfwTY)
## [Part02 : Learn Playwright with TypeScript from Scratch](https://www.youtube.com/watch?v=YfRazDhi9Fw)
[](https://www.youtube.com/watch?v=YfRazDhi9Fw)
## [Part03 : Learn Playwright with TypeScript API Automation](https://www.youtube.com/watch?v=iGQ-qTLEPLw)
[](https://www.youtube.com/watch?v=iGQ-qTLEPLw)
## [Part04 : Learn Playwright with CI CD - Jenkins, Azure DevOps & GitHub Actions](https://www.youtube.com/watch?v=D44k45N6S58)
[](https://www.youtube.com/watch?v=D44k45N6S58)
- Playwright with TypeScript Full Course Playlist - https://youtube.com/playlist?list=PLUeDIlio4THEXmQxNvKmdDxAVloGTHXMr&feature=shared
===============================================================
# Complete Playwright with JavaScript Full Course
## [Part01 : Learn Playwright with JavaScript from Scratch](https://www.youtube.com/watch?v=2poXBtifpzA)
[](https://www.youtube.com/watch?v=2poXBtifpzA)
- Playwright with JavaScript UI Automation Full Course Playlist - https://bit.ly/playwright-tutorial-automation-testing
===============================================================
## [Part02 : Learn Playwright with API Automation Testing from Scratch](https://youtu.be/lM-lqPun9P8?feature=shared)
[](https://www.youtube.com/watch?v=lM-lqPun9P8)
- Playwright API Testing Crash Course Playlist - https://bit.ly/playwright-api-testing-tutorial
===============================================================
## [Part03 : Learn Playwright with Azure DevOps Pipeline](https://www.youtube.com/watch?v=Exx2M5Pz06g)
[](https://www.youtube.com/watch?v=Exx2M5Pz06g)
- Playwright with Azure DevOps Pipeline Playlist - https://bit.ly/playwright-azure-devops-tutorial
===============================================================
- Playwright with Dynamics 365 CRM Application Testing - https://youtu.be/WwovRRp0f4o?si=oqPE2ux7UcDeJMm6
### Important Playwright articles Links
* Update test case status automatically - https://medium.com/@testerstalk/integrate-azure-devops-test-plan-with-playwright-update-test-case-status-845b127f4b2b
* Handling MFA(Multi Factor Authentication) in Playwright - https://medium.com/@testerstalk/how-to-automate-mfa-multi-factor-authentication-seamlessly-with-playwright-433f89be44a1
* Data Base Testing(MYSQL) with Playwright - https://medium.com/@testerstalk/boost-your-playwright-tests-with-real-time-database-integration-39351ec710a0
* Data Base Testing(MongoDB) with Playwright - https://medium.com/@testerstalk/integrating-mongodb-with-playwright-test-automation-data-base-testing-22e4bcee7595
* Top 50 Playwright interview questions & answers - https://medium.com/@testerstalk/top-50-playwright-interview-questions-and-answers-6dff075c488e
* Commands: https://medium.com/@testerstalk/playwright-important-commands-for-daily-use-727a339b288e
* Assertions: https://medium.com/@testerstalk/different-assertion-types-in-playwright-9784c2657253
### How to update Playwright to Latest Version?
1. npm install -D @playwright/test@latest
2. npx playwright install --with-deps