Hi,
Is there a way to pass separate system properties for each test fork? I am considering using maxParallelForks to enable my tests to run in parallel. However I would like to pass an argument or system property to each fork to parameterize it. Is that possible with some customization of the test task? I
Thanks
Ani