-
-
Notifications
You must be signed in to change notification settings - Fork 752
Add Appium and tests for it #541
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
Conversation
test/helper/Appium_test.js
Outdated
| let AssertionFailedError = require('../../lib/assert/error'); | ||
| let formContents = require('../../lib/utils').test.submittedData(path.join(__dirname, '/../data/app/db')); | ||
| let expectError = require('../../lib/utils').test.expectError; | ||
| let webApiTests = require('./webapi'); |
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.
never used...
DavertMik
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.
Docs should be updated
| * Check the device orientation | ||
| * Appium: support Android and iOS | ||
| */ | ||
| seeOrientationIs(orientation) { |
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.
what are possible options for orientation?
Code examples please ;)
| * Switch to the specified context | ||
| * Appium: support only Android | ||
| */ | ||
| switchToContext(value) { |
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.
What is a context? Code examples please )
|
can we have it through npm install? |
|
@ecampii yes, once the new version released. |
|
thanks. |
#222