sebaslogen / CleanGUITestArchitecture

Sample project of Android GUI test automation using Espresso, Cucumber and the Page Object Pattern
MIT License
137 stars 31 forks source link

Update SDK and dependencies #6

Closed nightscape closed 8 years ago

sebaslogen commented 8 years ago

Thanks for the contribution! :)

The automated tests on Travis CI fail because the configuration for the CI environment was not updated. Can you please update the .travis.yml file in the root to use android-24 and build-tools to accommodate your changes?

nightscape commented 8 years ago

Ah, had forgotten about Travis ;) Fixed that and also cleaned history a little. Now it should hopefully be good to go :+1:

sebaslogen commented 8 years ago

Super, thanks for the update effort!

nightscape commented 8 years ago

Thanks for creating that tutorial, probably saved me hours to figure it out by myself :D