Currently Azure devops maynot work with javascript tests. Has anyone found work around for running Jest/Mocha/ codeceptjs/ webdriver io tests as part of Test plans?
1 Answers
0
votes
Here is a blog introducing Integrate test automation framework with Azure Test Plan. In order to achieve this we will make use of the Azure DevOps APIs.
I was able to successfully integrate this set up with Java-Cucumber tests and Robot-Python tests. Likewise this can be extended to any JS framework like WebDriverIO or Cypress.