Re: how to show both unit test result and API test result from Jenkins job?

2019-03-06 Thread xuyongdao1978
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

how to show both unit test result and API test result from Jenkins job?

2019-03-04 Thread xuyongdao1978
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

jenkins pipeline to populate robot test result with exception: Cannot get property 'simpleName' on null object

2018-10-25 Thread xuyongdao1978
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