Piotr Denert

Results 26 comments of Piotr Denert

So I investigate this issue in 2 ways. 1. First, I've checked that the patrol test runs correctly after performing the following steps: - flutter create - set up flavors...

Hey @AlexanderFarkas are you still going to work on this?

Hey @martin1080p did you try solution suggested by codemagic there: https://docs.codemagic.io/troubleshooting/common-android-issues/#java-heap-space-out-of-memory-error-or-jvm-garbage-collector-is-thrashing? Set JAVA_TOOL_OPTIONS: "-Xmx5g" in the Codemagic workflow setup ``` workflows: android-workflow: # .... environment: groups: # ... vars: JAVA_TOOL_OPTIONS:...

- [x] Manage android report path on app with flavors

I'm closing this as info about Patrol discord is already propagated in many places e.g. https://patrol.leancode.co/contact

@gogolon good job! Please bump versions of patrol and patrol_cli, remember about `packages/patrol_cli/lib/src/base/constants.dart` and compatibility_table. Also add Changelog for both packages

I've tried to investigate this issue. I've checked it on various tests, but for reproducibility purposes here are the steps I took on packages/patrol/example: ```bash patrol build android ``` output...

> Hi, would be awesome if this PR can be completed :) Atm we cannot run the tests with latest flutter in our pipeline This was already published in patrol_cli:...

@maxakak1998 Calling `flutter build ios --config-only --flavor dev -t lib/main_dev.dart` doesn't help?