Introduction Azure DevOps Pipeline is a cloud-based CI/CD platform from Microsoft that allows you to automatically build, test, and deploy your applications. It supports integration with a vast array of tools and frameworks, including Playwright. One key feature of...
If you’ve ever found yourself as a software engineer in a testing role, chances are you’ve experienced the dilemma of changing test scenarios every time implementation details change. As the industry continues to evolve, we need to embrace smarter, more...
Test automation is a crucial aspect of software development, helping to ensure that the application behaves as expected and meets the needs of its users. One of the key elements of successful test automation is the use of Page Objects. This blog post will explore how...
Running Playwright Tests in Azure DevOps As a software engineer in test, you’re probably familiar with the Playwright testing framework. It’s a popular JavaScript library for writing different types of tests. If you’re looking to run your Playwright...
The web browser testing and automation field is highly competitive, so it’s easy to look at everything in an ‘Us vs Them’ mode. There’s a built in mindset within the industry, particularly among performance testers, that everything has to have an edge over something...
Allure TestOps Hands-On Part 5: DashboardsTesting in DevOps is not a trivial process, as it requires continuous testing, automated analysis, and fast-paced release verification. So TestOps, being a subset of DevOps focused on these tasks, is a set of technologies and...