Jenkins support for csv test result file -
i have test result file looks this:
test1,pass test2,fail test3,skip it easy me vary format long remains .csv or other simple text file.
what easy way jenkins recognize either natively or commonly used plugins?
i create junit style output if minimally functional junit file jenkins read, rather not have deal verbose xml file such simple test results.
the path of least resistance--like you're guessing--is junit xml format.
https://stackoverflow.com/a/4925847/6090676 includes seven-line junit xml example.
Comments
Post a Comment