Skip to content

v0.1.0

Compare
Choose a tag to compare
@ffasitella ffasitella released this 21 Dec 18:21
· 8 commits to main since this release

Wolmo Testing Android - v0.1.0

This release contains the first methods to help you write cleaner and better instrumented tests with Espresso.

Features

  • Text matchers: checkTextMatches, checkHintMatches, checkErrorText, checkPopUpText
  • Visibility matchers: checkIsVisible, checkIsGone, checkIsInvisible, checkIsEnabled and checkIsDisabled
  • Intent matchers: checkIntent and checkIntentWithActionView
  • Text helpers: writeText
  • Action helpers: singleClick and scrollAndPerformAction
  • Hilt compatibility with standalone fragment testing: the method launchHiltFragment launches a fragment inside a dummy Hilt activity and provides a safe environment to test it.