-
Notifications
You must be signed in to change notification settings - Fork 184
fix: Dynamic port selection flow on Android #2636
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
base: master
Are you sure you want to change the base?
Conversation
|
To view this pull requests documentation preview, visit the following URL: docs.page/leancodepl/patrol~2636 Documentation is deployed and generated using docs.page. |
pdenert
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
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: 3.6.0: https://pub.dev/packages/patrol_cli/changelog#360. |
Fixes reported bugs on dynamic port selection solution.
NativeAutomatorgets the test server port from within the constructor. Because of that,NativeAutomatorConfig.portwas deprecated. It should not be possible to manually set theportvalue.--debugflag toflutter build --config-onlyinvocation to preventPatrolPluginbeing removed from the app code.Also fixes #2614.