wolfenrain / fluttium

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

bug: installing test runner scenario takes too long #372

Open iam-shanmichael opened 9 months ago

iam-shanmichael commented 9 months ago

Hello! @wolfenrain

when i run fluttuim test map_fluttium it install all components for fluttium but when i get in intalling test runner it's stuck in install or loading and didn't proceed to launch test runner that's why i can't run any flow because of this issue

`✓ Retrieving devices (7.8s)`
`✓ Setting up the test runner (27ms)`
`✓ Setting up the launcher (13ms)`
`✓ Installing actions (2.2s)`
`⠇ Installing test runner... (2000.8s)`
wolfenrain commented 9 months ago

Hi! Are you able to reproduce this while running it with --verbose? It might be throwing an error that isn't being propagated upwards correctly

iam-shanmichael commented 6 months ago

Hi wolfenrain,

appreciate your response, i do tried to run this with --verbose and no error throw while running the yaml test file and still stuck on installing test runner thank you.

wolfenrain commented 6 months ago

Ah it might be because you are using Flutter 3.17 through FVM and Fluttium supports 3.10 or higher.

iam-shanmichael commented 6 months ago

Hi wolf,

appreciate your response, currently in my project im not using FVM tho i have hidden files .fvm , please correct me if im wrong FVM will only active in specific project once you run dart pub global activate fvm ?, and also currently im on Flutter 3.7.6 yet in another machine fluttium in workin as expected with Flutter 3.7.6 thank you.