Open hram opened 6 years ago
This error message "Ambiguous arguments..." was introduced in spoon in https://github.com/square/spoon/pull/495
Are you also passing in instrumentationArgs for a class name? Or specifying a className as a parameter in the spoon section of your build.gradle?
@dweebo i pass package name only
I believe just as @dweebo said, this is a Spoon 2 problem. Locally, I have use test size via @SmallTest
, @MediumTest
and @LargeTest
.
Were you able to work around this @hram?
Thank you for gradle 4 support
Can you tray run tests from specific package and help me?
In my case I was trying by setting instrumentation arguments:
And this code works earlier in gradle 3 Now when I run tests as a result I get
but no one test was running
After that I inspect logcat in found this exception