Project showcasing different practiques when working with espresso
Explores multiple techniques when working with UI Testing and Espresso, you can check out the specific git tag where the specific technique is applied:
- Espresso simple test:
git checkout simple-test
- Mock web server sample:
git checkout mock-web-server
- Idling resources sample:
git checkout idling-resource
- Test robot pattern sample:
git checkout test-robots
Slides used in the workshop given at the Android Vigo Meetup can be found here.