You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: