-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels