I have a huge project with a lot of different tests in different suites.
And I would like to find a test by name (ClassNameTest.testMethod
) to see its history. I don't know the suite where this test is. How do I search by test name?
Just searching by test class returns all builds since they output something about this class every time.
I have tried opening test history to see if I can tweak URL, but it's in the form of testNameId=-2327717746523985574
which is obviously useless.