lundi 2 septembre 2019

Generate test coverage for JavaScript client

We have an application that has an Angular front end, Java backend. We are using selenium (via Jenkins) to run a set of regression/integration tests against it.

We would like to be able to produce a report showing what areas of the code are covered by the tests. JaCoCo hooked in to the JVM would give us the coverage report for the Java code, but is there an equivalent to show us what % of the JS code is being exercised by the tests?

The instance of the application being tested isn't on the same server as the tests being run, or the jenkins server

Aucun commentaire:

Enregistrer un commentaire