Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
chore: generate template (#135)
Browse files Browse the repository at this point in the history
Co-authored-by: VGV Bot <vgvbot@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and vgvbot authored Sep 14, 2023
1 parent 1bf2fb4 commit 38ee284
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions brick/__brick__/{{project_name.snakeCase()}}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,21 @@ A Very Good Flutter Federated Plugin created by the [Very Good Ventures Team][ve

Generated by the [Very Good CLI][very_good_cli_link] 🤖


### Integration tests 🧪

Very Good Flutter Plugin uses [fluttium][fluttium_link] for integration tests. Those tests are located
in the front facing package `{{project_name.snakeCase()}}` example.

**❗ In order to run the integration tests, you need to have the `fluttium_cli` installed. [See how][fluttium_install].**

To run the integration tests, run the following command from the root of the project:

```sh
cd {{project_name.snakeCase()}}/example
fluttium test flows/test_platform_name.yaml
```

[coverage_badge]: {{project_name.snakeCase()}}/coverage_badge.svg
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
[license_link]: https://opensource.org/licenses/MIT
Expand All @@ -24,3 +39,5 @@ Generated by the [Very Good CLI][very_good_cli_link] 🤖
[very_good_ventures_link]: https://verygood.ventures/?utm_source=github&utm_medium=banner&utm_campaign=core
[very_good_ventures_link_dark]: https://verygood.ventures/?utm_source=github&utm_medium=banner&utm_campaign=core#gh-dark-mode-only
[very_good_ventures_link_light]: https://verygood.ventures/?utm_source=github&utm_medium=banner&utm_campaign=core#gh-light-mode-only
[fluttium_link]: https://fluttium.dev/
[fluttium_install]: https://fluttium.dev/docs/getting-started/installing-cli

0 comments on commit 38ee284

Please sign in to comment.