How to Execute Playwright Test Cases With CI/CD GitHub Actions
This blog covered how to setup CI/CD Github actions and execute Playwright test cases in CI/CD Github actions What is Playwright? Playwright is an open-source Node.js …
This blog covered how to setup CI/CD Github actions and execute Playwright test cases in CI/CD Github actions What is Playwright? Playwright is an open-source Node.js …
In this blog, I will talk about the Integration of Playwright with Jenkins. Jenkins is a self-contained, open-source automation server that can be used to automate all sorts …
This blog covers how we can intergate an Allure HTML report using a playwright Why is Allure Reporting to Playwright? Allure is a flexible and …
This blog cover about how we can set up Playwright / Java Script What is Playwright? Playwright is an open-source Node.js library started by Microsoft for …
What is Page Object Model (POM)? Page Object Model is a design pattern commonly used in test automation that creates an object repository for web …