hi,
After much difficulty I can carry out the project for a transfer windowns server via ssh and run the grunt test.
Now my problem is the implementation of these test, the grunt performs functional tests with karma and stores it in an xml, the jenkins displays the result on the console.
But even if the test failed it builds successfully build.
How can I make jenkins interact with these tests to break the build on failure?
thank