-
## Command
```
flutter driver --driver=test_driver/integration_test_driver.dart --target=test/integration_test/auth_test.dart -d chrome --web-port=4444 --browser-name=chrome --screenshot=test_report…
-
I discovered recently that my integration tests freeze on CI/CD. After investigation I discovered that I've updated from `qr_code_scanner` to `mobile_scanner` and after that update my integration test…
-
We have these Flutter checkboxes in our AUT, but I can't see any programmatic way from the appium-flutter-driver to be able to determine its checked property - any suggestions on how I could make that…
-
I'm logging this because someone asked and I don't know the answer. I should try it myself and fix it if it's not currently possible.
-
**Flutter app information:**
`Flutter (Channel stable, 3.16.5, on macOS 13.6.1 22G313 darwin-arm64, locale en-VN)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓…
-
## Bug report
**Describe the bug**
When enforcing App Check for Authentication on Firebase, I can connect my Flutter App and login users using phone authentication.
After the user logs in a F…
-
Per [this discussion](https://groups.google.com/forum/#!topic/flutter-dev/2yEf-VNAwPY), it seems widget tests are under-documented in these ways:
* unclear why UI appears small with black regions a…
-
The flutter_driver web implementation currently relies on sync sockets: https://github.com/flutter/flutter/blob/master/packages/flutter_driver/lib/src/driver/web_driver.dart#L12
We probably shouldn…
-
Problem Statement :
- I am trying to perform simple click operation on button with keyValue attached to it "FILTER_BUTTON"
- Its not clicking on it though element is being identified as per this log…
-
I replaced the `FloatingActionButton` in the standard flutter example app (created with a driver test) with
```
floatingActionButton: SizedBox(
height: 200,
width: 200,
…