Barista Versions Save

:coffee: The one who serves a great Espresso

v3.5.0

4 years ago
  • Exclude Room metadata when clearing DB (#343)

v3.4.0

4 years ago
  • Add color styleable assertTextColorIs (#341)

v3.3.0

4 years ago
  • Update color matcher to accept attribute colors and color int (#340)

  • Add test for vector image assertHasDrawable (#315)

  • Add open overflowMenu action (#332)

  • Add chips interactions and assertions (#321)

  • Add scrollTo() signatures to support scrolling on a custom view matcher (#323)

  • Removed exclude group: 'com.android.support' (#317)

  • Better explain how to mock the camera (#325)

v3.2.0

4 years ago
  • Fix permission granter on Android Q (#312)
  • Assert content description (#308)
  • Remove migration guide (#307)

v3.1.0

4 years ago
  • Assertion for TextInputLayout Text Helper Hint (#303)
  • Added support for string resource id in contains assertions (#305)

v3.0.0

5 years ago

Big change! We finally migrated from the Support Library to AndroidX. If you're using AndroidX already in your project, you should be safe to use Barista 3.0.0. Please report any issues you may find.

  • Migrate to AndroidX (#301)
  • Update Gradle and tools (#300)
  • Fix a typo in the reame
  • Issue templates (#291)
  • Add missing displayed examples (#290)

v2.10.0

5 years ago
  • Add assertListNotEmpty (#288)
  • Add assertNotDisplayed assertion with view id and string resource (#289)

v2.9.0

5 years ago
  • Add RatingBar interaction support (#285)
  • Add BaristaClickableAssertions (#277)
  • Add new features in BaristaListAssertions (#280)
  • Separate API sample code into blocks (#282)

v2.6.0

5 years ago
  • Clear files with optional regex filter (#250)
  • Update write methods to work with wrapped EditTexts (#245)
  • Assert displayed with string resource (#247)
  • Safer view pager swipe actions (#243)

v2.7.0

5 years ago
  • Add assertAny {} with sugar for kotlin (#254)
  • Created class BaristaListAssertions to hold list and recyclerview assertions. (#253)