Skip to content

Releases: pedrovgs/Shot

Improve build time and fix crash.

20 May 06:57
Compare
Choose a tag to compare

Improve build time.
Fix crash when handling web views in order to ignore them.

ScreenshotTest interface improvements and plugin configuration fixes

08 May 13:01
Compare
Choose a tag to compare
  • Improved support for scroll view and horizontal scroll view widgets in ScrenshotTest interface.
  • Add support for ignored views in ScreenshotTest interface.
  • Improved usage documentation.
  • Provide support for overrideable testApplicationId configuration param.
  • Fix android libraries support.
  • Fix applicationIdSuffix support for configurations in build types instead of flavors.

Fix crash by runtime exception thrown by the Facebook library

23 Apr 12:47
Compare
Choose a tag to compare
Add catch wrapping the usage of the facebook library in order to avoi…

…d the error's found while the 4.1.0 testing

First shot-android release and major library usability improvements.

22 Apr 15:00
Compare
Choose a tag to compare

Include shot-android module as part of the plugin implementation.
Provide a custom test runner and a handy interface to write tests.
Improve documentation with the new tools ready to use.

Improved flavor support and update tasks names change

06 Apr 09:22
a544cdd
Compare
Choose a tag to compare

This release contains major breaking changes related to Shot configuration and also updates the name of the tasks created by Shot when the plugin is configured. This major release also simplifies the configuration of this gradle plugin so there is no need to specify the app id and the testing target to use. In case of any doubt review the project READEM.md file or feel free to ask the contributors anything.

Improve HTML report

04 Dec 13:00
Compare
Choose a tag to compare

Improve HTML report by showing failed tests first.

Fix Android Gradle Plugin 3.5.0 support

17 Sep 07:56
Compare
Choose a tag to compare
3.0.2

Fix Android Gradle Plugin 3.5.0 support

Fix snapshot dependency

17 Sep 06:25
Compare
Choose a tag to compare
3.0.1

Adjuts versions to point to the expected path

Sharding support

31 Jul 08:50
Compare
Choose a tag to compare

Provided support for multiple devices execution using the instrumentation test runner sharding feature.

Improve cloud tests execution support

26 Feb 08:28
b12f842
Compare
Choose a tag to compare

Thanks to a @Laimiux contribution we've decoupled the tests execution process from the screenshot comparison process. Thanks to this change we've improved the could tests execution support 😃