playwright.config.ts
and azure-pipelines-pw.yml
files for reference. These files contain the configurations for the Playwright tests and the Azure Pipelines build respectively.For more details, you can check out my original post: https://stackoverflow.com/questions/76396854/is-there-any-way-to-run-a-test-using-the-azure-test-plans-if-the-test-runner-is
This thread is trying to answer question "Why are Playwright tests that are linked to Azure Test Plans UI failing when run in a release pipeline on Azure DevOps, and how can this issue be resolved?"
@ntodorov99 as you already know, with Playwright we have to use https://www.npmjs.com/package/@alex_neo/playwright-azure-reporter to update the test case status.. so we no need to use VS Test tasks as its not meant for this framework.
Rayrun is a community for QA engineers. I am constantly looking for new ways to add value to people learning Playwright and other browser automation frameworks. If you have feedback, email [email protected].