Getting Started
First, make sure you are using Expecto for your unit tests.
Install the package:
1:
|
|
And update your test project to use it as a reference. Then to run the test logger:
1:
|
|
This will output an xml file in the same directory as the test project named junit-test-results.xml
. This xml file should have the correct format for Gitlab to parse it into a test report.
Here is the path to download
1:
|
|