Piotr Maszota

Results 9 issues of 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...

bug
package: patrol
package: patrol_cli
P0

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.

feature
package: patrol_cli

Running macOS tests on Github Actions fails randomly once in a while.

bug
tests
platform: macos

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.

tech debt
tests
P2
platform: macos

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...

package: patrol
package: adb
package: patrol_cli
cirrusci

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...

platform: ios
tests

### 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...

feature
package: patrol

package: patrol
package: adb
package: patrol_cli
cirrusci

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...