Skip to main content
Version: 2.0.0-alpha01

Install and use the Android Studio Plugin

Testify screenshot tests are built on top of Android Instrumentation tests and so already integrate seamlessly with existing test suites. Screenshots can be captured directly from within Android Studio or using the Gradle command-line tools.

Android Studio support relies on the fact that Testify tests extend ActivityTestRule and can be invoked using the built-in support for running instrumentation tests with various commands (notably sidebar icons) in Android Studio. With the installation of the Intellij-platform plugin, many common Testify actions can be seamlessly integrated into your IDE. The Testify Android Studio plugin is available for Android Studio version 4.0 through Dolphin (2021.3.1 Beta 1) via the Intellij Marketplace.

This plugin will enhance the developer experience by adding fully integrated IDE UI for all relevant Testify commands:

  • Run the Testify screenshot tests
  • Record a new baseline image
  • Pull screenshots from the device and into your project
  • Remove any existing screenshot test images from the device
  • Reveal the baseline image in Android Studio
  • Delete the baseline image from your project
Get from Marketplace