Running Test Cases with Automated Script in Azure DevOps

In this blog, I will show step by step process to run a test case with an automated script in Azure DevOps. We will be able to select specific test cases in Azure DevOps and execute them against the automation script. For this, we need to follow the following simple 5 steps. Step 1: ConfigureContinue reading “Running Test Cases with Automated Script in Azure DevOps”

Integrating Playwright SpecFlow in Azure DevOps with Allure Report

In this blog, I will show step-by-step how to integrate the test automation script playwright with specflow in the Azure DevOps pipeline and show the Allure report. In my previous blog, I demonstrated E2E automation using Playwright and Specflow. I’ve also shown how can we generate test reports using Allure Report and attached screenshots ofContinue reading “Integrating Playwright SpecFlow in Azure DevOps with Allure Report”