Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] rerunFailingTestsCount for UI based Eclipse tests

+ tycho-dev

Hello,

any idea guys?

- Umair

From: Muhammad Umair Sair
Sent: Tuesday, August 10, 2021 3:02 AM
To: tycho-user@xxxxxxxxxxx <tycho-user@xxxxxxxxxxx>
Subject: rerunFailingTestsCount for UI based Eclipse tests
 
Hello Folks,

I have some debugging tests which are run using UITestApplication and I am trying to use rerunFailingTestsCount for it. It seems that it doesn't work because of following line of code where TestRequest is always created with rerunFailingTestsCount=0.



This is then used by JUnit4Provider and value is 0.


Is this feature supported with UITestApplication?

- Umair


Back to the top