Skip to content

[Feature request] Use build variants for configs #267

@juliocbcotta

Description

@juliocbcotta

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions