hi,
We are using JUnit to analyze unit test result in jenkins pipeline, that works well and can show detail test result in XML format after job complete.
we would like to integrate API test in same pipeline, and if we use JUnit to format the API test result. Once job is complete, looks API result is over-write Unit test result,so we can only see API test result.
we did not find good way to solve this , is there any other way can show both unit and api test result in one pipeline job?
thanks in advance.