Forum Discussion
mikef
Staff
4 years ago
I don't believe it is possible to run only new tests from each PR, the interface is not dynamic in that way. You can specify tests items and the order (or group) to run in, but there is no dynamic operator to run only a new test like this.
If there is a way for Jenkins to derive new test names from the PR, you could possibly pass them as variables in your pipeline script.
Irvingoliveira
4 years agoOccasional Contributor
Yes, the part of discovering what tests are new I already resolved. What I need is to run only this test together with these others that I showed in the last sreenshot. My doubt is if it's possible to set as parameter in the jenkinsfile for the testcomplete more than one testitem to run.