Search code examples
javascripttestingazure-devopsui-automationtestcafe

Automated UI test association in Azure DevOps doesn't work?


I am writing automated UI tests using TestCafe framework. And it needs to associate the test.js file with a TestCase in Azure DevOps to run pipelines and for receiving reports in Test Plan > Progress report. But somehow I can not associate test.js file with a TestCase because the VisualStudio doesn't sees it

Have followed this article https://learn.microsoft.com/en-us/azure/devops/test/associate-automated-test-with-test-case?view=azure-devops But was stuck at "Associate to Test Case" point.
Somehow, after solution(project) was build in Visual Studio and "Run All" button at Test Explorer was clicked - the system says that no tests was found. enter image description here

I have added unit.js file just to check if everything works in general - and the system has found it. enter image description here But not UI test.js file.

Has anyone encountered a similar problem? What am I missing? Glad to any response!


Solution

  • In accordance to Microsoft Dev Community - there is no way for now to perform such bond - to use Azure DevOps with JavaScript tools and language. So thank you for involve!