简体   繁体   中英

How to Associate automated test cases to Azure through Eclipse

I am using Selenium Java & Eclipse IDE for web automation and want to associate the automation tests to Testcases which are already there in azure devops. I know how to do that using the Visual Studio but want ti do same using eclipse...

Let me know if anyone have solution for this

It seems that the Azure job, Visual Studio Test task which also associate tests with Test Plans in Azure, does not support test frameworks, other than the: MSTest, xUnit, NUnit, Chutzpah.

Use this task in a build or release pipeline to run unit and functional tests (Selenium, Appium, Coded UI test, and more) using the Visual Studio Test Runner. Other than MSTest-based tests, test frameworks that have a Visual Studio test adapter, such as xUnit, NUnit, Chutzpah, can also be executed.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM