yes, we use junit to format the api test result + unit test result. the
problem is api result will over-write unit test result.
so we like know if any other way can show both unit and api test result in
same pipeline.
thanks.
在 2019年3月5日星期二 UTC+8下午1:51:14,Xiaojie Zhao写道:
>
> Hi there
>
> Hav
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 re
we use using mail-ext and robot frame work to try to format all test suits
detail in jenkins, and send out the report.
we are using jenkins pipeline project, and robot test result can be shown
on build UI web page.
we used now, its downloaded from github,
https://github.com/JMcn/jenkins-emai