-
As of 2024-07-26, we discovered, that due to how the `dart` CLI has evolved, it's now possible to opt-in to using the `dart test` runner (instead of running a given driver script as a standalone Dart …
-
## Steps to Reproduce
Using flutter_driver in the QA environment. Options feels quite limited currently. I am trying to check if an element exists or not, perhaps a function on the like of finder.IsE…
-
Looked at the article.
Cloned repo.
Ran the app on simulator - passed.
As per article, ran `flutter drive --target=test_driver/app.dart`. Execution failed (app flashed on the sim, then died):
``…
-
add screenshot capability to e2e web integration tests.
These screenshots should be easy to trigger from the widget tests, but should be taken on the platform (by the browser's driver).
-
It would be nice if we could run integration tests using the `flutter_driver` package.
https://flutter.dev/docs/cookbook/testing/integration/introduction
Great work on the plugin btw!
-
## Steps to Reproduce
1. Edit `examples/flutter_gallery/test_driver/transitions_perf_test.dart`
1. From the `demos` list, remove `profiled: true` on any demos that include them.
1. Add `profiled:…
-
Hi,
I wanted to enhance the README.md after going through the setup myself but I wasn't able to make a PR. I will add it here in case one wants to add to the repo or others might be looking for sup…
-
Right now we have a method to trigger screenshots after each and every tests which slows down the tests a bit. Is there a way to take screenshots only on test failures?
-
sylph.yaml
```
tmp_dir: /tmp/sylph
artifacts_dir: /tmp/sylph_artifacts
sylph_timeout: 720
concurrent_runs: true
# device farm config
project_name: App Integration Tests
default_job_timeout…
-
The following usage of flutter drive fails:
```sh
$ ls test_driver/keyboard_resize_test.dart
test_driver/keyboard_resize_test.dart
$ flutter drive --target=test_driver/keyboard_resize_test.dart
…