[Contents] [TitleIndex] [WordIndex

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

  1. Look the Xunit format
  2. Look how it is done in other software
  3. Extend test_run to export to the xUnit format (add a new argument in the Scilab function test_run)
  4. Make sure that xUnit can read the Scilab test_run output
  5. 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


2022-09-08 09:26