Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

Commit 6861d88

Browse files
authored
Merge pull request #221 from Shopify/release-1.1.0-beta2
Release 1.1.0-beta2
2 parents 00846dd + 06f20a8 commit 6861d88

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Testify Change Log
22

3-
## Unreleased
3+
## 1.1.0-beta2
44

55
### Library
66

7+
#### Bug fixes
8+
9+
- Fix "ParallelPixelProcessor.kt:90 - java.lang.IndexOutOfBoundsException: index=315250 out of bounds (limit=315250)"
10+
https://github.com/Shopify/android-testify/issues/215
11+
712
#### Updates
813

914
- AGP from 4.2.0-beta6 to 4.2.0
4 Bytes
Binary file not shown.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Add screenshots to your Android tests
44

5-
<a href="https://github.com/Shopify/android-testify/actions?query=workflow%3A%22Build+Gradle+Plugin%22"><img alt="GitHub Actions" src="https://github.com/Shopify/android-testify/workflows/Build%20Gradle%20Plugin/badge.svg?branch=master"/></a> <a href='https://bintray.com/shopify/shopify-android/testify-plugin/1.1.0-beta1/link' alt="Testify download"><img src='https://api.bintray.com/packages/shopify/shopify-android/testify-plugin/images/download.svg?version=1.1.0-beta1'></a>
5+
<a href="https://github.com/Shopify/android-testify/actions?query=workflow%3A%22Build+Gradle+Plugin%22"><img alt="GitHub Actions" src="https://github.com/Shopify/android-testify/workflows/Build%20Gradle%20Plugin/badge.svg?branch=master"/></a> <a href='https://bintray.com/shopify/shopify-android/testify-plugin/1.1.0-beta2/link' alt="Testify download"><img src='https://api.bintray.com/packages/shopify/shopify-android/testify-plugin/images/download.svg?version=1.1.0-beta2'></a>
66
---
77

88
Expand your test coverage by including the View-layer. Testify allows you to easily set up a variety of screenshot tests in your application. Capturing a screenshot of your view gives you a new tool for monitoring the quality of your UI experience. It's also an easy way to review changes to your UI. Once you've established a comprehensive set of screenshots for your application, you can use them as a "visual dictionary". In this case, a picture really is worth a thousand words; it's easy to catch unintended changes in your view rendering by watching for differences in your captured images.
@@ -21,7 +21,7 @@ buildscript {
2121
jcenter()
2222
}
2323
dependencies {
24-
classpath "com.shopify.testify:plugin:1.1.0-beta1"
24+
classpath "com.shopify.testify:plugin:1.1.0-beta2"
2525
}
2626
}
2727

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ buildscript {
2828
'mockito2' : '3.3.3', // https://github.com/mockito/mockito/releases
2929
'mockitoAndroid' : '3.3.3', // https://mvnrepository.com/artifact/org.mockito/mockito-android
3030
'mockitokotlin' : '2.2.0', // https://github.com/nhaarman/mockito-kotlin
31-
'testify' : '1.1.0-beta1', // https://github.com/Shopify/android-testify/releases
31+
'testify' : '1.1.0-beta2', // https://github.com/Shopify/android-testify/releases
3232
]
3333
coreVersions = [
3434
'compileSdk': 30,

0 commit comments

Comments
 (0)