Re: How to publish results of automated tests

2013-03-11 Thread Benjamin Lau
I'd second this option. It's been a good approach to getting test results out of all sorts of tools. I've written scripts that generated this format from shell scripts and other sources depending on what I was doing and they work great and appear just like any other test results in Jenkins. Ben O

Re: How to publish results of automated tests

2013-03-11 Thread Tan Yeong Sheng
try jenkins html publisher plugin On Mar 11, 2013 8:25 PM, "zakyn" wrote: > Hello, > > I would like to ask you for your experience about publishing the GUI tests > or postbuild results. > > We have this situation: > 1. run build > 2. on the dedeicated machine we run automated gui tests using buil

Re: How to publish results of automated tests

2013-03-11 Thread JonathanRRogers
On Monday, March 11, 2013 8:25:23 AM UTC-4, zakyn wrote: > > Hello, > > I would like to ask you for your experience about publishing the GUI tests > or postbuild results. > > We have this situation: > 1. run build > 2. on the dedeicated machine we run automated gui tests using build results > > an

How to publish results of automated tests

2013-03-11 Thread zakyn
Hello, I would like to ask you for your experience about publishing the GUI tests or postbuild results. We have this situation: 1. run build 2. on the dedeicated machine we run automated gui tests using build results and I would like to add the results of the tests to the build. My idea is pub