Skip to content

Releases: fzyzcjy/flutter_convenient_test

v1.3.7

01 Jun 13:43
Compare
Choose a tag to compare
  • Bump dependency intl #389

v1.3.6

30 May 12:44
Compare
Choose a tag to compare
  • Migrate to latest Flutter #387

v1.3.5

30 May 12:43
5245ffa
Compare
Choose a tag to compare

v1.3.4

06 Mar 14:32
Compare
Choose a tag to compare
  • Allow reading of Reports of up to 1GB in size #370 (thanks @gnunicorn)

v1.3.3

01 Feb 10:18
Compare
Choose a tag to compare
  • Using darker background for error text in dark mode #361 (thanks @jmatth)

v1.3.2

05 Dec 14:15
Compare
Choose a tag to compare
  • Upgrade to Flutter 3.16

v1.3.1

10 Oct 07:56
Compare
Choose a tag to compare
  • Upgrade to Flutter 3.13

v1.3.0

10 Jul 12:49
Compare
Choose a tag to compare
  • Enjoy 5x speedup: Able to execute your tests not only on simulator/device, but also on host computer (much faster), without changing any code.
  • Abundant information for errors: When something is not working, it tries to print out as much information as possible to help you quickly debug.
  • Enhanced golden: GUI to check golden changes, allow a few pixels to be different, screenshot widgets above your widget, etc (Standalone feature, does not require full convenient_test)
  • Utilities: Enter text without replacing, pump with run async, etc. (Standalone feature, does not require full convenient_test)

v1.2.1

25 Oct 08:20
Compare
Choose a tag to compare

v1.2.0

18 Sep 22:55
Compare
Choose a tag to compare
  • Fix dependency resolution issues and improve Actions #274 (thanks @bartekpacia)
  • Adds a settle argument to tTestWidgets #273 (thanks @ronba)
  • Fix bug causing config switches to be covered #268 (thanks @ethancadoo)
  • flag to prevent pumpAndSettle for other commands #267 (thanks @ostk0069)
  • Build conventient_test_manager_dart on Linux #265 (thanks @vHanda)
  • Pass cmd args through to config #263 (thanks @ethancadoo)
  • Command line args for gRPC connection #258 (thanks @ethancadoo)
  • Add note about AVD in readme #257 (thanks @ethancadoo)
  • Added Linux CI #255 (thanks @ethancadoo)
  • Feature: add a settle flag to act method to prevent pumpAndSettle #252 (thanks @MCord)
  • crop golden images - when you only want a portion of the widget to be captured #251
  • Fix build issues in the CI pipeline #241 (thanks @Rohithgilla12)
  • send hot restart to main isolate #237
  • enhance golden comparator #233
  • Enhance golden comparator #232
  • Fix assertion failed when takeSnapshot: '!renderObject.debugNeedsPaint' is not true #234