Fluttium, the user flow testing tool for Flutter.
Package | Pub |
---|---|
fluttium | |
fluttium_cli | |
fluttium_driver | |
fluttium_interfaces | |
fluttium_protocol |
Action | Pub |
---|---|
log_action |
# 📦 Install from pub.dev
flutter pub global activate fluttium_cli
# 🖥 Create a test flow file
fluttium new flow my_flow --description "My cool flow"
# 🧪 Run a test flow file
fluttium test my_flow.yaml
View the full documentation here.
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.
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.