Skip to content
Advertisement

Tag: ui-automation

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

Access a new window – cypress.io

The question is as simple as that. In Cypress, how can I access a new window that opens up when running the test. Steps to recreate : Run the test. After some action, new window pops up (the url is dynamic in nature). Fill in the fields in the new window, and click a few buttons. After required actions are

Advertisement