-
@reidbaker rightly points out in https://github.com/flutter/engine/pull/55638#pullrequestreview-2348773329 that how to encode actions so that `et` interprets them as testable executables is not docume…
-
Often times it's difficult to know which tests have failed when `flutter test` runs. For example: https://cirrus-ci.com/task/6163921269686272?logs=main#L3250
The report at the end just says:
```
…
-
When executing the following code with API level 35:
```dart
join(await sqlflite.getDatabasesPath(), DATABASE_NAME)
```
The application encounters the following error and stack trace:
```
[ +…
-
That is the primary entrypoint for all testing. Currently, the bash script also depends on only the x86 Fuchsia variant being built.
-
On iOS, the flutter_internet_speed_test package completes tests unusually quickly (around 2 seconds), resulting in excessively high download and upload rate measurements.
-
The post-submit test builder `Mac integration_ui_test_test_macos` had a flaky ratio 2.02% for the past (up to) 100 commits, which is above our 2.00% threshold.
One recent flaky example for a same c…
-
Hi there,
My Flutter application uses the `analyzer` package, and I'm finding that after a upgrade, our tests are now failing.
It looks like `getSdkPath` wasn't designed to accommodate a `Platfo…
-
The post-submit test builder `Mac platform_channel_sample_test_macos` had a flaky ratio 2.02% for the past (up to) 100 commits, which is above our 2.00% threshold.
One recent flaky example for a sa…
-
### Use case
The app is restarting between each test which is time consuming.
I have managed the app state reset by myself when I was using ```flutter test```, I want to keep this behavior to speed …
-
There seems to be issues running multiple integration tests in separate files on desktop applications, where it crashes when moving between tests. It opens the second application to start testing but…