robospock / RoboSpock

A testing framework which brings powers of Spock and Groovy to Android app testing
http://robospock.org
MIT License
249 stars 44 forks source link

Could author write a tutorial about how to integrate RoboSpock to Android studio and how to run test cases #32

Open androidhuoniao opened 9 years ago

aprofromindia commented 9 years ago

+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

pjakubczyk commented 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

pjakubczyk commented 9 years ago

The new sample is available in https://github.com/Polidea/RoboSpock/tree/master/sample

theScud commented 9 years ago

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

pjakubczyk commented 9 years ago

@theScud thanks for making me more verbose :)

the webpage robospock.org has been updated.

pjakubczyk commented 9 years ago

@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.

theScud commented 9 years ago

LOL thanks for dumbing it down :P

theScud commented 9 years ago

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

pjakubczyk commented 9 years ago

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?

pjakubczyk commented 9 years ago

@theScud still have problem ?

viacheslavokolitiy commented 9 years ago

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

pjakubczyk commented 9 years ago

@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