The addTests(Description) method no longer exists on the TestEventClient so running tests results in a NoSuchMethodException.
I've tried to fix this myself by using reflection to set the tests property of RunnerArgs to include the "duplicate" tests but this results in the test only being ran once so I'm obviously doing something wrong 😞
Any update, help or pointers in the right direction would be much appreciated 👍