Running .NET project Jasmine tests in Azure pipeline build server

220 Views Asked by At

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.

0

There are 0 best solutions below