update appium docs
This commit is contained in:
parent
8f4bf81226
commit
5939eeb1a0
|
@ -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.
|
|
@ -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`
|
Loading…
Reference in New Issue