License
Build

toster

Small test dsl based on adb commands that allows you to test the mobile application close to user actions

How to install

Add next fields in your root build.gradle file:

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

Add the dependency:

dependencies {
    implementation 'by.epicbot:toster:0.1.1'
}

GitHub

View Github