I find it quite silly that the following does not work (or rather even worse, it returns a wrong number and thus it cannot be relied upon):
issue in testExecutionTests("X") or issue in testExecutionTests("Y")
This only returns tests from Y, the first query (for X) is ignored.
What is the problem here?
What do the two clauses return when run on their own?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.