Hi all,
I’m running into the issue of passing Additional Gradle Arguments to the Android build inside Android Build for UI Testing step.
In the options, I put -PrunProdTest
inside the Additional Gradle Arguments
field, but during the build process, that argument isn’t passed to the Gradle runner.
I also tried with runProdTest
as a argument, but without any success. I also put logging inside my Gradle file, and log says that no argument is found inside project.properties
Is this because this step is in Beta, or I’m doing something wrong?