mshah
7 years agoNew Contributor
Is there anyway I can enable all tests on Jenkins?
I have a test suite that have multiple projects.
While working on writing tests, we sometimes miss to enable all tests and start execution on Jenkins.
Now, when we look at the results, we will see execution of tests that are only enabled.
So, we enable all tests and push the code and execute tests on Jenkins again.
Is there anyway, so, if we miss to enable all tests, Jenkins should still execute all tests.
Can we configure TC Jenkins plugin? or can we use some perticular command line? Or do we have to set any property of the project?