Hi Luke, thanks for the quick response, unfortunately this doesn’t work for me either when I run
gradle :subproject:seleniumTest -D:subproject:seleniumTest.single=MyTest
I get Could not find matching test for pattern: MyTest when I run (dot instead of colon between project and task name)
gradle :subproject:seleniumTest -D:subproject.seleniumTest.single=MyTest
then single is ignored and all tests are run (as without colon before subproject)