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

Commit a066819

Browse files
authored
Merge pull request #280 from Shopify/278-migration-notice
Testify 2.0: Add deprecation and migration notice
2 parents 1860e88 + dc6f903 commit a066819

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

7628.png

282 KB
Loading

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,24 @@
1+
> **Warning**
2+
>
3+
> 🚚 **We have moved!** 🚧
4+
>
5+
> Effective August 1, 2022, all development will occur in our new repository: https://github.com/ndtp/android-testify/
6+
>
7+
>
8+
9+
<a href="https://ndtp.github.io/android-testify/docs/migration"><img width="*" src="./7628.png"/></a>
10+
11+
<sub><sup>Move house vector created by pch.vector - [www.freepik.com](https://www.freepik.com/vectors/move-house)</sup></sub>
12+
13+
---
14+
115
# Testify — Android Screenshot Testing
216

17+
318
Add screenshots to your Android tests
419

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=main"/></a> <a href="https://search.maven.org/artifact/com.shopify.testify/testify"><img alt="Maven Central" src="https://img.shields.io/maven-central/v/com.shopify.testify/testify?color=%236e40ed&label=com.shopify.testify%3Atestify"/></a> <a href="https://search.maven.org/artifact/com.shopify.testify/plugin"><img alt="Maven Central" src="https://img.shields.io/maven-central/v/com.shopify.testify/plugin?color=%234da1ea&label=com.shopify.testify%3Aplugin"/></a>
20+
<a href="https://search.maven.org/artifact/com.shopify.testify/testify"><img alt="Maven Central" src="https://img.shields.io/maven-central/v/com.shopify.testify/testify?color=%236e40ed&label=com.shopify.testify%3Atestify"/></a> <a href="https://search.maven.org/artifact/com.shopify.testify/plugin"><img alt="Maven Central" src="https://img.shields.io/maven-central/v/com.shopify.testify/plugin?color=%234da1ea&label=com.shopify.testify%3Aplugin"/></a>
21+
622
---
723

824
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.

0 commit comments

Comments
 (0)