From 5939eeb1a0c087d2ae72406dbd251a09a6f9a698 Mon Sep 17 00:00:00 2001 From: GleidsonDaniel Date: Mon, 4 Apr 2022 15:02:42 -0300 Subject: [PATCH] update appium docs --- appium/README.md | 2 ++ appium/appium-config.md | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 appium/appium-config.md 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