This is a migrated thread and some comments may be shown as answers.

What are my options to display test list results in a Jenkins CI configuration?

1 Answer 85 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Tim
Top achievements
Rank 2
Tim asked on 11 Feb 2015, 07:38 PM
Hello,

To give you a general idea of the setup, I have Jenkins and the test clients on a mostly isolated network.
Jenkins kicks off ArtOfTest.Runner to execute test lists on the test computer through a combination of PowerShell and psexec. After test execution I'm using PowerShell and Robocopy to pull the .aiiresult files back to the Jenkins workspace that kicked off the test process. I didn't install a Jenkins slave node on the test client (I can add one if necessary).

I have the .aiiresult files collected, but I'm looking for a way to display or email out the results of the test list in a simple report.  I have access to Test Studio Ultimate, but we currently aren't using a Scheduling Server. We also have TFS and I can redirect an email out of the test network.

What are some options to get a simple report, out of the test list results, that I can send to everyone on the team?

When I look at the help for ArtOfTest.Runner I only see a reference to publishing through TFS in some way.

Am I going to have to write something to use the OnAfterTestListCompleted method and format the result data myself as noted in:
http://docs.telerik.com/teststudio/advanced-topics/coded-samples/general/execution-extensions

Thanks,
Tim

1 Answer, 1 is accepted

Sort by
0
Ivaylo
Telerik team
answered on 16 Feb 2015, 01:23 PM
Hello Tim,

Please excuse me for the delayed response.

The only integrated option to have the results emailed is included in the scheduling functionality as described here.

The other option as you already figured out is to override the OnAfterTestComleted method as shown in this article. As soon as you implement this you can email the exported result file.

Regards,
Ivaylo
Telerik
 
The New Release of Telerik Test Studio Is Here! Download, install,
and send us your feedback!
Tags
General Discussions
Asked by
Tim
Top achievements
Rank 2
Answers by
Ivaylo
Telerik team
Share this question
or