46c8c38aa7
Test / test (push) Successful in 7m35s
Signed-off-by: Peter Siegmund <developer@mars3142.org>
43 lines
2.1 KiB
Markdown
43 lines
2.1 KiB
Markdown
# toaster_utils
|
|
|
|
[![Very Good Ventures][logo_white]][very_good_ventures_link_dark]
|
|
[![Very Good Ventures][logo_black]][very_good_ventures_link_light]
|
|
|
|
Developed with 💙 by [Very Good Ventures][very_good_ventures_link] 🦄
|
|
|
|
![coverage][coverage_badge]
|
|
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
|
|
[![License: MIT][license_badge]][license_link]
|
|
|
|
A Very Good Flutter Federated Plugin created by the [Very Good Ventures Team][very_good_ventures_link].
|
|
|
|
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 `toaster_utils` 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 toaster_utils/example
|
|
fluttium test flows/test_platform_name.yaml
|
|
```
|
|
|
|
[coverage_badge]: toaster_utils/coverage_badge.svg
|
|
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
|
|
[license_link]: https://opensource.org/licenses/MIT
|
|
[logo_black]: https://raw.githubusercontent.com/VGVentures/very_good_brand/main/styles/README/vgv_logo_black.png#gh-light-mode-only
|
|
[logo_white]: https://raw.githubusercontent.com/VGVentures/very_good_brand/main/styles/README/vgv_logo_white.png#gh-dark-mode-only
|
|
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
|
|
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis
|
|
[very_good_cli_link]: https://github.com/VeryGoodOpenSource/very_good_cli
|
|
[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
|