'Running .NET project Jasmine tests in Azure pipeline build server

There are some Jasmine unit tests inside the .NET Framework project, we could able to run the unit tests in Visual Studio-19 via ReSharper. We already have a Build server in Azure pipeline which is configured to Build and run the .NET Framework Unit Tests.

Is there any way to configure the Jasmine tests to run in the Azure DevOps pipeline with the same build server we already have.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source