lundi 25 juillet 2016

Can I track more than two test categories on Sonarqube?

I looked at this question and got the impression that the only two categories of tests that can be used are unit tests and integration tests.

However, my project also has end-to-end (e2e) tests, that don't really fit into the integration test category (like Fabrice suggested in his answer to the aforementioned question). Thus, I would like to be able to track how many e2e-tests were run, how many were skipped, how many failed, and so on. The e2e-tests output junit xml-files.

Is this possible to do with some existing plugin? I.e. to have three (or why not more) categories of tests: unit, integration and e2e.

Aucun commentaire:

Enregistrer un commentaire