wildness_ui_golden_toolkit 1.0.3
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_toolkitdependency 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_uiversion 1.1.0. - General project formatting.
0.1.6 #
- Updated dependencies to ensure compatibility with
wildness_uiversion 1.0.0.
0.1.5 #
- Fix spells in the golden toolkit.
- Updated dependencies to ensure compatibility with
wildness_uiversion 0.1.2. - Remove
flutter_localizationsdependency
0.1.4 #
- Fix spells.
0.1.3 #
- Added more properties for component tests.
- Passthrough
WidgetTesterfor gestures.
0.1.2 #
- Added wrap for scenarios.
- Use
homeonwidgetApp.
0.1.1 #
Changes on testColumnComponent and testDeviceComponent:
- Removed
gestureBuilderparameter as required. - Added
groupNameparameter.
0.1.0 #
- First version.