jeudi 26 mai 2016

Is there a way to post the unit test result to a remote server when using Jasmine HTML runner for JavaScript?

I have set up and run Karma using configuration file on my local server A and I can run the test remotely on other host B and generate the test result on my local server. But I cannot see the test result on host B. When I connect to server A on host B, What displayed on the host B is "Karma v0.13.22 - connected". When I put all my source code, test code and Jasmine libs in the index.html and run this page on host B, I can see the test result visually but I cannot export these result.

Is there any library code I can embed it in the index.html and let it send the test result back to a server?

thanks.

Aucun commentaire:

Enregistrer un commentaire