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
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