This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<!-- | |
Converts the MSpec (http://github.com/machine/machine.specifications) xml | |
output to JUnit output format. | |
The aim of this transformation is to integrate MSpec tests to Hudson CI. | |
Hudson understands test results presented in JUnit format. | |
Limitations: MSpec xml output currently doesn't contain detailed information |