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

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -