tony
07/16/2026, 5:14 PMTest task named "testFoo". For Reasons, I want to register a lifecycle task (not a Test task), named simply "test", which will have a dependsOn relationship with the original "testFoo". Is there any way to propagate command-line options to the underlying "real" task? E.g., a test filter --tests="*.foo.*"?tony
07/16/2026, 5:15 PMtestFoo to always have the filter set (so users aren't required to pass the option, which is today's case). Then the dependsOn just works