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
In my paparazzi tests I use Google's TestParameterInjector (here) to inject different values into the tests
The problem is the plugin doesn't find the tests if I try run just a single test on it's own with these parameters
Not sure if this is fixable but still worth mentioning
Task output -
Execution failed for task ':snapshots:testDebugUnitTest'.
> No tests found for given includes: [my.namespace.snapshots.x.y.MyTestClass.myTestFunctionWithInjectedParams](--tests filter)
In my paparazzi tests I use Google's
TestParameterInjector
(here) to inject different values into the testsThe problem is the plugin doesn't find the tests if I try run just a single test on it's own with these parameters
Not sure if this is fixable but still worth mentioning
Task output -
The text was updated successfully, but these errors were encountered: