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

added UIAutomator2 rotation test #516

Merged
merged 2 commits into from
Nov 18, 2016
Merged

added UIAutomator2 rotation test #516

merged 2 commits into from
Nov 18, 2016

Conversation

saikrishna321
Copy link
Member

Change list

Added Rotation tests with UIAutomator2

What types of changes are you proposing/introducing to Java client?
Put an x in the boxes that apply

  • 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)

@TikhomirovSergey @SrinivasanTarget review pls

added automationName
service.start();

if (service == null || !service.isRunning()) {
throw new RuntimeException("An appium server node is not started!");
Copy link
Member

Choose a reason for hiding this comment

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

@saikrishna321 Should throw AppiumServerHasNotBeenStartedLocallyException.

@SrinivasanTarget
Copy link
Member

appium/appium#7131

@SrinivasanTarget
Copy link
Member

#439

@TikhomirovSergey
Copy link
Contributor

@saikrishna321 Yes. Could you improve the issue and then it will be merged

@TikhomirovSergey TikhomirovSergey merged commit 1d50fc0 into appium:master Nov 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants