Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rekire opened this issue Mar 16, 2024 · 0 comments
Open

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

rekire opened this issue Mar 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@rekire
Copy link

rekire commented Mar 16, 2024

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

@rekire rekire added the bug Something isn't working label Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant