Contributor - test_run export to Jenkins
Description
The idea is to update the Scilab function called test_run to be able to export the test results under the xUnit reports format.
This will allow the analysis of the test results within Jenkins.
Step by step
- Look the Xunit format
- Look how it is done in other software
- Extend test_run to export to the xUnit format (add a new argument in the Scilab function test_run)
- Make sure that xUnit can read the Scilab test_run output
- Integrate Scilab in the full process.
This project could be also extended to have a full Scilab build process into Jenkins with the output of Junit and Cobertura