You are not logged in.
When using DUnit, a dunit-report.xml containing test statistics will be generated. This can be useful for automating the testing of multiple executable files, because one can use tools (e.g., FinalBuilder) to check whether there are failures during automated tests.
Therefore, could you help to add the functionality of generating dunit-report.xml to SynTests.pas ?
Last edited by ComingNine (2017-12-05 07:08:32)
Offline
In the source code shown, SynTests is slightly modified to generate dunit-report.xml. The generated file can be useful for automating the testing of multiple executable files.
Can you help to review and include the changes ?
Offline