Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android] --no-uninstall flag not working on flutter 3.24.5, patrol 3.13.1 and patrol_cli 3.4.1. #2518

Open
DimitarStoyanov91 opened this issue Feb 3, 2025 · 0 comments

Comments

@DimitarStoyanov91
Copy link

DimitarStoyanov91 commented Feb 3, 2025

Steps to reproduce

  1. Clone https://github.com/leancodepl/patrol
  2. Use Example app (https://github.com/leancodepl/patrol/tree/master/packages/patrol)
  3. System config flutter 3.24.5, patrol 3.13.1, patrol_cli 3.4.1, andoid_skd 35.
  4. Start emulator Pixel XL with API 35
  5. Run command in terminal patrol test -t integration_test/main_test.dart --no-uninstall

Actual results

Application is uninstalled after test finishes.
Based on patrol documentation --no-uninstall should prevent that.

Logs

Logs
<!-- Replace this line with your logs. Do not remove the backticks! -->

Patrol version

patrol: 3.13.1

Patrol Doctor output

Patrol doctor:
Patrol CLI version: 3.4.1
Flutter command: flutter
Flutter 3.24.5 • channel stable
Android:
• Program adb found in C:\platform-tools\adb.exe
• Env var $ANDROID_HOME set to C:\Users\dimitar.stoyanov\AppData\Local\Android\sdk

Flutter Doctor output

Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.24.5, on Microsoft Windows [Version 10.0.19044.5011], locale bg-BG)
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
[√] Chrome - develop for the web
[√] Android Studio (version 2024.2)
[√] Connected device (3 available)
[√] Network resources

• No issues found!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant