ndtp / android-testify

Add screenshots to your Android tests
Other
99 stars 5 forks source link

Release 3.0.0 #218

Closed DanielJette closed 3 weeks ago

DanielJette commented 1 month ago

Set up Testify

Before building your screenshot test with Testify, make sure to set a dependency reference to the Testify plugin:

Root build.gradle

plugins {
    id("dev.testify") version "3.0.0" apply false
}

settings.gradle

Ensure that mavenCentral() is available to both pluginManagement and dependencyResolutionManagement.

Application build.gradle

plugins {
    id("dev.testify")
}

dependencies {
    androidTestImplementation "androidx.test:rules:1.5.0"
}

Changelog

AndroidTestifyBot commented 1 month ago

:white_check_mark: Success! - Legacy Sample screenshot test results

View build for commit cfd3b64489745b0390b2c80e21e27cffec2e5251
AndroidTestifyBot commented 1 month ago

:white_check_mark: Success! - Flix Sample screenshot test results

View build for commit cfd3b64489745b0390b2c80e21e27cffec2e5251
AndroidTestifyBot commented 1 month ago

:white_check_mark: Success! - Flix Library screenshot test results

View build for commit cfd3b64489745b0390b2c80e21e27cffec2e5251