Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin ignores test filtering options #1

Open
sergio-sastre opened this issue Mar 24, 2024 · 1 comment
Open

Plugin ignores test filtering options #1

sergio-sastre opened this issue Mar 24, 2024 · 1 comment

Comments

@sergio-sastre
Copy link

sergio-sastre commented Mar 24, 2024

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

@tdrhq
Copy link
Contributor

tdrhq commented Mar 24, 2024

Ah, very interesting feedback. Let me see if I can fix this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants