-
Notifications
You must be signed in to change notification settings - Fork 146
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
Move from gRPC to HTTP #1681
Move from gRPC to HTTP #1681
Conversation
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.
that's it for now
will come back to it later
packages/patrol/android/src/main/kotlin/pl/leancode/patrol/Automator.kt
Outdated
Show resolved
Hide resolved
packages/patrol/android/src/main/kotlin/pl/leancode/patrol/Automator.kt
Outdated
Show resolved
Hide resolved
packages/patrol/android/src/main/kotlin/pl/leancode/patrol/Automator.kt
Outdated
Show resolved
Hide resolved
packages/patrol/android/src/main/kotlin/pl/leancode/patrol/AutomatorServer.kt
Outdated
Show resolved
Hide resolved
packages/patrol_gen/lib/src/generators/android/android_generator.dart
Outdated
Show resolved
Hide resolved
I'm worried that but I also suspect the need for changes will be near-zero |
class Selector { | ||
String? text; | ||
String? textStartsWith; | ||
String? textContains; | ||
String? className; | ||
String? contentDescription; | ||
String? contentDescriptionStartsWith; | ||
String? contentDescriptionContains; | ||
String? resourceId; | ||
int? instance; | ||
bool? enabled; | ||
bool? focused; | ||
String? pkg; | ||
} |
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.
Does patrol_gen
support copying doc comments from Dart into Swift and Kotlin?
We plan to add docs to the Selector
and NativeView
classes, so we need thsi feature.
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.
We can easily add this functionality later. I also think exporting internal models is not a best practice.
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.
please also merge with master
to get CI to run. it stopped running after base branch was changed to develop
. See #1696
TODO: