You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Open a shell
Install the CLI via flutter pub global activate fluttium_cli (on Windows 11 if that matters)
Go to your flutter project in my case autologin/example (even not sure if that matters)
Run fluttium new flow foo
Execute the flow/test via fluttium test .\foo.yaml
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
The text was updated successfully, but these errors were encountered:
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
flutter pub global activate fluttium_cli
(on Windows 11 if that matters)fluttium new flow foo
fluttium test .\foo.yaml
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
The text was updated successfully, but these errors were encountered: