Fluttium, the user flow testing tool for Flutter.
Packages
Package | Pub |
---|---|
fluttium | |
fluttium_cli | |
fluttium_driver | |
fluttium_interfaces | |
fluttium_protocol |
Actions
Action | Pub |
---|---|
log_action |
Quick Start
# π¦ Install from pub.dev
flutter pub global activate fluttium_cli
# π₯ Create a test flow file
fluttium create my_flow.yaml --desc "My cool flow"
# π§ͺ Run a test flow file
fluttium test your_flow.yaml
Documentation
View the full documentation here.
Examples
The example directory contains example user flows that are written for the example application.
These tests are used for testing of new features and will be kept up to date.
Contributing
Have you found a bug or have a suggestion of how to enhance Fluttium? Open an issue and we will take a look at it as soon as possible.
Do you want to contribute with a PR? PRs are always welcome, just make sure to create it from the correct branch (main) and follow the checklist which will appear when you open the PR.