Skip to content

Commit

Permalink
Merge pull request #18 from surfstudio/SNP-744_update_readme
Browse files Browse the repository at this point in the history
doc(SNP-744): minor documentation changes since publication
  • Loading branch information
martynov-alex authored Mar 4, 2024
2 parents 62e02df + be31555 commit ee02622
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.2

* Minor documentation changes since publication.

## 0.0.1

* Initial release.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="./doc/images/cover.png" height="220" />
<img src="https://github.com/surfstudio/flutter-surf-widget-test-composer/blob/main/doc/images/cover.png?raw=true" height="220" />
</p>

## Description
Expand Down Expand Up @@ -95,7 +95,7 @@ Future<void> testExecutable(FutureOr<void> Function() testMain) {

According to the config, **12 goldens** will be generated for each test: **2 locales** x **2 themes** x **3 devises**.

> For example [goldens for SampleItemListView](example/test/src/sample_feature/goldens).
> For example [goldens for SampleItemListView](example/test/src/settings/goldens).

### Usage

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: surf_widget_test_composer
description: Widget Test Composer is a utility package designed to simplify widget and golden testing processes using golden_toolkit package.
version: 0.0.1
version: 0.0.2

homepage: https://github.com/surfstudio/flutter-surf-widget-test-composer
repository: https://github.com/surfstudio/flutter-surf-widget-test-composer
Expand Down

0 comments on commit ee02622

Please sign in to comment.