-
How to implement common finder > byIcon using java appium flutter driver?
I added following finder in my FlutterFinder.kt file
fun byIcon(icon: IconData): FlutterElement {
val f = _byIcon(…
-
Background:
I am working on a Flutter application and using Flutter Driver for automated testing. In my test script, I'm attempting to retrieve the text of an element with the value key "imprint_li…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Database
### Which platforms are affected?
Windows
### Description
The app co…
-
**Describe the bug**
I have an app that displays a circular progress indicator for 31 seconds, and I expect `waitForAnimationToEnd` to spend its default timeout (15 seconds) waiting and only then e…
-
### Use case
As a QA, i need test my flutter project on different web browser : MacOS chrome/firefox/safari/edge, Android chrome, IOS chrome.
But i can only execute flutter test case on MacOS chrome…
-
[√] Flutter (Channel stable, 1.22.0, on Microsoft Windows [Version 10.0.19041.508], locale bg-BG)
[√] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
[√] Android Studio …
2math updated
3 years ago
-
I am able to run `flutter run --flavor` development without any error, however when I intend to run integration tests with `flutter driver --target=test_driver/app.dart --flavor development`, i run in…
-
HI, when I run flutter pub get I get this output.
[firebase_auth_demo_flutter-master] flutter pub get
Running "flutter pub get" in firebase_auth_demo_flutter-master...
Because every version …
-
There are new test failures on [[cfe] Use unwrapping of nullability constructor in upper bound](https://github.com/dart-lang/sdk/commit/1b2c267bb23ff7d6cb5c5cb6c66203cef72b9a65).
The tests
```
fl…
-
Hi, I am getting this error while running my app, I have added enableFlutteDriverrExtension() in the debug app and run the code with "flutter driver --target=test_driver/e2e.dart" command in terminal …