-
### Describe what you were doing
just opened the app
### What does the crash message say?
panicked at 'wgpu error: Validation Error
Caused by:
In Device::create_render_pipeline
Interna…
-
I have faced this problem while writing gherkin BDD integration test for my flutter application where I am not able to get the driver tapped on TextSpan items under RichText, I know that there is no k…
-
Currently when the error occurs when talking to the Flutter testing/driver APIs, the API returns a text containing error message and traces. It would be brittle if Espresso/EarlGrey relies on passing …
adazh updated
8 months ago
-
Hello @jwinarske ! 👋
I've made some progress with the AGL QEMU setup, but I've hit another snag when trying to run the Flutter app. I'd appreciate your insights on this new issue.
When attempti…
-
Flutter Driver has only very basic documentation for simple tests like finding a button and pressing the button. Anyone know if I can do other operations like navigate to a specific page from driver (…
-
## Steps to Reproduce
1. Checkout code: `git@github.com:0xZOne/multi_window_test.git`
2. Execute `flutter run -d windows`
Two windows are created at once as follows:
flutter do…
-
Flutter driver timeout cause test to fail on linux emulator, docker android emulator and macos mojave android emulator and real android device
## Steps to Reproduce
Follow the steps on https://flu…
-
## Steps to Reproduce
1. Create a TextField inside the app with an onSubmitted handler.
2. Write a driver test case that inputs text into it
(so far, this works flawlessly)
But now what, how…
-
## Use case
When retrieving a SerializableFinder, it would be helpful if we could find out if a button is enabled/disabled by accessing the button's attributes.
There are software requirements for e…
-
I'm having difficulties understanding how `find.bySemanticsLabel` works inside an `integration test`.
There doesn't seem to be one single example inside the documentation.
Following test is the ea…