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

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -