Integration Bamboo

Experiences, small talk, and other automation gossip.
Heatzone87
Posts: 1
Joined: Tue May 31, 2016 7:27 pm

Integration Bamboo

Post by Heatzone87 » Tue May 31, 2016 7:31 pm

Hey all,

I have setup Ranorex to run with Bamboo. All is working fine and i can run a build and execute it afterwards. I set it up using this blog post "Bamboo CI with Ranorex Test Automation" (cannot post a link as new user)

The problem im having is that they refer to command task to execute the test itself but the "executable" that is used is not something i can get working. The executable list keeps empty at all times and i cannot trigger the just build "exe" file.

I now set it up as a script task instead with these values:

Code: Select all

.\ubuytest.exe /zr /zrf:Reports/Report.rxzlog /pa:TestEnvironment=UAT3
The problem with this setup is that the build will return OK even though the testcase itself fails.
Can someone tell me how to set it up as in the example?

Thanks

jma
Posts: 107
Joined: Fri Jul 03, 2015 9:18 am

Re: Integration Bamboo

Post by jma » Thu Jun 02, 2016 2:28 pm

Hi Heatzone87,

According to your description the issue seems to be related to Bamboo. I think that the following chapters in the Atlassian documentation could help you with adding the executable: