Skip to content

Releases: pedrovgs/Shot

Use only androidTestImplementation

07 Nov 09:05
119bdd3
Compare
Choose a tag to compare

Simplify how the facebook dependency is added under the hood to use only androidTestImplementation and not testImplementation because this Gradle API is not available anymore.

Update Facebook Android SDK version

08 Oct 08:24
5f7e154
Compare
Choose a tag to compare

We've updated a core dependency implemented by Facebook to use the version 0.8.0. You can find the library documentation here

Release 2.0.0

09 Feb 14:29
a08c2d7
Compare
Choose a tag to compare

Add support for Android >= 23 thanks to the Facebook library version 0.6.0 we use now and add a new execution param we can use to print diffs as base 64 strings as part of the console report.

If for some reason you were specifying a custom version of the Facebook library we use under the hood we strongly recommend you to read this section of the project README.md

Release 1.0.0

12 Jan 14:57
605be75
Compare
Choose a tag to compare

Improved HTML reporting showing a diff between the original screenshot and the new one if the test fails.

This is how the HTML report looks like know after a failed build:

verificationreport

Release 0.3.0

06 Oct 09:05
763ce04
Compare
Choose a tag to compare

Add a new feature to generate HTML reports for screenshots recording and verification.

Improve how the SDK dependency is added to the project

13 Sep 14:27
c2d01a2
Compare
Choose a tag to compare

Add the capability to override the Facebook SDK if it's already included in your project and fix an issue related to how dependencies are configured in Gradle >= 3.4

Fix a FileNotFoundException

31 Aug 21:40
7bc6b36
Compare
Choose a tag to compare

Fix a FileNotFoundException thrown during the recording stage if the screenshots folder does not exist.

Initial release

30 Aug 15:16
bb59644
Compare
Choose a tag to compare
0.1.1

Initial release

Initial release

30 Aug 13:39
Compare
Choose a tag to compare
0.1.0

Initial release