Shopify / android-testify

Add screenshots to your Android tests
https://testify.dev
MIT License
231 stars 23 forks source link

Issue-250: Support for Android Studio Chipmunk (2021.2.1) #270

Closed DanielJette closed 2 years ago

DanielJette commented 2 years ago

What does this change accomplish?

Resolves https://github.com/Shopify/android-testify/issues/250

How have you achieved it?

The bug was that the ktFile module name now includes the test variant (androidTest) as a suffix. This needs to be trimmed to match the expected Gradle project name.

Tophat instructions

  1. Download Chipmunk from https://developer.android.com/studio/
  2. Install the pre-built plugin from Testify IntelliJ Plugin-0.1.3.jar.zip
  3. Open the Sample source code in the preview build of Android Studio
  4. Verify that the 📷 icon is present in the screenshot test files and that the various commands work as expected.
DanielJette commented 2 years ago

Testify IntelliJ Plugin-0.1.3.jar.zip