Can I configure TestStack.White UI test cases in CI\CD pipeline

199 Views Asked by At

I am in the process of configuring Azure DevOps CI\CD pipeline for my WPF desktop application. UI test cases of the WPF application are written using TestStack.White framework. Is it possible to use test cases written usingTestStack.White framework in DevOps CI\CD pipeline? If yes, how can I configure TestStack.White UI test cases in CI\CD pipeline? How can I publish test results from my TestStack.White test cases to DevOps? Could you point me to a code example ?

1

There are 1 best solutions below

0
On

You can run TestStack.White UI test in CI\CD pipeline and below is the configuration about build pipeline. enter image description here enter image description here

According to the code sample, I think you can get this sample to test. https://github.com/xingyu217/TestStackDemo