Piotr Maszota
Piotr Maszota
I created a workflow on Bitrise which builds the app and performs patrol tests on Firebase Test Lab. When I use dev version of patrol and patrol_cli they fail on...
We want to have a mechanism which will intercept known errors and will transform them into more user friendly communicate which will be printed out in the console.
Running macOS tests on Github Actions fails randomly once in a while.
We should record macOS device when running patrol tests on the [CI](https://github.com/leancodepl/patrol/actions/workflows/test-macos.yaml). I tried to do it using `screencapture` but it's not working as expected.
Upcoming version of Flutter depends on `test_api` 0.7.0. It also makes `duration` and `phase` parameters in `pumpWidget` method named so we have to adjust or implementation of `patrol_finders` and bump...
The tests that we run on the iOS Simulator in the GitHub workflow keep failing. The main cause seems to be this problem: [iOS Simulators no longer launching](https://github.com/actions/runner-images/issues/9591). When I...
### Use case In some tests, there is a situation where I need to click on the dialog to close it, but it does not show every time. (i.e. cookie...
This PR add testing 3 packages that together form the [Patrol](https://patrol.leancode.co/) testing tool: - [patrol_cli](https://github.com/leancodepl/patrol/tree/master/packages/patrol_cli) - [patrol](https://github.com/leancodepl/patrol/tree/master/packages/patrol) - [patrol_finders](https://github.com/leancodepl/patrol/tree/master/packages/patrol_finders) They relies on multiple dependencies pinned by the Flutter SDK, most...