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
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 foofluttium test .\foo.yamlExpected 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