Skip to content

A collection of Custom Actions and Matchers for Espresso Testing

Notifications You must be signed in to change notification settings

bufferapp/Biscotti

Repository files navigation

Biscotti

Now we are working on multiple projects on the Android team, we felt it necessary to begin sharing some commonly used code across projects. And now we are heavility using UI testing in these projects, we found that the same custom actions and matchers were being used in multiple places.

That's where Biscotti comes in. Biscotti is a simple collection of Custom Actions and Matchers used within Espresso tests.

The ingredients of our Biscotti currently consist of:

Matchers

Actions

App Shortcuts

Intents

Utilities

Using Biscotti

To use Biscotti in your projects, add the following to your root build.gradle file:

allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }   
}

Followed by the dependancy in your app level build.gradle file:

androidTestCompile 'com.github.bufferapp:Biscotti:-SNAPSHOT'

or

androidTestImplementation 'com.github.bufferapp:Biscotti:-SNAPSHOT'

About

A collection of Custom Actions and Matchers for Espresso Testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages