wolfenrain / fluttium

Fluttium, the user flow testing tool for Flutter
https://fluttium.dev
MIT License
361 stars 10 forks source link

fix: First usage failed: "log" is not registered? #406

Open rekire opened 5 months ago

rekire commented 5 months ago

Description I'm using your framework for the first time. I installed the CLI and run the commands below and it just failed, which should IMHO not happen.

Steps To Reproduce

  1. Open a shell
  2. Install the CLI via flutter pub global activate fluttium_cli (on Windows 11 if that matters)
  3. Go to your flutter project in my case autologin/example (even not sure if that matters)
  4. Run fluttium new flow foo
  5. Execute the flow/test via fluttium test .\foo.yaml
  6. The test fails with the error: Fatal driver exception occurred: Invalid argument (name): An action with this name is not registered.: "log"

Expected Behavior

Test should be passed

Screenshots

Image a shell with the text: Fatal driver exception occurred: Invalid argument (name): An action with this name is not registered.: "log"

Additional Context

None