AZure DevOps Pipeline

Ask general questions here.
priyank1989
Posts: 30
Joined: Wed Aug 14, 2019 8:59 pm

AZure DevOps Pipeline

Post by priyank1989 » Thu Sep 19, 2019 8:06 pm

Hi ,
I integrated my Ranorex Test cases with DevOps Azure Pipeline build.
My question is like my Azure pipeline is always build successfully even though there is failed Test case.
I can see failed test cases in Reports , but my pipeline build is success So is it how it should work or is it like as and when I get Failed test case my build pipeline also should get fail ?

Query
Posts: 1
Joined: Tue Sep 24, 2019 10:48 pm

Re: AZure DevOps Pipeline

Post by Query » Tue Sep 24, 2019 10:59 pm

can someone please reply on this

User avatar
qwertzu
Posts: 284
Joined: Wed Jan 25, 2017 11:08 am

Re: AZure DevOps Pipeline

Post by qwertzu » Wed Sep 25, 2019 9:10 am

hi,

I think, this question is rather Azure related than Ranorex. I'm not sure, if many users can help you here.
However, I can imagine that the azure pipeline build is not related to the test run itself. So, the succeeded pipeline build just states that the test was executed, but not whether it was successful or not.
However, this is just a guess.

regards, qwertzu

mweicht
Posts: 3
Joined: Mon Sep 30, 2019 9:19 am

Re: AZure DevOps Pipeline

Post by mweicht » Mon Sep 30, 2019 9:22 am

For each step in your Azure DevOps build pipeline there is an option to continue upon error. Is this selected for your test execution?