How to trigger HyperExecute Test Runs from Azure Devops pipeline and write results back to Azure?

Hi,

I currently have most of my tests built in TestMui using KaneAI.

I have Azure test plans where I keep all my test runs and test cases. Is it possible to setup an Azure pipeline to execute all the tests in a Project on TestMui and publish the results back to the Azure pipeline so I can write these results to my azure test plan ?

Thanks in Advance1

Hello Steph, Currently, you can create test runs with the required test cases and trigger them through the API from your Azure CI/CD pipeline using a cURL command within the YAML file.

However, reporting the execution status directly back to the Azure pipeline is not supported at the moment.

You can refer to the documentation below for triggering the execution through CI/CD: https://www.testmuai.com/support/docs/kaneai-ci-cd-automation/