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

chore: Start adding XCUITest driver options #1551

Merged
merged 1 commit into from
Oct 26, 2021

Conversation

mykola-mokhnach
Copy link
Contributor

Change list

Start adding XCUITest driver options

Types of changes

  • No changes in production code.
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

public interface AutomationName {
// Officially supported drivers
@Deprecated
String APPIUM = "Appium";
@Deprecated
String SELENDROID = "Selendroid";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does it make sense to drop it? (not in this PR, but in general) it was deprecated for a quite long time

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh yes it does ;)

@valfirst valfirst self-requested a review October 26, 2021 07:24
@mykola-mokhnach mykola-mokhnach merged commit 8d99d4c into appium:master Oct 26, 2021
@mykola-mokhnach mykola-mokhnach deleted the xcuitest_options branch October 26, 2021 08:20
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

Successfully merging this pull request may close these issues.

3 participants