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 ?
Asked
Active
Viewed 173 times
0
-
Did you try out below solution? Any updates? – Levi Lu-MSFT Nov 06 '19 at 11:46
-
Yes. The below solution is working fine for me. But, The given sample is an unit test using TestStack.White Framework and able to test it by using VSTest in DevOps Build pipeline. – GREESHMA K R Dec 12 '19 at 08:23
1 Answers
1
You can run TestStack.White UI test in CI\CD pipeline and below is the configuration about build pipeline.
According to the code sample, I think you can get this sample to test. https://github.com/xingyu217/TestStackDemo

Frank Wang-MSFT
- 1,367
- 6
- 6