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?
Asked
Active
Viewed 668 times
1 Answers
1
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.

Hugh Lin
- 17,829
- 2
- 21
- 25
-
The idea im looking is to run the tests through test plans. Not just updating the result status. – Irfan Mar 29 '21 at 08:26