Open androidhuoniao opened 9 years ago
great one but I see one thing. you just added the 3.0 dependency which means it overrides the 2.3 one. i am hesitating if this will work fine across all projects.
fiy i am working to get 3.0-r2 working gut still not ready
The new sample is available in https://github.com/Polidea/RoboSpock/tree/master/sample
Hey so i went through the blog post and the provided example links , but am still having a hard time making sense of the process , i managed add the gradle pulgin and also understood the basic structure , but i'm still now sure on where i should define my testspec.groovy or how to run the test . ?
Also do you guys have anyone working on the documentation for this . i really like the frame work and would really like to contribute if nothing else then in the documentation atleast
@theScud thanks for making me more verbose :)
the webpage robospock.org has been updated.
@theScud https://github.com/robospock/RoboSpock/tree/master/sample
I have added a small readme. Please don't hesitate to ask more question so I can extend it.
LOL thanks for dumbing it down :P
okay so i tried like you suggested but got this warning and a failed to execute result
Error:Gradle: Execution failed for task ':app:compileFlavorDebugUnitTestGroovy'.
no source files
cant make head or tail of this because i have a test spec in the groovy direcory
Looks like no Spec was found in test directory. I remember that the groovy plugin must have at least 0.3.6 version.
Btw, do you have the sample online so I could take a look?
@theScud still have problem ?
Could author update RoboSpock library ? Android Studio 1.4.0 can't run unit tests, it seems this issue is related to similar robolectric issue. https://github.com/robolectric/robolectric/issues/1936
But from console gradlew test throws an error, that robolectric doesn't support API 22 and API 23
@viacheslavokolitiy it's matter of groovy plugin. Android gradle plugin is not always backward compatible and groovy team needs some time to adjust the changes.
Yes, robolectric doesn't support all APIs. The easiest way is to see the source code https://github.com/robolectric/robolectric/blob/robolectric-3.0/robolectric/src/main/java/org/robolectric/internal/SdkConfig.java#L21
+1, I have a fully working tutorial with Robolectric and a partially working one with Robospock here - http://aprorules.blogspot.de/2015/04/setting-up-bdd-with-robospockrobolectri.html