update appium docs

This commit is contained in:
GleidsonDaniel 2022-04-04 15:02:42 -03:00 committed by Diego Mello
parent 8f4bf81226
commit 5939eeb1a0
2 changed files with 13 additions and 0 deletions

View File

@ -14,6 +14,8 @@ Follow the below commands -
- Update the `apps` folder with apk to run on android or set .ipa to run on ios.
- Start appium server.
- Execute `npm run ios` to run ios app.
- Execute `npm run android` to run ios app.

11
appium/appium-config.md Normal file
View File

@ -0,0 +1,11 @@
## Settings
- Install Node.js (Options)
- using installer `https://nodejs.org/en/download/`
- for mackbook - `brew install node`
- for windows - `choco install nodejs`
- Download and install Appium from - `https://github.com/appium/appium-desktop/releases`.
- Download and install Appium inspector from - `https://github.com/appium/appium-inspector/releases` (Optional).
- install global dependencies for Appium using npm - `npm install -G appium`