verdnatura-chat/appium
GleidsonDaniel 57aa61d8be mend 2022-04-08 18:20:10 -03:00
..
apps set separation of projects and settings 2022-04-08 09:29:52 -03:00
config Merge branch 'appium-v2' of github.com:RocketChat/Rocket.Chat.ReactNative into appium-v2 2022-04-08 15:05:15 -03:00
tests work on helpers 2022-04-08 18:19:28 -03:00
README.md update appium docs 2022-04-08 09:29:52 -03:00
appium-config.md update appium inspector doc 2022-04-08 10:47:59 -03:00
babel.config.js init appium 2022-04-08 09:29:52 -03:00
package.json set separation of projects and settings 2022-04-08 09:29:52 -03:00
yarn.lock chore: changing package-lock.json to yarn.lock 2022-04-08 12:03:33 -03:00

README.md

Rocket.chat Appium integration

Project to run e2ed tests with appium.

Running

Follow the below commands -

  • Clone the project - https://github.com/RocketChat/Rocket.Chat.ReactNative.git.

  • Go to appium folder using the same terminal - cd appium.

  • Install dependencies using npm i in the terminal.

  • Update the deviceName and platFormVersion in config/android.info.js and config/ios.info.js respectively.

  • 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.