-
### Steps to reproduce
1. Include the test suite `group('', (){ ... }, retry: 2)`
2. run integration test via `flutter drive`
3. If the test failed once but succeed in retry
4. The overall result …
-
This is a tracking issue for the effort to standardize bespoke test reporting in flutter/flutter test.dart.
- [ ] Refactor of suite runner logic in order to separate runner logic from testing
…
-
Showed up in a recent engine->framework roll (https://github.com/flutter/flutter/pull/151545).
This issue previously showed up in https://github.com/flutter/flutter/issues/123233.
https://ci.chrom…
bdero updated
4 months ago
-
See title. This reporter (recently made available by https://github.com/flutter/flutter/pull/148739) might be useful to reducing noise in logs from CI tests.
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Messaging
### Which platforms are affected?
Web
### Description
…
-
### New Issue Checklist
- [x] I am not disclosing a [vulnerability](https://github.com/parse-community/Parse-SDK-Flutter/security/policy).
- [x] I am not just asking a [question](https://github.…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and didn't find mine.
### Steps to reproduce
- Connect two devices to the machine
- Open two terminals
- Run tes…
-
### Steps to reproduce
Use the example test from the docs - `integration_test/example_test.dart`
```Dart
import 'dart:io';
import 'package:flutter/material.dart';
import 'package:flutter_test…
-
I have run into several cases where my client and server need to share some code, e.g. business logic, or data classes / enums that don't need to be passed over the wire but are needed for processing …
-
On creating a new action, there is some hint about being used with Flutter
```
# Your project will need to have tests in test/ and a dependency on
# package:test for this step to succeed. Note th…