diff --git a/appium/README.md b/appium/README.md index 56c687069..b5b83a498 100644 --- a/appium/README.md +++ b/appium/README.md @@ -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. \ No newline at end of file diff --git a/appium/appium-config.md b/appium/appium-config.md new file mode 100644 index 000000000..eced8717b --- /dev/null +++ b/appium/appium-config.md @@ -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` \ No newline at end of file