Hey, it would be amazing if we could just run stuff like
./gradlew runFlank$MY_VARIANT
./gradlew runFlank$MY_VARIANT$MY_CONFIG
It would free us from the need of setting variant.
This is a pain for me, as I have multiple apps from the same project, with just a few adjusts for each. If I want to run the UI tests for each app I need to pass the variant as argument in the command line... something like
./gradlew runFlank -Pvariation=$MY_VARIANT.
If we could receive in the lambda for the configs that variant it would also help as I keep one smartFlankGcsPath for each config as a way of not overriding the default one.
Thanks
Hey, it would be amazing if we could just run stuff like
./gradlew runFlank$MY_VARIANT./gradlew runFlank$MY_VARIANT$MY_CONFIGIt would free us from the need of setting
variant.This is a pain for me, as I have multiple apps from the same project, with just a few adjusts for each. If I want to run the UI tests for each app I need to pass the variant as argument in the command line... something like
./gradlew runFlank -Pvariation=$MY_VARIANT.If we could receive in the lambda for the configs that variant it would also help as I keep one
smartFlankGcsPathfor each config as a way of not overriding the default one.Thanks