wildness_ui_golden_toolkit 1.0.3 copy "wildness_ui_golden_toolkit: ^1.0.3" to clipboard
wildness_ui_golden_toolkit: ^1.0.3 copied to clipboard

A tools for create golden test on wildness components.

1.0.3 #

  • Fix: wrap is only applied to child in test column component

1.0.2 #

  • Fix: Golden test failures are now properly reported in the console.

1.0.1 #

  • Change gesture keys to better reflect what they do
  • You can now configure the axis of the images generated on devices

1.0.0 #

  • Stable release.
  • Improved touch gesture simulation support in component tests.
  • Prepared package for public release on pub.dev.
  • Major Refactoring: Migrated from the deprecated golden_toolkit dependency to an internal, custom golden test solution. This change significantly updates the underlying golden testing infrastructure.

0.1.7 #

  • Updated dependencies to ensure compatibility with wildness_ui version 1.1.0.
  • General project formatting.

0.1.6 #

  • Updated dependencies to ensure compatibility with wildness_ui version 1.0.0.

0.1.5 #

  • Fix spells in the golden toolkit.
  • Updated dependencies to ensure compatibility with wildness_ui version 0.1.2.
  • Remove flutter_localizations dependency

0.1.4 #

  • Fix spells.

0.1.3 #

  • Added more properties for component tests.
  • Passthrough WidgetTester for gestures.

0.1.2 #

  • Added wrap for scenarios.
  • Use home on widgetApp.

0.1.1 #

Changes on testColumnComponent and testDeviceComponent:

  • Removed gestureBuilder parameter as required.
  • Added groupName parameter.

0.1.0 #

  • First version.