-
-
Notifications
You must be signed in to change notification settings - Fork 27
docs: update README.md #64
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
|
||
Install it with: | ||
The `nativescript-dev-appium` plugin requires: | ||
* latest version of [Appium](https://github.com/appium/appium/releases) |
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.
Which is the latest version? I mean now is 'x' but tomorrow will the new one be compatible with the plugin. Maybe we should commit to current one.
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 commit that the new one will be compatible with the plugin and avoid a specific version on purpose.
README.md
Outdated
├── package.json | ||
├── tsconfig.json | ||
|
||
> Note: To avaid any incompatibilities between the source of `e2e` tests and the source of the application, we recommend to exclude the `e2e` folder from the application's `tsconfig.json` file: `exclude": [ "e2e" ]` |
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.
Typo 'avoid'. Not sure why I have to exclude the e2e folder.
README.md
Outdated
2. Find elements findElementByText, findElementsByXPath, findElementByAccessibilityId etc... | ||
3. Gesture support: swipe, scroll, drag, scrollTo | ||
4. Action support: tap, click, doubleTap, hold, | ||
5. Element characteristics: lcation, exists, size, isDisplayed |
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.
typo 'location'
README.md
Outdated
## Troubleshooting | ||
|
||
Use the `--verbose` option to get error details: | ||
|
||
``` | ||
$ npm run appium --runType=android --verbose | ||
$ npm run appium --runType android25 --verbose |
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.
npm run e2e -- --runType android25 --verbose
@@ -126,17 +161,30 @@ $ npm run e2e --runType android25 --sauceLab --appLocation demo.apk --capsLocati | |||
|
|||
``` |
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.
One more line 160 has to be edited:
npm run e2e -- --runType android25 --sauceLab --appPath demo.apk --capsLocation "/e2e-tests/config"
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.
Done.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
No description provided.