-
When the current results UI shows a list of 10,000 tests or more, scrolling using the scroll bar is janky and hangs the web client.
This is due to issue https://github.com/flutter/flutter/issues/52…
-
Using the `CBuilder` in a build hook does currently not set an optimization flags for the C compiler. This means that by default C/C++ code gets compiled unoptimized, which is a rather bad gotcha in r…
-
We have integration tests for at least webview_flutter and video_player that are currently hitting external URLs, which is random test failure waiting to happen (this has already been a problem at lea…
-
**Describe the bug**
Failed to load tests when adding `get_test: ^4.0.1`
**Reproduction code
example:
```
testController(
'Show error when email address is not valid',
(control…
-
### Steps to reproduce
1. Install Patrol like documented on patrol.leancode.co
2. Run example_test.dart copied from website
3. see results
### Actual results
The process does not finish successfu…
-
### Use case
This command pretends to work, but the launched web build is broken:
`flutter drive --web-renderer skwasm`
The proper command is as follows:
`flutter drive --wasm`
This has cau…
-
Having timeouts with requests doesn't propagate through links and in general has caused weird behaviors such as causing timeout on app start (even though manually setting timeout to 60 sec). As it's n…
-
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…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/do…
-
I was told to report [this issue](https://github.com/flutter/flutter/issues/144124) here.
### Steps to reproduce
- Run `dart create dart_test`
- Add the following to `lib/dart_test.dart`
```da…