fluttium_cli 0.1.0-dev.1 copy "fluttium_cli: ^0.1.0-dev.1" to clipboard
fluttium_cli: ^0.1.0-dev.1 copied to clipboard

outdated

The CLI for Fluttium, a UI testing framework for Flutter

fluttium logo

Pub fluttium_cli coverage style: very good analysis License: MIT Powered by Mason


Fluttium CLI allows developers to run Fluttium Flow tests.

Fluttium Demo

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.