-Dtest.single doesn't work when test tasks is in buildSrc

This is the same as GRADLE-1553.

You’re missing the leading “:” prefix on the task path. So you need to invoke with as…

gradle -D:subproject:seleniumTest.single=MyTest

I’ll update the instructions on the ticket.

We’re aware that this is a little cumbersome, and will be improved in the future.