Can we not run in firebase test lab? #245
-
According to the logs they state we are capturing the test results properly. Is it a known issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
It is because we do not use However, if you do not need them, I guess it should be ok to use Btw, if you are not using it in firebase, just ignore that error! The results are captured properly. That error is just because our hack makes existing sanity check unhappy but there is no actual harm. |
Beta Was this translation helpful? Give feedback.
It is because we do not use
flutter test
but useflutter run
deliberately. This is because we need the hot restart functionality to support various use cases.However, if you do not need them, I guess it should be ok to use
flutter run
and then able to be on firebase.Btw, if you are not using it in firebase, just ignore that error! The results are captured properly. That error is just because our hack makes existing sanity check unhappy but there is no actual harm.