Skip to content

Plugin ignores test filtering options #1

@sergio-sastre

Description

@sergio-sastre

It is common to filter tests to group them and run them separately.
For instrumentation tests, this usually looks like this:
./gradlew :shot:executeScreenshotTest -Precord -Pandroid.testInstrumentationRunnerArguments.annotation=MyTestAnnotation

or for JVM screenshot tests you can filter them by name like this:
./gradlew :paparazzi:recordPaparazziDebug --tests 'Composable'

However, the plugin ignores those params and runs all the tests

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions