DEV Community

Cover image for How to do Test Automation using Playwright and JavaScript?
Md Moeen Ajaz Khan
Md Moeen Ajaz Khan

Posted on • Updated on • Originally published at codewithmmak.com

How to do Test Automation using Playwright and JavaScript?

How to do UI Automation using Playwright and JavaScript? In this course, I’ll walk you step-by-step to build your UI Automation framework.

Playwright a test automation tool which is used for end-to-end testing for any of the modern web applications like react.js or AngularJS. It currently supports the Chromium, WebKit and Firefox family where you have Chrome, Microsoft Edge, Firefox, Opera and Safari browsers. It also supports all the major platforms of Windows, Linux and Mac OS and you have very good support of all the programming languages like Typescript, JavaScript, Python, .net and Java. So which means that you can write your automation test in any of the programming language. It also supports mobile automation or it supports the mobile emulators which means you can fire up the Chrome browser on Android or the Safari on iPhone/iPAD and do your test. You can also run all your tests on any of the cloud environments as well like LambdaTest, SauceLabs, BrowserStack.

The complete playlist of Playwright test automation tool which gives you basic setup knowledge to advance usage of the tool.

Playwright - Test Automation Tool #1 Playwright - Test Automation Tool | Overview - https://www.youtube.com/watch?v=l8PQ7rIZPp4 #2 Playwright Installation - ...

favicon youtube.com

We will be covering the following topics:

  1. Playwright - Test Automation Tool | Overview - https://www.youtube.com/watch?v=l8PQ7rIZPp4
  2. Playwright Installation - https://www.youtube.com/watch?v=I59Vban8lAo
  3. What is Next.js - https://www.youtube.com/watch?v=u6xMGPZnsXk
  4. Playwright First Test Script - https://www.youtube.com/watch?v=CPlYyCLjPqo
  5. Playwright Configuration File - https://www.youtube.com/watch?v=r7YGrF3s5kw
  6. Playwright Test Hooks - https://youtu.be/739dMoKNcYY
  7. Playwright VS Code Extension - Run test with a single click - https://youtu.be/54BlaEFQjTg
  8. Playwright VS Code Extension - Record new tests - https://youtu.be/ykF3Pff6Zo8
  9. Playwright Command Line - https://www.youtube.com/watch?v=aqRQ1XhbWG8
  10. Configure NPM scripts in Playwright - https://www.youtube.com/watch?v=wwlNcfOAqCs
  11. Playwright Test Generator - https://www.youtube.com/watch?v=WNUmJjIrs2o
  12. Playwright Test Annotations - https://www.youtube.com/watch?v=g91durt7HUY
  13. Playwright Test Video Recording - https://www.youtube.com/watch?v=SvW_aZCmlE4
  14. Playwright Workers | Parallel Test Execution - https://youtu.be/WgKXdzOfHQU
  15. Playwright Custom Reporters - https://youtu.be/iGcqv7vmzq8
  16. Allure Report For Playwright - https://youtu.be/M3jw47nKHpw
  17. Retries In Playwright - https://youtu.be/wY2hrvFAmTI
  18. Integration of Jenkins with Playwright - https://youtu.be/BHgfOYL6q5A

👍 You can follow my content here as well -

Website
GitHub
LinkedIn
Twitter
Facebook
Instagram

...

I love coffees! And, if this post helped you out and you would like to support my work, you can do that by clicking on the button below and buying me a cup of coffee -

Buy me a coffee

You can also support me by liking and sharing this content.

Thanks for reading!

Top comments (0)