-
-
Notifications
You must be signed in to change notification settings - Fork 759
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
feat: Add support for FlutterIOSDriver #2206
feat: Add support for FlutterIOSDriver #2206
Conversation
src/e2eFlutterTest/java/io/appium/java_client/android/BaseFlutterTest.java
Outdated
Show resolved
Hide resolved
@sudharsan-selvaraj Can you please |
src/main/java/io/appium/java_client/flutter/commands/ScrollParameter.java
Outdated
Show resolved
Hide resolved
src/main/java/io/appium/java_client/flutter/FlutterDriverOptions.java
Outdated
Show resolved
Hide resolved
src/main/java/io/appium/java_client/flutter/options/SupportsFlutterSystemPortOption.java
Outdated
Show resolved
Hide resolved
It looks like integration tests need some attention |
src/e2eFlutterTest/java/io/appium/java_client/android/CommandTest.java
Outdated
Show resolved
Hide resolved
src/main/java/io/appium/java_client/flutter/commands/DoubleClickParameter.java
Outdated
Show resolved
Hide resolved
src/main/java/io/appium/java_client/flutter/commands/ScrollParameter.java
Outdated
Show resolved
Hide resolved
Please make sure WDA is prebuilt and simulator is started before flutter iOS tests are executed |
Sure, I just used some changes to prevent test from uninstalling the app for every tests. But currently the ci is failing way early during build when trying to fetch selenium version from https://oss.sonatype.org/content/repositories/snapshots/org/seleniumhq/selenium/selenium-api/ I'll will keep an eye on the execution and update the tests if needed. |
CI is finally happy:) |
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.
👍🏽
Change list
1.The change Introduces FlutterIOSDriver class implementing remaining Flutter commands.
Types of changes
What types of changes are you proposing/introducing to Java client?
Put an
x
in the boxes that applyDetails
Please provide more details about changes if it is necessary. If there are new features you can provide code samples which show the way they
work and possible use cases. Also you can create gists with pasted java code samples or put them here using markdown.
About markdown please read Mastering markdown and Writing on GitHub